corrections to SCRATCH_INSTALL and BASE_INSTALL docs removing reference to cron user and tftpd

git-svn-id: svn://192.168.202.10@241 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-09-05 01:47:05 +00:00
parent dce6985f8e
commit 7ac37e196b
2 changed files with 2 additions and 11 deletions
-3
View File
@@ -389,9 +389,6 @@ PHASE 5: ADDING STARTUP ENTRIES FOR ASTGUICLIENT/VICIDIAL SCRIPTS
- vi /etc/rc.d/rc.local
- add the following entries(here's what we used):
### startup tftp server (if you have them installed)
/usr/local/sbin/in.tftpd --verbose=6 --daemon --port=69 --user cron /usr/local/tftp
### start time server
/usr/local/bin/ntpdate -u 18.145.0.30
/usr/sbin/ntpd
+2 -8
View File
@@ -1363,7 +1363,7 @@ Zaptel config files up and put entries into your extensions.conf file:
PHASE 6: INSTALLING ASTGUICLIENT AND VICIDIAL
Now that Asterisk is installed and running we can add the astGUIclient and
VICIDIAL components to the system. (NOTE: make sure you have added the user "cron")
VICIDIAL components to the system.
@@ -2216,12 +2216,6 @@ SUBPHASE 6.4: setting up asterisk and helper applications for startup
- vi /etc/rc.d/rc.local
- add the following entries(here's what we used):
### startup tftp server (if you have them installed)
/usr/local/sbin/in.tftpd --verbose=6 --daemon --port=69 --user cron /usr/local/tftp
### add the CVSROOT variable definition
export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot
### start time server
/usr/local/bin/ntpdate -u 18.145.0.30
/usr/sbin/ntpd
@@ -2256,7 +2250,7 @@ sleep 20
SUBPHASE 6.5: setting up astguiclient scripts for continuous running
1. Make several entries in the cron of your system:
1. Make several entries in the crontab of your system:
- on the command line type:
- cd /usr/share/astguiclient
- crontab -e