summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-11 17:24:21 +0000
committerqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-11 17:24:21 +0000
commit320b54a7c3ff6586d8e96a66cda879705706b07b (patch)
tree20039db81eea861e55d56df5b92f6ee136615ec9 /README
parent41b179b3f782ad87747aebfc217fa2d7143f7083 (diff)
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.2@2717 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 261a80f..72ccc29 100644
--- a/README
+++ b/README
@@ -153,6 +153,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.
----------------------------------