[asterisk-commits] tilghman: trunk r135483 - in /trunk: ./ contrib/init.d/rc.mandrake.asterisk
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Aug 4 12:08:43 CDT 2008
Author: tilghman
Date: Mon Aug 4 12:08:42 2008
New Revision: 135483
URL: http://svn.digium.com/view/asterisk?view=rev&rev=135483
Log:
Merged revisions 135482 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r135482 | tilghman | 2008-08-04 12:07:52 -0500 (Mon, 04 Aug 2008) | 2 lines
Define ASTSBINDIR for script
(Closes issue #13221)
........
Modified:
trunk/ (props changed)
trunk/contrib/init.d/rc.mandrake.asterisk
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/contrib/init.d/rc.mandrake.asterisk
URL: http://svn.digium.com/view/asterisk/trunk/contrib/init.d/rc.mandrake.asterisk?view=diff&rev=135483&r1=135482&r2=135483
==============================================================================
--- trunk/contrib/init.d/rc.mandrake.asterisk (original)
+++ trunk/contrib/init.d/rc.mandrake.asterisk Mon Aug 4 12:08:42 2008
@@ -17,6 +17,8 @@
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
More information about the asterisk-commits
mailing list