Browse Source

Merge pull request #793 from tru7/patch-1

linknx: update package with updated files
lilik-openwrt-22.03
Steven Barth 10 years ago
parent
commit
8c67f0c13f
3 changed files with 3 additions and 2 deletions
  1. +1
    -1
      net/linknx/Makefile
  2. +1
    -0
      net/linknx/files/linknx.init
  3. +1
    -1
      net/linknx/files/linknx.xml.dist

+ 1
- 1
net/linknx/Makefile 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>


+ 1
- 0
net/linknx/files/linknx.init 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
}


+ 1
- 1
net/linknx/files/linknx.xml.dist 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" />


Loading…
Cancel
Save