diff options
author | Richard Sharpe <sharpe@samba.org> | 2005-03-30 00:15:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:20 -0500 |
commit | da3816690419401d85ab8bf7cee89ac912b152b0 (patch) | |
tree | d389735e62b28a10557f79c5dcddd8bedc500a61 /source4/script | |
parent | dfbd1752a1e8d3d8f40ee1986558be1ae3a2bc74 (diff) | |
download | samba-da3816690419401d85ab8bf7cee89ac912b152b0.tar.gz samba-da3816690419401d85ab8bf7cee89ac912b152b0.tar.bz2 samba-da3816690419401d85ab8bf7cee89ac912b152b0.zip |
r6118: Make it so that we can do --with-zlib=no in configure and also a couple
of small typos.
(This used to be commit 9b4069e84573f85ce4341ceacd35737a18726a0b)
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/provision.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/provision.pl b/source4/script/provision.pl index c3c7fc13c2..e1d5278453 100755 --- a/source4/script/provision.pl +++ b/source4/script/provision.pl @@ -358,7 +358,7 @@ if (!$opt_users) { $opt_nobody || die "Unable to determine a user for 'nobody'\n"; $opt_nogroup || die "Unable to determine a group for 'nogroup'\n"; -$opt_users || die "Unable to determine a group for 'user'\n"; +$opt_users || die "Unable to determine a group for 'users'\n"; $opt_wheel || die "Unable to determine a group for 'wheel'\n"; print "Using nobody='$opt_nobody' nogroup='$opt_nogroup' wheel='$opt_wheel' users='$opt_users'\n"; |