From f230fc7291ec46a18526018b1d928597ed0f60b2 Mon Sep 17 00:00:00 2001 From: Michal Bielicki Date: Thu, 6 Dec 2007 00:11:07 +0000 Subject: [PATCH] stupid stupid stupid typos git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6528 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- build/freeswitch.init.redhat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/freeswitch.init.redhat b/build/freeswitch.init.redhat index 775a67db46..a01632e32b 100644 --- a/build/freeswitch.init.redhat +++ b/build/freeswitch.init.redhat @@ -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