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:
@@ -388,9 +388,6 @@ PHASE 5: ADDING STARTUP ENTRIES FOR ASTGUICLIENT/VICIDIAL SCRIPTS
|
||||
- on the command line type:
|
||||
- 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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
|
||||
@@ -2215,12 +2215,6 @@ SUBPHASE 6.4: setting up asterisk and helper applications for startup
|
||||
- on the command line type:
|
||||
- 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user