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
98484571
Commit
98484571
authored
Jul 03, 2003
by
Leigh B. Stoller
Browse files
Add Mike fix for starting elvin proxy on free nodes.
parent
6d18295e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/common/rc.setup
View file @
98484571
...
...
@@ -102,7 +102,7 @@ fi
#
# Start the elvin proxy.
#
if
[
-x
$BINDIR
/evproxy
]
;
then
if
[
-x
$BINDIR
/evproxy
-a
-r
$BOOTDIR
/nickname
]
;
then
echo
"Starting elvin proxy daemon ..."
$BINDIR
/evproxy
-e
`
cat
$BOOTDIR
/nickname |
awk
-F
.
'{print $3"/"$2}'
`
fi
...
...
Write
Preview
Markdown
is supported
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