[svn-commits] qwell: trunk r2719 - in /trunk: ./ README

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 11 12:26:45 CDT 2007


Author: qwell
Date: Wed Jul 11 12:26:44 2007
New Revision: 2719

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2719
Log:
Merged revisions 2718 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.4

(closes issue #10181)
................
r2718 | qwell | 2007-07-11 12:26:06 -0500 (Wed, 11 Jul 2007) | 15 lines

Merged revisions 2717 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r2717 | qwell | 2007-07-11 12:24:21 -0500 (Wed, 11 Jul 2007) | 7 lines

On some systems, sudo does not automatically add the PATH for root, so things like /sbin may not be in there,
 which means chkconfig may not be found.

Add a note stating this.

Issue 10181.

........

................

Modified:
    trunk/   (props changed)
    trunk/README

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/README
URL: http://svn.digium.com/view/zaptel/trunk/README?view=diff&rev=2719&r1=2718&r2=2719
==============================================================================
--- trunk/README (original)
+++ trunk/README Wed Jul 11 12:26:44 2007
@@ -156,6 +156,8 @@
 make install
 # To install init scripts and config files:
 #make config
+
+Note: If using `sudo` to build/install, you may need to add /sbin to your PATH.
 ----------------------------------
 
 




More information about the svn-commits mailing list