--- develop/install.orig Tue Feb 24 14:06:09 1998 +++ develop/install Tue Feb 24 14:09:09 1998 @@ -98,31 +98,6 @@ if [ "$INETDCONF" = "" ]; then INETDCONF=/etc/inetd.conf; fi if [ "$SERVICES" = "" ]; then SERVICES=/etc/services; fi -cat <>$INETDCONF - echo "# simple asynchronous file transfer" >>$INETDCONF echo "saft stream tcp nowait root $SFD" >>$INETDCONF fi -if [ -f /etc/inetd.sec ]; then - if [ "`grep '^saft' /etc/inetd.sec`" = "" ]; then - echo >> /etc/inetd.sec - echo "saft allow" >> /etc/inetd.sec - fi -fi - -if [ -f /etc/profile ]; then - if [ "`grep check_sendfile /etc/profile`" = "" ]; then - echo "adding check_sendfile to /etc/profile" - echo >>/etc/profile - echo test -x $BINDIR/check_sendfile && $BINDIR/check_sendfile >>/etc/profile - fi -fi -if [ -f /etc/csh.login ]; then - if [ "`grep check_sendfile /etc/csh.login`" = "" ]; then - echo "adding check_sendfile to /etc/csh.login" - echo >>/etc/csh.login - echo test -x $BINDIR/check_sendfile && $BINDIR/check_sendfile >>/etc/profile - fi -fi - if [ ! -d "$SPOOL/OUTGOING" ]; then echo "creating $SPOOL" mkdir_recursive $SPOOL/OUTGOING @@ -303,9 +254,3 @@ echo "This will start an outgoing spooling sendfile daemon on boot time" echo "which processes any old files in the outgoing spool." echo - -if [ "$RESTART" = true ]; then - echo - echo "please restart now your inetd ( or simply reboot :-) )" - echo -fi