Revert "Use php to detect product name on shell scripts"
This reverts commit 07881462254d007cf77c1a5b09e7a840f708657e.
Use php to detect product name on shell scripts
Use product_name
Woops, cd to / and then tar
cd to /var before running tar operation
MFC 12687Silent tar: Removing leading '/' from member names on reboot
MFC 11521Mount config area rw before tar and then ro after tar.
MFC 11518Save the rrd databases to the config space on reboot.
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