- Add the abulity to override most of the variables in the init-script.

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1603 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Peter Lemenkov 17 years ago
parent bbab0f974b
commit 96d6aeb59d

@ -18,7 +18,6 @@
# Description: SEMS is a media and application server for SIP based VoIP services.
### END INIT INFO
# Source function library.
. /etc/rc.d/init.d/functions
@ -30,6 +29,11 @@ lockfile=/var/lock/subsys/$prog
conffile=/etc/$prog/$prog.conf
OPTIONS=""
# User-defined options and/or overrides of the variables, listed above,
# should go there:
[ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog
RETVAL=0
start() {

Loading…
Cancel
Save