Remove these scripts, which are no longer useful.

This commit is contained in:
Kris Kennaway 2003-01-24 04:32:33 +00:00
parent 292bacd1a8
commit 4fbc0185e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73902
3 changed files with 0 additions and 47 deletions

View file

@ -1,27 +0,0 @@
#!/bin/sh
# configurable variables
master=bento
chroot=/a/asami/chroot
kernelconfig=CLUSTER
PATH=/sbin:/usr/sbin:$PATH
if [ -f /usr/src/Makefile ]; then
mv /usr/src /usr/old.src
mv /usr/obj /usr/old.obj
mkdir /usr/src /usr/obj
fi
mount -o -2 $master:$chroot/usr/src /usr/src
mount -o -2 $master:$chroot/usr/obj /usr/obj
echo "installing world"
cd /usr/src && make installworld > /usr/tmp/make.0 2>&1 </dev/null
cd /sys/compile/$kernelconfig && make install
cd /
umount -f /usr/src /usr/obj
reboot

View file

@ -1,6 +0,0 @@
#!/bin/sh
rm -rf errors logs make.* old-errors packages
mv bak/* .
cd ..
rm -rf distfiles
#mv bak/distfiles .

View file

@ -1,14 +0,0 @@
#!/bin/sh
# usage: $0 machine
if [ $# != 1 ]; then
echo "usage: $0 machine"
exit 1
fi
unset DISPLAY
script=/var/portbuild/scripts/doupgrademach
scp -q -p $script $1:$script
ssh -n $1 $script