Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144379908
D40055.id121828.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
474 B
Referenced Files
None
Subscribers
None
D40055.id121828.diff
View Options
diff --git a/libexec/rc/rc.subr b/libexec/rc/rc.subr
--- a/libexec/rc/rc.subr
+++ b/libexec/rc/rc.subr
@@ -1127,11 +1127,6 @@
_run_rc_precmd || return 1
if [ -n "$rc_pid" ]; then
echo "${name} is running as pid $rc_pid."
- # for cpuset debug only, not committable (cut)
- if [ -n "$_cpuset" -a -x $CPUSET ]; then
- echo -n "on CPU(s)"
- $CPUSET -g -p "$rc_pid" | cut -s -d: -f 2
- fi
else
echo "${name} is not running."
return 1
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 9, 3:41 AM (11 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28532948
Default Alt Text
D40055.id121828.diff (474 B)
Attached To
Mode
D40055: rc.subr(8): delete debug cpuset helper
Attached
Detach File
Event Timeline
Log In to Comment