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
cae25f83
Commit
cae25f83
authored
Jul 13, 2004
by
Mike Hibler
Browse files
"boss.emulab.net" -> "boss"
parent
642926e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/rc.healthd
View file @
cae25f83
#!/bin/sh
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# Copyright (c) 2000-2002
, 2004
University of Utah and the Flux Group.
# All rights reserved.
#
.
/etc/emulab/paths.sh
...
...
@@ -26,8 +26,7 @@ case "$1" in
esac
[
-x
${
BINDIR
}
/healthd
]
\
&&
${
BINDIR
}
/healthd
-f
${
BINDIR
}
/healthd.conf
-S
-q
-p
\
boss.emulab.net 180
\
&&
${
BINDIR
}
/healthd
-f
${
BINDIR
}
/healthd.conf
-S
-q
-p
boss 180
\
&&
echo
-n
' healthd'
;;
stop
)
...
...
tmcd/linux/rc.healthd
View file @
cae25f83
...
...
@@ -30,8 +30,7 @@ case "$1" in
esac
[
-x
${
BINDIR
}
/healthd
]
\
&&
${
BINDIR
}
/healthd
-f
${
BINDIR
}
/healthd.conf
-q
-S
-p
\
boss.emulab.net 180
\
&&
${
BINDIR
}
/healthd
-f
${
BINDIR
}
/healthd.conf
-q
-S
-p
boss 180
\
&&
echo
-n
' healthd'
;;
stop
)
...
...
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