# additional doinstall script

(
cd sbin
rm -f echoc; ln -sf ../etc/rc.d/echoc echoc
rm -f service; ln -sf ../etc/rc.d/service service
)
(
cd etc
chmod 440 sudoers
)
# users accessible
(cd /usr/bin
rm -f vxwmset; ln -sf /sbin/vxwmset .
rm -f vpasswd; ln -sf /sbin/vpasswd .
rm -f vasm; ln -sf /sbin/vasm .
)

echo "Cleaning the service"
service -b
echo "you may reconfigure the services using vsrvmenu"

cat <<EOF
This new VASM supercedes many OLD SLACKWARE configurators.
If you want to delete them, call /sbin/rm_old_config

Make sure you have installed:
- tcl and expect (used by vuser families)
- nmap (used by vsambaweb and vcupsweb)
- ddcxinfo, ddcprobe, vlsetup (used by vhwconf and vxconf)
- Xorg or XFree installed (used by vxconf).

EOF
