if [ "$1" = stop -o "$1" = restart ]; then
echo -n "Stopping rc_user... "
# Add commands here you want to execute when shutting down or rebooting.
# Be careful not to use any commands which wait for user input.
umount -t umsdos /dev/hda5 /hd
umount -t /dev/hda6 /mnt/router/www
#----------------------------------------------------------------------
$DONE; [ "$1" = stop ] && exit; fi
echo -n "Starting rc_user... "
# Add commands here you want to execute when booting. Use the fork
# command to launch programs which normally stay in the foreground.
mknod /dev/hda6 b 3 6
mount -t umsdos /dev/hda5 /hd
mount -t umsdos /dev/hda6 /www
Mam taki kod wpisany w RC_USER i ....
nie chce mi podmontowac do /www, dlaczego ????