Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/growfs_fstab
| Show First 20 Lines • Show All 52 Lines • ▼ Show 20 Lines | then | ||||
| printf '# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable\n' >>/etc/rc.conf | printf '# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable\n' >>/etc/rc.conf | ||||
| printf 'dumpdev="AUTO"\n' >>/etc/rc.conf | printf 'dumpdev="AUTO"\n' >>/etc/rc.conf | ||||
| dumpon $dumpon_flags /dev/label/growfs_swap | dumpon $dumpon_flags /dev/label/growfs_swap | ||||
| fi | fi | ||||
| fi | fi | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: config setting | |||||
| growfs_fstab_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||