net/lsm: add link state monitor package. (thank you Brian J. Murrell)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23326 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acoul
2010-10-08 15:23:33 +00:00
parent d9d7e38eb6
commit 9d92247f50
4 changed files with 179 additions and 0 deletions

12
net/lsm/files/lsm.init Normal file
View File

@ -0,0 +1,12 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=50
start() {
lsm /etc/lsm/lsm.conf
}
stop() {
killall lsm
}