From: Tilghman Lesher Date: Mon, 4 Aug 2008 17:07:52 +0000 (+0000) Subject: Define ASTSBINDIR for script X-Git-Tag: 1.4.22-rc1~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa158e2e464288090238dcac9b928f6995ec7d2f;p=thirdparty%2Fasterisk.git Define ASTSBINDIR for script git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@135482 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/contrib/init.d/rc.mandrake.asterisk b/contrib/init.d/rc.mandrake.asterisk index e9da4a810d..1493f4fa9d 100755 --- a/contrib/init.d/rc.mandrake.asterisk +++ b/contrib/init.d/rc.mandrake.asterisk @@ -17,6 +17,8 @@ CONSOLE=yes # Whether or not you want a console NOTIFY=root # Who to notify about crashes DUMPDROP=/tmp HOSTNAME=`hostname` +ASTSBINDIR=/usr/sbin + if [ 0`readlink $0` = "0" ]; then CONFIGFILE=/etc/sysconfig/`basename $0` else