|
|
1.1 ! root 1: PATH=.:/bin:/usr/bin ! 2: export PATH ! 3: DEST=/usr/bin ! 4: ! 5: # Where asdrcv goes depends on whether we're running Honey Danber ! 6: if [ -f /usr/lib/uucp/L.sys ] ! 7: then ASDRCV=/usr/bin/asdrcv ! 8: else ASDRCV=/etc/asd/asdrcv ! 9: fi ! 10: ! 11: if [ -d /etc/asd ] ! 12: then : ! 13: else mkdir /etc/asd ! 14: chmod 755 /etc/asd ! 15: setown root /etc/asd ! 16: fi ! 17: ! 18: for i in seal unseal mkpkg inspkg ! 19: do rm -f $DEST/$i ! 20: cp $i $DEST/$i ! 21: strip $DEST/$i ! 22: setown bin $DEST/$i ! 23: chmod 775 $DEST/$i ! 24: done ! 25: ! 26: rm -f $ASDRCV ! 27: cp asdrcv $ASDRCV ! 28: strip $ASDRCV ! 29: setown root $ASDRCV ! 30: chmod 755 $ASDRCV ! 31: chmod og-w,u+s $ASDRCV ! 32: ! 33: rm -f $DEST/uuship ! 34: cp ship.sh $DEST/uuship
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.