Skip to content
GitLab
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
96447e05
Commit
96447e05
authored
Aug 22, 2003
by
Austin Clements
Browse files
Fixed a bug involving setting permissions on newly created homedirs
parent
6e0bcee1
Changes
2
Hide whitespace changes
Inline
Side-by-side
tmcd/common/libsetup.pm
View file @
96447e05
...
...
@@ -1498,7 +1498,7 @@ sub doaccounts()
warn
"
*** WARNING: Error creating user homedir
\n
";
next
;
}
chown
(
$
login
,
$
lo
gi
n
,
$hdir
);
chown
(
$
uid
,
$gi
d
,
$hdir
);
}
# Add to DB only if successful.
...
...
tmcd/libsetup.pm
View file @
96447e05
...
...
@@ -1498,7 +1498,7 @@ sub doaccounts()
warn
"
*** WARNING: Error creating user homedir
\n
";
next
;
}
chown
(
$
login
,
$
lo
gi
n
,
$hdir
);
chown
(
$
uid
,
$gi
d
,
$hdir
);
}
# Add to DB only if successful.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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