diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-08-20 19:57:23 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-08-20 19:57:23 +0000 |
| commit | f99f7b462b4fda8c0f7c1590e4d8e429a7ed3c7e (patch) | |
| tree | 6d70bc78c85ad58859883766d847dbbea68c2234 | |
| parent | acbfbfeaf2534bd9070277e4d96f1502e7a2c047 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/adduser/adduser.perl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/adduser/adduser.perl b/usr.sbin/adduser/adduser.perl index c33600909352e..118589bb37a18 100644 --- a/usr.sbin/adduser/adduser.perl +++ b/usr.sbin/adduser/adduser.perl @@ -32,7 +32,7 @@ # # Email: Wolfram Schneider <wosch@cs.tu-berlin.de> # -# $Id: adduser.perl,v 1.12 1996/08/13 21:50:51 wosch Exp $ +# $Id: adduser.perl,v 1.13 1996/08/14 19:06:04 wosch Exp $ # # read variables @@ -239,7 +239,7 @@ sub home_partition_valid { # check for valid passwddb sub passwd_check { - system("$pwd_mkdb $etc_passwd"); + system("$pwd_mkdb -c $etc_passwd"); die "\nInvalid $etc_passwd - cannot add any users!\n" if $?; } |
