Lines Matching full:shorthost
27 SHORTHOST=`echo "$HOSTNAME" | sed -e 's/\..*//g'`
32 trap 'echo Cleaning up...; mv $NFSLOCAL/$SHORTHOST/testnet $NFSLOCAL/$SHORTHOST/testnet.del; rm -rf $NFSLOCAL/$SHORTHOST/testnet.del; umount $NFSLOCAL; rm -rf $NFSLOCAL; echo Clean.; exit 0' 1 2 15
46 [ ! -x $NFSLOCAL/$SHORTHOST ] && mkdir $NFSLOCAL/$SHORTHOST
51 [ -x $NFSLOCAL/$SHORTHOST/testnet ] && \
52 mv $NFSLOCAL/$SHORTHOST/testnet $NFSLOCAL/$SHORTHOST/testnet.del
53 [ -x $NFSLOCAL/$SHORTHOST/testnet.del ] && \
54 rm -rf $NFSLOCAL/$SHORTHOST/testnet.del &
58 cp -pr /usr $NFSLOCAL/$SHORTHOST/testnet
61 diff -Naur /usr $NFSLOCAL/$SHORTHOST/testnet > $POUNDER_TMPDIR/nfs.diff
64 rm -rf $NFSLOCAL/$SHORTHOST/testnet