Menu

[r10239]: / projects / cli / patches / freebsd-etc-rc.subr.patch  Maximize  Restore  History

Download this file

16 lines (15 with data), 489 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
Index: etc/rc.subr
===================================================================
--- etc/rc.subr (revision 227454)
+++ etc/rc.subr (working copy)
@@ -700,9 +700,7 @@ run_rc_command()
if [ -n "${rc_quiet}" ]; then
return 0
fi
- echo -n "Cannot '${rc_arg}' $name. Set ${rcvar} to "
- echo -n "YES in /etc/rc.conf or use 'one${rc_arg}' "
- echo "instead of '${rc_arg}'."
+ echo "Will not '${rc_arg}' $name because ${rcvar} is NO."
return 0
fi
fi
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.