keepalived: import from old packages feed

- update to latest version (v1.2.15)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
Nicolas Thill
2015-02-07 11:10:03 +01:00
parent 85044affde
commit 460237b52e
2 changed files with 82 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2007-2015 OpenWrt.org
START=70
SERVICE_USE_PID=1
start() {
service_start /usr/sbin/keepalived
}
stop() {
service_stop /usr/sbin/keepalived
}