aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorDevin Teske <dteske@FreeBSD.org>2013-06-19 00:24:08 +0000
committerDevin Teske <dteske@FreeBSD.org>2013-06-19 00:24:08 +0000
commite52257af13f6ccc0e5dec60b83f9976ec20e3e07 (patch)
treebb1d80a98e1f97e411ae0f4000117779344a5a32 /usr.sbin
parent9cd8fcc64280984a520549a63b1c58e8e4b5c70b (diff)
downloadsrc-e52257af13f6ccc0e5dec60b83f9976ec20e3e07.tar.gz
src-e52257af13f6ccc0e5dec60b83f9976ec20e3e07.zip
Remove extra whitespace lines.
Notes
Notes: svn path=/head/; revision=251981
Diffstat (limited to 'usr.sbin')
-rwxr-xr-xusr.sbin/bsdconfig/usermgmt/groupdel2
-rwxr-xr-xusr.sbin/bsdconfig/usermgmt/groupedit2
-rwxr-xr-xusr.sbin/bsdconfig/usermgmt/userdel2
-rwxr-xr-xusr.sbin/bsdconfig/usermgmt/useredit2
4 files changed, 0 insertions, 8 deletions
diff --git a/usr.sbin/bsdconfig/usermgmt/groupdel b/usr.sbin/bsdconfig/usermgmt/groupdel
index 693623f09f7d..905e56fc0fb1 100755
--- a/usr.sbin/bsdconfig/usermgmt/groupdel
+++ b/usr.sbin/bsdconfig/usermgmt/groupdel
@@ -79,12 +79,10 @@ while :; do
case "$mtag" in
"X $msg_exit") break ;;
-
*) # anything else is a group name
$BSDCFG_LIBE/$APP_DIR/groupinput \
${USE_XDIALOG:+-X} mode="Delete" group="$mtag"
;;
-
esac
done
diff --git a/usr.sbin/bsdconfig/usermgmt/groupedit b/usr.sbin/bsdconfig/usermgmt/groupedit
index 9dfc6b845b44..eab3bbf4bc98 100755
--- a/usr.sbin/bsdconfig/usermgmt/groupedit
+++ b/usr.sbin/bsdconfig/usermgmt/groupedit
@@ -79,12 +79,10 @@ while :; do
case "$mtag" in
"X $msg_exit") break ;;
-
*) # anything else is a group name
$BSDCFG_LIBE/$APP_DIR/groupinput \
${USE_XDIALOG:+-X} mode="Edit/View" group="$mtag"
;;
-
esac
done
diff --git a/usr.sbin/bsdconfig/usermgmt/userdel b/usr.sbin/bsdconfig/usermgmt/userdel
index 8ed747ac514e..2a34ba1c3d55 100755
--- a/usr.sbin/bsdconfig/usermgmt/userdel
+++ b/usr.sbin/bsdconfig/usermgmt/userdel
@@ -79,12 +79,10 @@ while :; do
case "$mtag" in
"X $msg_exit") break ;;
-
*) # anything else is a userid
$BSDCFG_LIBE/$APP_DIR/userinput \
${USE_XDIALOG:+-X} mode="Delete" user="$mtag"
;;
-
esac
done
diff --git a/usr.sbin/bsdconfig/usermgmt/useredit b/usr.sbin/bsdconfig/usermgmt/useredit
index 0226712d6cdf..0e8fd1228adc 100755
--- a/usr.sbin/bsdconfig/usermgmt/useredit
+++ b/usr.sbin/bsdconfig/usermgmt/useredit
@@ -79,12 +79,10 @@ while :; do
case "$mtag" in
"X $msg_exit") break ;;
-
*) # anything else is a userid
$BSDCFG_LIBE/$APP_DIR/userinput \
${USE_XDIALOG:+-X} mode="Edit/View" user="$mtag"
;;
-
esac
done