Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153181881
D15247.id42024.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
596 B
Referenced Files
None
Subscribers
None
D15247.id42024.diff
View Options
Index: etc/rc.resume
===================================================================
--- etc/rc.resume
+++ etc/rc.resume
@@ -55,4 +55,22 @@
/usr/bin/logger -t $subsystem resumed at `/bin/date +'%Y%m%d %H:%M:%S'`
/bin/sync && /bin/sync && /bin/sync
+. /etc/rc.subr
+
+load_rc_config
+
+rcorder_opts="-k resume"
+
+case ${local_startup} in
+[Nn][Oo] | '') ;;
+*) find_local_scripts_new ;;
+esac
+
+files=`rcorder ${rcorder_opts} /etc/rc.d/* ${local_rc} 2>/dev/null`
+
+for _rc_elem in $files; do
+ debug "run_rc_script $_rc_elem resume"
+ run_rc_script $_rc_elem resume
+done
+
exit 0
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 4:00 PM (10 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31849576
Default Alt Text
D15247.id42024.diff (596 B)
Attached To
Mode
D15247: Add rcorder(8) support to /etc/rc.resume
Attached
Detach File
Event Timeline
Log In to Comment