File:  [Research Unix] / researchv10no / cmd / asd / install.asd
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

PATH=.:/bin:/usr/bin
export PATH
DEST=/usr/bin

# Where asdrcv goes depends on whether we're running Honey Danber
if [ -f /usr/lib/uucp/L.sys ]
then	ASDRCV=/usr/bin/asdrcv
else	ASDRCV=/etc/asd/asdrcv
fi

if [ -d /etc/asd ]
then	:
else	mkdir /etc/asd
	chmod 755 /etc/asd
	setown root /etc/asd
fi

for i in seal unseal mkpkg inspkg
do	rm -f $DEST/$i
	cp $i $DEST/$i
	strip $DEST/$i
	setown bin $DEST/$i
	chmod 775 $DEST/$i
done

rm -f $ASDRCV
cp asdrcv $ASDRCV
strip $ASDRCV
setown root $ASDRCV
chmod 755 $ASDRCV
chmod og-w,u+s $ASDRCV

rm -f $DEST/uuship
cp ship.sh $DEST/uuship

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.