#!/bin/sh
# version 0.1

. ./installink.sh
. ./!vda_ver

STATIC=/app/$NAME$VER
#STATIC=/usr/app/$NAME$VER
#PERBOX=/var/app/$NAME$VER

echo "This will install symlinks to $NAME$VER files"
echo "Note: this will crush any existing file in the way!"
echo -n "Press <Enter> to continue or Ctrl-C to exit: "; read junk

# symlink binaries
#chmod -R go-rwx "$STATIC/sbin"
#link_samename_strip	/bin			"$STATIC/bin/*"
link_samename_strip	/sbin			"$STATIC/sbin/*"
#link_samename_strip	/usr/bin		"$STATIC/bin/*"
#link_samename_strip	/usr/sbin		"$STATIC/sbin/*"
