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
8be67821
Commit
8be67821
authored
Jan 20, 2004
by
Mike Hibler
Browse files
Remove /root/.saves-* files
parent
ace0c40e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/prepare
View file @
8be67821
...
...
@@ -124,10 +124,11 @@ if (-f $MOUNTINFO) {
die(
"
Could
not
unlink
$MOUNTINFO:
$!
"
);
}
print
"
Removing
root
'
s history ...\n";
print
"
Removing
root
'
s history
and .saves files
...\n";
if (-f $HISTORY) {
unlink($HISTORY) or
die("Could not unlink $HISTORY: $!");
system("rm -f /root/.saves-*");
}
print "Cleaning mail spool files ...\n";
...
...
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