# rc0 - System shutdown script

# This script is run by init (via inittab) once all users have been forced
# off of the system and all mountable file systems have been unmounted.

/bin/echo "System shutdown in progress"
/bin/echo

# perform system backups
/etc/backup.root

/bin/echo
/bin/echo "System shutdown is complete - you may reboot or power down now"

