History log of /freebsd-11.0-release/usr.sbin/bsdconfig/usermgmt/share/group.subr
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 284609 19-Jun-2015 dteske

Interim fix for "Login not found" error.

PR: bin/196514
MFC after: 3 days
X-MFC-to: stable/10


# 263149 14-Mar-2014 dteske

Add protection against input containing single-quotes (e.g., i18n-users).


# 263148 14-Mar-2014 dteske

For non-interactive scripts, forgot to check we were given an argument
before proceeding.


# 263147 14-Mar-2014 dteske

Fix a bug preventing errors from pw(8) from filtering up to a dialog.
Programs running as rvalue to pipe cannot access current namespace.


# 263146 14-Mar-2014 dteske

Reduce the sleep cycle when using dialog(1) to 1-second.


# 263145 14-Mar-2014 dteske

Fix comments and whitespace.


# 262904 07-Mar-2014 dteske

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.