summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-11 17:26:44 +0000
committerqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-11 17:26:44 +0000
commit81fd2c8de1bb4a1c4624400d78ea083ec2d5fdd2 (patch)
treec0ddf8538fad7a4fba45191cc3bde0d4fea073aa
parent59ff548fa289b6e04182a125f482e426dc6b00f5 (diff)
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. ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2719 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index e3e5e96..f2d2811 100644
--- a/README
+++ b/README
@@ -156,6 +156,8 @@ make
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.
----------------------------------