View | Details | Raw Unified | Return to bug 140440
Collapse All | Expand All

(-)rc.suspend 2009-11-09 12:23:53.000000000 -0500 (+3 lines)
Lines 52-57 Link Here
52
# suspend and reloading it on resume.  Example:
52
# suspend and reloading it on resume.  Example:
53
# kldunload usb
53
# kldunload usb
54
54
55
# run local suspend commands
56
[ -f /etc/rc.suspend.local ] && . /etc/rc.suspend.local
57
55
logger -t $subsystem suspend at `date +'%Y%m%d %H:%M:%S'`
58
logger -t $subsystem suspend at `date +'%Y%m%d %H:%M:%S'`
56
sync && sync && sync
59
sync && sync && sync
57
sleep 3
60
sleep 3
(-)rc.resume 2009-11-09 12:24:06.000000000 -0500 (+3 lines)
Lines 56-61 Link Here
56
# the following to signal it to reassociate.
56
# the following to signal it to reassociate.
57
# /usr/sbin/wpa_cli reassociate
57
# /usr/sbin/wpa_cli reassociate
58
58
59
# run local resume commands
60
[ -f /etc/rc.resume.local ] && . /etc/rc.resume.local
61
59
logger -t $subsystem resumed at `date +'%Y%m%d %H:%M:%S'`
62
logger -t $subsystem resumed at `date +'%Y%m%d %H:%M:%S'`
60
sync && sync && sync
63
sync && sync && sync

Return to bug 140440