[packages] keepalived: force enabling of VRRP functionality, fix path to config file in init script (#5088)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@15746 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow
2009-05-09 22:12:20 +00:00
parent dc68a002d9
commit 44f984c16d
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@
START=70
start() {
[ -f /etc/keepalived/keepalived ] && /usr/sbin/keepalived
[ -f /etc/keepalived/keepalived.conf ] && /usr/sbin/keepalived
}
stop() {