Merge pull request #793 from tru7/patch-1
linknx: update package with updated files
This commit is contained in:
commit
8c67f0c13f
3 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=linknx
|
PKG_NAME:=linknx
|
||||||
PKG_VERSION:=0.0.1.32
|
PKG_VERSION:=0.0.1.32
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
PKG_MD5SUM:=7ecc1208f59bceb05068c752b2250b63
|
PKG_MD5SUM:=7ecc1208f59bceb05068c752b2250b63
|
||||||
|
|
||||||
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>
|
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>
|
||||||
|
|
|
@ -14,6 +14,7 @@ start() {
|
||||||
config_get conf args conf '/etc/linknx.xml'
|
config_get conf args conf '/etc/linknx.xml'
|
||||||
config_get options args options ''
|
config_get options args options ''
|
||||||
test -f $conf || cp -p /etc/linknx.xml.dist $conf
|
test -f $conf || cp -p /etc/linknx.xml.dist $conf
|
||||||
|
mkdir -p /tmp/$NAME/persist
|
||||||
service_start $PROG --config=$conf $options
|
service_start $PROG --config=$conf $options
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<services>
|
<services>
|
||||||
<xmlserver type="inet" port="1028"/>
|
<xmlserver type="inet" port="1028"/>
|
||||||
<knxconnection url="ip:localhost"/>
|
<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" />
|
<emailserver type="smtp" host="localhost:25" from="linknx@local.local" />
|
||||||
</services>
|
</services>
|
||||||
<logging format="basic" level="INFO" />
|
<logging format="basic" level="INFO" />
|
||||||
|
|
Loading…
Reference in a new issue