From 81fd2c8de1bb4a1c4624400d78ea083ec2d5fdd2 Mon Sep 17 00:00:00 2001 From: qwell Date: Wed, 11 Jul 2007 17:26:44 +0000 Subject: 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 --- README | 2 ++ 1 file changed, 2 insertions(+) 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. ---------------------------------- -- cgit v1.2.3