home *** CD-ROM | disk | FTP | other *** search
- *** ../temp1/Utilities/install.sh Mon May 12 07:37:21 1986
- --- Utilities/install.sh Mon May 12 07:43:58 1986
- ***************
- *** 19,24
- :
- : Yes, the "-> ->" business is copped from Unify. I sincerely doubt that it is
- : copyrighted, and it is fairly obvious.
-
- if test ! -w /etc/passwd; then
- echo "I'm not running as root. Please ask a system administrator to run this install"
-
- --- 19,25 -----
- :
- : Yes, the "-> ->" business is copped from Unify. I sincerely doubt that it is
- : copyrighted, and it is fairly obvious.
- + :
-
- if test ! -w /etc/passwd; then
- echo "I'm not running as root. Please ask a system administrator to run this install"
- ***************
- *** 398,403
- chown $UAOWNER $UAHOME/userfile
- chmod 644 $UAHOME/userfile
- : end of userfile installation
-
- echo ""
- echo "I am going to create a simple new-user bulletin. It is your job to change it"
-
- --- 399,420 -----
- chown $UAOWNER $UAHOME/userfile
- chmod 644 $UAHOME/userfile
- : end of userfile installation
- +
- + echo ""
- + today="`date | sed -e 's/^... \(...\) *\([0-9][0-9]*\) [^ ][^ ]* 19\(..\)$/\1\/\2\/\3/'`"
- + today="`echo $today | sed -e s/Jan/1/ -e s/Feb/2/ -e s/Mar/3/ -e s/Apr/4/ -e s/May/5/ -e s/Jun/6/`"
- + today="`echo $today | sed -e s/Jul/7/ -e s/Aug/8/ -e s/Sep/9/ -e s/Oct/10 -e s/Nov/11/ -e s/Dec/12/`"
- + echo "Creating $UAHOME/directory..."
- + cat << --LIBCATLG-- > $UAHOME/directory
- + branch file GENERAL; $today by $sysop: General up/downloading
- + --LIBCATLG--
- + chown $UAOWNER $UAHOME/directory
- + chmod 644 $UAHOME/directory
- + echo "Creating $UAHOME/upload-log..."
- + cp /dev/null $UAHOME/upload-log
- + chown $UAOWNER $UAHOME/upload-log
- + chmod 644 $UAHOME/upload-log
- + : end of directory installation
-
- echo ""
- echo "I am going to create a simple new-user bulletin. It is your job to change it"
-