--- ./bsdinstall Mon Dec 4 18:11:56 2000 +++ ../epic4-1.0.1/./bsdinstall Sat Apr 6 18:26:17 2002 @@ -2,89 +2,24 @@ # # @(#)install.sh 4.5 (Berkeley) 10/12/83 # -cmd=/bin/mv -strip="" -chmod="/bin/chmod 755" -chown="" -chgrp="" -while true ; do +# Hacked up by bcasavan@sgi.com to use install(1) so that +# SGI's freeware build works properly. +# +# BSD's install program is largely compatible with IRIX's +# install program, except that BSD's "-o" is IRIX's "-u". +# +cmd="install " +while [ ${#*} -ne 0 ] ; do case $1 in - -s ) strip="/bin/strip" + -o ) + cmd="${cmd} -u" shift ;; - -c ) cmd="/bin/cp -p" + * ) + cmd="${cmd} ${1}" shift ;; - -m ) chmod="/bin/chmod $2" - shift - shift - ;; - -o ) chown="/etc/chown -f $2" - shift - shift - ;; - -g ) chgrp="/bin/chgrp -f $2" - shift - shift - ;; - -d ) cmd="/bin/mkdir" - shift - ;; - * ) break - ;; esac done -if test ! ${2-""}; then - echo "install: no destination specified" - exit 1 -fi -if test ${3-""}; then - echo "install: too many files specified -> $*" - exit 1 -fi -if test $1 = $2 -o $2 = .; then - echo "install: can't move $1 onto itself" - exit 1 -fi -case $cmd in -/bin/mkdir ) - file=$2/$1 - ;; -* ) - if test '!' -f $1; then - echo "install: can't open $1" - exit 1 - fi - if test -d $2; then - file=$2/$1 - else - file=$2 - fi - /bin/rm -f $file - ;; -esac - -case $cmd in -/bin/mkdir ) - if test ! -d "$file"; then - $cmd $file - fi - ;; -* ) - $cmd $1 $file - if test -n "$strip"; then - $strip $file - fi - ;; -esac - -if test -n "$chown"; then - $chown $file -fi -if test -n "$chgrp"; then - $chgrp $file -fi -$chmod $file - -exit 0 +${cmd} --- ./doc/epic.1 Mon Dec 4 18:31:31 2000 +++ ../epic4-1.0.1/./doc/epic.1 Tue Apr 9 18:29:57 2002 @@ -208,8 +208,8 @@ If you're totaly stumped and trying to get on dalnet, try this. .TP .Sh "FILES" -.Bl -tag -width "/usr/local/share/epic" -.It Nm /usr/local/bin/epic +.Bl -tag -width "/usr/freeware/share/epic" +.It Nm /usr/freeware/bin/epic the default location of the binary .It Nm ~/.ircrc default initialization file @@ -217,7 +217,7 @@ directory you can put your own .Nm epic scripts into, that can then be loaded with /load -.It Nm /usr/local/share/epic +.It Nm /usr/freeware/share/epic default directory containing message-of-the-day, master initialization, help files and .Nm epic