summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-11 17:26:06 +0000
committerqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-11 17:26:06 +0000
commitdf95f2f94c177817621de1c37844a576709d0228 (patch)
tree6ee0c1ee71d059093360bc752e4e73edde67c84b /README
parent5a17bf20bbef190edfaba84e87e4e94696afa529 (diff)
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/branches/1.4@2718 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'README')
-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.
----------------------------------