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
83958daf
Commit
83958daf
authored
Jun 01, 2002
by
Leigh B. Stoller
Browse files
RON Change: Do not remove home dirs when deleting accounts. This needs
more thought, so just leave the directories.
parent
8138a973
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/ron/liblocsetup.pm
View file @
83958daf
...
...
@@ -105,8 +105,9 @@ sub os_homedirdel($$)
{
my
(
$login
,
$homedir
)
=
@_
;
print
"
Removing home directory:
$homedir
\n
";
return
(
system
("
rm -rf
$homedir
"));
#print "Removing home directory: $homedir\n";
#return(system("rm -rf $homedir"));
return
0
;
}
#
...
...
Write
Preview
Supports
Markdown
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