asterisk-1.8.x,asterisk-11.x: init script cleanup
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
2328e1369f
commit
26a2328c1a
2 changed files with 0 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
||||||
#!/bin/sh /etc/rc.common
|
#!/bin/sh /etc/rc.common
|
||||||
# Copyright (C) 2013 OpenWrt.org
|
# Copyright (C) 2013 OpenWrt.org
|
||||||
|
|
||||||
. /lib/functions/service.sh
|
|
||||||
|
|
||||||
START=99
|
START=99
|
||||||
APP=asterisk
|
APP=asterisk
|
||||||
OPTIONS=
|
OPTIONS=
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
#!/bin/sh /etc/rc.common
|
#!/bin/sh /etc/rc.common
|
||||||
# Copyright (C) 2013 OpenWrt.org
|
# Copyright (C) 2013 OpenWrt.org
|
||||||
|
|
||||||
. /lib/functions/service.sh
|
|
||||||
|
|
||||||
START=99
|
START=99
|
||||||
APP=asterisk
|
APP=asterisk
|
||||||
OPTIONS=
|
OPTIONS=
|
||||||
|
|
Loading…
Reference in a new issue