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
8d00d9a0
Commit
8d00d9a0
authored
Nov 24, 2015
by
Mike Hibler
Browse files
Clean our /var/backups, remove frisbee/frisupload from old location.
parent
f9321638
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/linux/prepare
View file @
8d00d9a0
...
@@ -30,7 +30,8 @@ use Getopt::Std;
...
@@ -30,7 +30,8 @@ use Getopt::Std;
#
#
my
$DUMPDATES
=
"
/etc/dumpdates
";
my
$DUMPDATES
=
"
/etc/dumpdates
";
my
@DBFILES
=
();
my
@DBFILES
=
();
my
@SYSVARDIRS
=
("
lib/dhcp
",
"
lib/dhclient
",
"
lib/dhcp3
",
"
spool/clientmqueue
",
my
@SYSVARDIRS
=
("
backups
",
"
lib/dhcp
",
"
lib/dhclient
",
"
lib/dhcp3
",
"
spool/clientmqueue
",
"
log/audit
",
"
log/account
",
"
log/mysql
",
"
log/ntpstats
");
"
log/audit
",
"
log/account
",
"
log/mysql
",
"
log/ntpstats
");
my
@VARDIRS
=
("
logs
",
"
db
",
"
jails
",
"
boot
",
"
lock
",
"
vms
");
my
@VARDIRS
=
("
logs
",
"
db
",
"
jails
",
"
boot
",
"
lock
",
"
vms
");
my
@SOCKETS
=
("
/dev/log
",
"
/var/run/acpid.socket
");
my
@SOCKETS
=
("
/dev/log
",
"
/var/run/acpid.socket
");
...
@@ -59,7 +60,10 @@ my @DEADFILES = ("rc.agents", "rc.delayagent", "rc.delta", "rc.healthd",
...
@@ -59,7 +60,10 @@ my @DEADFILES = ("rc.agents", "rc.delayagent", "rc.delta", "rc.healthd",
"
rc.setup
",
"
rc.slothd
",
"
rc.testbed
",
"
rc.setup
",
"
rc.slothd
",
"
rc.testbed
",
"
batchcmddone
",
"
bootsetup
",
"
install-tarfile
",
"
batchcmddone
",
"
bootsetup
",
"
install-tarfile
",
"
jailsetup
",
"
update_delays
",
"
jailsetup
",
"
update_delays
",
"
sethostname
"
# replaced by sethostname.dhclient on linux
# replaced by sethostname.dhclient
"
sethostname
",
# now in /usr/local/bin
"
frisbee
",
"
frisupload
"
);
);
# Drag in path stuff so we can find emulab stuff.
# Drag in path stuff so we can find emulab stuff.
...
...
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