Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
b248f82e
Commit
b248f82e
authored
Nov 07, 2003
by
Leigh B. Stoller
Browse files
Do not remove games user unless its a PLAB node. Locally, it breaks
jails.
parent
4afda306
Changes
2
Hide whitespace changes
Inline
Side-by-side
tmcd/common/libsetup.pm
View file @
b248f82e
...
...
@@ -1399,7 +1399,8 @@ sub doaccounts()
# XXX: hack, hack, hack - Jay requested that user "games" be removed from
# plab nodes since conflicts with his UID.
os_userdel
("
games
");
os_userdel
("
games
")
if
(
PLAB
());
while
((
$login
,
$info
)
=
each
%PWDDB
)
{
my
$uid
=
$info
;
...
...
tmcd/libsetup.pm
View file @
b248f82e
...
...
@@ -1399,7 +1399,8 @@ sub doaccounts()
# XXX: hack, hack, hack - Jay requested that user "games" be removed from
# plab nodes since conflicts with his UID.
os_userdel
("
games
");
os_userdel
("
games
")
if
(
PLAB
());
while
((
$login
,
$info
)
=
each
%PWDDB
)
{
my
$uid
=
$info
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment