summaryrefslogtreecommitdiff
path: root/scripts/system
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-06-10 22:37:15 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-06-10 22:37:15 -0700
commitb4b2864a93b38e3e900164564f262b0375fcec24 (patch)
tree2ed38d57f2e3a5d06c304e399c525f6a223deede /scripts/system
parentc2db47deb9aa0661468a36822b5105ed1fe51918 (diff)
parent88ff71306683cc98101190227497264ca6197557 (diff)
downloadvyatta-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-xscripts/system/vyatta_update_login.pl2
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