lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 8c67f0c13fbfc997aaec92447b94a2ee1f33158d
parent 88e77324ba9334c7af8c8b2f50ed3566459f2566
Author: Steven Barth <steven@midlink.org>
Date:   Mon, 19 Jan 2015 07:53:49 +0100

Merge pull request #793 from tru7/patch-1

linknx: update package with updated files
Diffstat:
Mnet/linknx/Makefile | 2+-
Mnet/linknx/files/linknx.init | 1+
Mnet/linknx/files/linknx.xml.dist | 2+-
3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/net/linknx/Makefile b/net/linknx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=linknx PKG_VERSION:=0.0.1.32 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_MD5SUM:=7ecc1208f59bceb05068c752b2250b63 PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch> diff --git a/net/linknx/files/linknx.init b/net/linknx/files/linknx.init @@ -14,6 +14,7 @@ start() { config_get conf args conf '/etc/linknx.xml' config_get options args options '' test -f $conf || cp -p /etc/linknx.xml.dist $conf + mkdir -p /tmp/$NAME/persist service_start $PROG --config=$conf $options } diff --git a/net/linknx/files/linknx.xml.dist b/net/linknx/files/linknx.xml.dist @@ -8,7 +8,7 @@ <services> <xmlserver type="inet" port="1028"/> <knxconnection url="ip:localhost"/> - <persistence type="file" path="/var/lib/linknx/persist"/> + <persistence type="file" path="/tmp/linknx/persist"/> <emailserver type="smtp" host="localhost:25" from="linknx@local.local" /> </services> <logging format="basic" level="INFO" />