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
01ebcf97
Commit
01ebcf97
authored
Sep 24, 2004
by
Leigh B. Stoller
Browse files
Remove rsyncd startup script.
Fix a few typos.
parent
80fcdcb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/boss-install.in
View file @
01ebcf97
...
...
@@ -323,13 +323,19 @@ Phase "rc.d", "Setting up rc.d scripts", sub {
PhaseFail
("
Unable to remove
$RCDIR
/mysql-server.sh: $!
");
}
};
Phase
"
snmpd
",
"
Removing snmpd starup script
",
sub
{
Phase
"
snmpd
",
"
Removing snmpd star
t
up script
",
sub
{
DoneIfDoesntExist
("
$RCDIR
/snmpd.sh
");
if
(
!
unlink
"
$RCDIR
/snmpd.sh
")
{
PhaseFail
("
Unable to remove
$RCDIR
/snmpd.sh: $!
");
}
};
Phase
"
dhcpd
",
"
Removing isc-dhcpd starup script
",
sub
{
Phase
"
rsyncd
",
"
Removing rsyncd startup script
",
sub
{
DoneIfDoesntExist
("
$RCDIR
/rsyncd.sh
");
if
(
!
unlink
"
$RCDIR
/rsyncd.sh
")
{
PhaseFail
("
Unable to remove
$RCDIR
/rsyncd.sh: $!
");
}
};
Phase
"
dhcpd
",
"
Removing isc-dhcpd startup script
",
sub
{
DoneIfDoesntExist
("
$RCDIR
/isc-dhcpd.sh
");
if
(
!
unlink
"
$RCDIR
/isc-dhcpd.sh
")
{
PhaseFail
("
Unable to remove
$RCDIR
/isc-dhcpd.sh: $!
");
...
...
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