Support crypto and kerberos src dists.

This commit is contained in:
Jordan K. Hubbard 1997-10-04 09:08:14 +00:00
parent fb29e2cff3
commit 45e84c7984
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30102

View File

@ -12,7 +12,8 @@ cat krb.?? | tar --unlink -xpzf - -C /
echo -n "Do you want to install the DES sources (y/n)? "
read ans
if [ "$ans" = "y" ]; then
cat sebones.?? | tar --unlink -xpzf - -C /usr/src
cat scrypto.?? | tar --unlink -xpzf - -C /usr/src
cat skerbero.?? | tar --unlink -xpzf - -C /usr/src
cat ssecure.?? | tar --unlink -xpzf - -C /usr/src
fi
exit 0