Author: dteske
Date: Tue Jun 18 23:11:36 2013
New Revision: 251972
URL: http://svnweb.freebsd.org/changeset/base/251972
Log:
Whitespace.
Modified:
head/usr.sbin/bsdconfig/startup/rcvar
Modified: head/usr.sbin/bsdconfig/startup/rcvar
==============================================================================
--- head/usr.sbin/bsdconfig/startup/rcvar Tue Jun 18 22:21:59 2013
(r251971)
+++ head/usr.sbin/bsdconfig/startup/rcvar Tue Jun 18 23:11:36 2013
(r251972)
@@ -205,8 +205,8 @@ while :; do
# Determine the new [toggled] value to use
case "$value" in
- "[X]"*) value="NO";;
- *) value="YES";;
+ "[X]"*) value="NO" ;;
+ *) value="YES" ;;
esac
err=$( f_sysrc_set "$rcvar" "$value" 2>&1 ) ||
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"