stupid stupid stupid typos

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6528 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michal Bielicki 2007-12-06 00:11:07 +00:00
parent 7ebb444469
commit f230fc7291
1 changed files with 3 additions and 3 deletions

View File

@ -7,10 +7,10 @@
# chkconfig: - 89 14
# processname: freeswitch
# config: /opt/freeswitch/conf/freeswitch.conf
# pidfile: /opt/freeswitch/log/freeswitch/pid
# pidfile: /opt/freeswitch/log/freeswitch.pid
#
export PATH=$PATH:/opt/freeswitch/bin
# Source function library.
. /etc/init.d/functions
@ -38,7 +38,7 @@ start() {
fi
fi
daemon --user $FS_USER --pidfile $pidfile $prog $FREESWITCH_ARGS
daemon --user $FS_USER --pidfile $pidfile $prog $FREESWITCH_PARAMS
RETVAL=$?
[ $RETVAL -eq 0 ] && touch $lockfile;
return $RETVAL