From 7ac37e196b33555ca4e728fe5ea989cc51712ac5 Mon Sep 17 00:00:00 2001 From: mattf Date: Tue, 5 Sep 2006 01:47:05 +0000 Subject: [PATCH] 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 --- agc_2-X/trunk/docs/BASE_INSTALL.txt | 3 --- agc_2-X/trunk/docs/SCRATCH_INSTALL.txt | 10 ++-------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/agc_2-X/trunk/docs/BASE_INSTALL.txt b/agc_2-X/trunk/docs/BASE_INSTALL.txt index ce2db232..42c9df7c 100644 --- a/agc_2-X/trunk/docs/BASE_INSTALL.txt +++ b/agc_2-X/trunk/docs/BASE_INSTALL.txt @@ -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 diff --git a/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt b/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt index 194b790f..98a2cc51 100644 --- a/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt +++ b/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt @@ -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