summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/usermgmt/include
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2014-03-07 20:44:19 +0000
committerdteske <dteske@FreeBSD.org>2014-03-07 20:44:19 +0000
commit63c9b157252a9bfbaf3789532180995be543e579 (patch)
tree3400bdeb01c9fd9cbbb4537994d6e19f842cdad0 /usr.sbin/bsdconfig/usermgmt/include
parent11fd7cf2992306c8b382554217a88bdaa49099d3 (diff)
downloadFreeBSD-src-63c9b157252a9bfbaf3789532180995be543e579.zip
FreeBSD-src-63c9b157252a9bfbaf3789532180995be543e579.tar.gz
Rewrite groupmgmt -- hooking it into the scripting system with dispatch
commands groupAdd, groupDelete, and groupEdit. Getting rid of the awkward- to-use `groupinput' bolt-on which Ron and I talked about rewriting.
Diffstat (limited to 'usr.sbin/bsdconfig/usermgmt/include')
-rw-r--r--usr.sbin/bsdconfig/usermgmt/include/messages.subr4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/usermgmt/include/messages.subr b/usr.sbin/bsdconfig/usermgmt/include/messages.subr
index e139f32..97f899b 100644
--- a/usr.sbin/bsdconfig/usermgmt/include/messages.subr
+++ b/usr.sbin/bsdconfig/usermgmt/include/messages.subr
@@ -1,5 +1,5 @@
# Copyright (c) 2012 Ron McDowell
-# Copyright (c) 2012-2013 Devin Teske
+# Copyright (c) 2012-2014 Devin Teske
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -90,6 +90,7 @@ msg_login_updated="Login Updated"
msg_member_of_groups="Member of Groups"
msg_n_a="N/A"
msg_no="No"
+msg_no_group_specified="No group specified!"
msg_number_of_seconds_since_epoch="Number of seconds since the Epoch\n(1 = %s)\nNULL or zero to disable:"
msg_ok="OK"
msg_password="Password"
@@ -97,6 +98,7 @@ msg_password_does_not_expire="Password does not expire"
msg_password_expires_in_how_many_days="Password expires in how many days?"
msg_password_expires_on="Password Expires on"
msg_passwords_do_not_match="Passwords do not match."
+msg_please_enter_a_group_name="Please enter a group name!"
msg_reenter_group_password="Re-enter Group Password"
msg_reenter_password="Re-enter Password"
msg_save="Save"
OpenPOWER on IntegriCloud