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
02dcd6ef
Commit
02dcd6ef
authored
Jul 13, 2004
by
Mike Hibler
Browse files
Don't bother to set TMCCUNIXPATH, the proxy is detected elsewhere
by other means.
parent
7f0c99cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/jail/mkjail.pl
View file @
02dcd6ef
...
...
@@ -818,15 +818,9 @@ sub startproxy($)
$tmccpid
=
fork
();
if
(
$tmccpid
)
{
#
# So tmcc will work nicely inside the jail without needing the
# -l option specified all over.
#
$ENV
{'
TMCCUNIXPATH
'}
=
$insidepath
;
#
# The above is good only for direct decendents of the init process.
# So, the above will be phased out in favor of a file in the usual
# place to clue the client in.
# Create a proxypath file so that libtmcc in the jail will know to
# use a proxy for all calls; saves having all clients explicitly
# use -l for every tmcc call.
#
mysystem
("
echo
$insidepath
>
$dir
/root/
${BOOTDIR}
/proxypath
");
...
...
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