summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/share/mustberoot.subr
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2012-11-24 07:02:31 +0000
committerdteske <dteske@FreeBSD.org>2012-11-24 07:02:31 +0000
commit1b9b8a999d7bddac2c5112a68e91336aa770d69b (patch)
treea1a0c7cde1b93f6515e71b513899105a71a15280 /usr.sbin/bsdconfig/share/mustberoot.subr
parent4df351052644986d02f4f2b8d7a76bf2e65fbc6d (diff)
downloadFreeBSD-src-1b9b8a999d7bddac2c5112a68e91336aa770d69b.zip
FreeBSD-src-1b9b8a999d7bddac2c5112a68e91336aa770d69b.tar.gz
Whitespace.
Approved by: adrian (co-mentor) (implicit)
Diffstat (limited to 'usr.sbin/bsdconfig/share/mustberoot.subr')
-rw-r--r--usr.sbin/bsdconfig/share/mustberoot.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/share/mustberoot.subr b/usr.sbin/bsdconfig/share/mustberoot.subr
index fd37c64..ac0fd76 100644
--- a/usr.sbin/bsdconfig/share/mustberoot.subr
+++ b/usr.sbin/bsdconfig/share/mustberoot.subr
@@ -277,7 +277,7 @@ f_authenticate_some_user()
#
# Secure-mode has been requested.
#
-
+
[ "$USE_XDIALOG" ] || f_die 1 "$msg_secure_mode_requires_x11"
[ "$(id -u)" = "0" ] || f_die 1 "$msg_secure_mode_requires_root"
OpenPOWER on IntegriCloud