Do not allow shutdown if write is in progress
Do not rm -rf /tmp on shutdown if platform is not pfSense
Clean /tmp/ directory on shutdown
Do not down pfsync, let the reboot sequence naturally handle
Shut off pfsync on shutdown with same freebsd command: /sbin/ifconfig pfsync0 -syncdev down
Do not bring down carp interfaces one by one, let the normal shutdown procedure handle
Switch back to vty1 on reboot/shutdown
Spam less on shutdown
On shutdown call /etc/sshd and alert we're stopping so it can compare /root/.authorized_keys with the config.xml version
Output status of bringing carp interfaces down
Full patch to ifconfig
Convert carp code back to shell script
Alert when bringing down carp interfaces on shutdown
Don't forget
Convert rc.shutdown to php script, gracefully shutdown carp interfaces on shutdown
Add $Id$ tags
Initial revision