Merge pull request #793 from tru7/patch-1

linknx: update package with updated files
This commit is contained in:
Steven Barth 2015-01-19 07:53:49 +01:00
commit 8c67f0c13f
3 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -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
}

View File

@ -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" />