diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-06-10 22:37:15 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-06-10 22:37:15 -0700 |
commit | b4b2864a93b38e3e900164564f262b0375fcec24 (patch) | |
tree | 2ed38d57f2e3a5d06c304e399c525f6a223deede /scripts/system | |
parent | c2db47deb9aa0661468a36822b5105ed1fe51918 (diff) | |
parent | 88ff71306683cc98101190227497264ca6197557 (diff) | |
download | vyatta-cfg-system-b4b2864a93b38e3e900164564f262b0375fcec24.tar.gz vyatta-cfg-system-b4b2864a93b38e3e900164564f262b0375fcec24.zip |
Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg-system into hollywood
Diffstat (limited to 'scripts/system')
-rwxr-xr-x | scripts/system/vyatta_update_login.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/system/vyatta_update_login.pl b/scripts/system/vyatta_update_login.pl index 61fe68ca..bd103c57 100755 --- a/scripts/system/vyatta_update_login.pl +++ b/scripts/system/vyatta_update_login.pl @@ -76,7 +76,7 @@ for my $user (@user_keys) { # make new user using vyatta shell # and make home directory (-m) # and with default group of 100 (users) - $cmd = 'useradd -s /bin/vbash -m -n'; + $cmd = 'useradd -s /bin/vbash -m -N'; } # TODO Add checks for attempts to put system users # in configuration file |