summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2002-01-04 21:28:32 +0000
committeryar <yar@FreeBSD.org>2002-01-04 21:28:32 +0000
commit53c5b2a4bc77ea8ad59d4335c85589c2f74cefde (patch)
tree2308bc05d7c4544320eb763ac53e05012f824da2 /usr.sbin/adduser
parent81b59117415367a107f52388ad5ae1cb18f0127d (diff)
downloadFreeBSD-src-53c5b2a4bc77ea8ad59d4335c85589c2f74cefde.zip
FreeBSD-src-53c5b2a4bc77ea8ad59d4335c85589c2f74cefde.tar.gz
Oops, missed one point where $pwd_mkdb had been used.
Now it should be @pwd_mkdb since we moved to Perl's safe system() not using /bin/sh.
Diffstat (limited to 'usr.sbin/adduser')
-rw-r--r--usr.sbin/adduser/adduser.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/adduser/adduser.perl b/usr.sbin/adduser/adduser.perl
index ed2737e..87a3d82 100644
--- a/usr.sbin/adduser/adduser.perl
+++ b/usr.sbin/adduser/adduser.perl
@@ -584,7 +584,7 @@ sub new_users_pwdmkdb {
system(@pwd_mkdb, '-u', $name, $etc_passwd);
if ($?) {
warn "$last\n";
- warn "``$pwd_mkdb'' failed\n";
+ warn "``@pwd_mkdb'' failed\n";
exit($? >> 8);
}
}
OpenPOWER on IntegriCloud