Revision b965ce43
Added by Scott Ullrich over 19 years ago
etc/rc | ||
---|---|---|
63 | 63 |
/usr/local/bin/php -f /etc/rc.conf_mount_rw |
64 | 64 |
else |
65 | 65 |
SWAPDEVICE=`cat /etc/fstab | grep swap | cut -f1` |
66 |
/sbin/dumpon -v $SWAPDEVICE 2>/dev/null |
|
66 |
|
|
67 | 67 |
/sbin/swapon -a 2>/dev/null |
68 | 68 |
|
69 | 69 |
/usr/local/bin/php -f /etc/rc.conf_mount_rw |
70 |
|
|
71 |
/bin/mkdir -p /usr/savecore 2>/dev/null |
|
72 |
/sbin/savecore /usr/savecore $SWAPDEVICE |
|
73 | 70 |
fi |
74 | 71 |
|
75 | 72 |
# Repair symlinks if they are broken |
Also available in: Unified diff
Do not enable dump device nor savecore on RELENG_1.