[zaptel-commits] qwell: branch 1.4 r2718 - in /branches/1.4: ./ README
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Wed Jul 11 12:26:07 CDT 2007
Author: qwell
Date: Wed Jul 11 12:26:06 2007
New Revision: 2718
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2718
Log:
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:
branches/1.4/ (props changed)
branches/1.4/README
Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: branches/1.4/README
URL: http://svn.digium.com/view/zaptel/branches/1.4/README?view=diff&rev=2718&r1=2717&r2=2718
==============================================================================
--- branches/1.4/README (original)
+++ branches/1.4/README Wed Jul 11 12:26:06 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 zaptel-commits
mailing list