summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser/adduser.perl
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1998-01-10 17:27:28 +0000
committerwosch <wosch@FreeBSD.org>1998-01-10 17:27:28 +0000
commitb1ce14e5bea7a10c64ac6da5c47e60491fa40a1e (patch)
tree4a175664d3fe0aaff4bd0c7d0362b9439538a023 /usr.sbin/adduser/adduser.perl
parentf4a6b5e087515428f5425970c88ac748698cc728 (diff)
downloadFreeBSD-src-b1ce14e5bea7a10c64ac6da5c47e60491fa40a1e.zip
FreeBSD-src-b1ce14e5bea7a10c64ac6da5c47e60491fa40a1e.tar.gz
Rename the pwd_mkdb(8) option '-c' to '-C' for better compatiblity
with BSD/OS.
Diffstat (limited to 'usr.sbin/adduser/adduser.perl')
-rw-r--r--usr.sbin/adduser/adduser.perl4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/adduser/adduser.perl b/usr.sbin/adduser/adduser.perl
index 6730476..8e5dc53 100644
--- a/usr.sbin/adduser/adduser.perl
+++ b/usr.sbin/adduser/adduser.perl
@@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: adduser.perl,v 1.37 1997/09/20 19:59:54 wosch Exp $
+# $Id: adduser.perl,v 1.38 1997/12/24 11:44:14 wosch Exp $
# read variables
@@ -220,7 +220,7 @@ sub home_partition_valid {
# check for valid passwddb
sub passwd_check {
- system("$pwd_mkdb -c $etc_passwd");
+ system("$pwd_mkdb -C $etc_passwd");
die "\nInvalid $etc_passwd - cannot add any users!\n" if $?;
}
OpenPOWER on IntegriCloud