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
9867894b
Commit
9867894b
authored
Jan 18, 2002
by
Leigh B. Stoller
Browse files
Replace hardwired FS dirs with configure defines.
parent
2a0e64c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/exports_setup.in
View file @
9867894b
...
...
@@ -19,15 +19,15 @@ my $TB = "@prefix@";
my
$TBOPS
=
"
@TBOPSEMAIL
@
";
my
$TESTMODE
=
@TESTMODE@
;
my
$FSNODE
=
"
@FSNODE
@
";
my
$projdir
=
"
@FSDIR_PROJ
@
";
my
$usersdir
=
"
@FSDIR_USERS
@
";
my
$groupdir
=
"
@FSDIR_GROUPS
@
";
# Note no -n option. We redirect stdin from the new exports file below.
my
$SSH
=
"
$TB
/bin/sshtb -l root
$FSNODE
";
my
$PROG
=
"
/usr/testbed/sbin/exports_setup.proxy
";
my
$exportstail
=
"
/var/tmp/exports.tail
";
my
$lockfile
=
"
/var/tmp/testbed_exports_lockfile
";
my
$projdir
=
"
/q/proj
";
my
$usersdir
=
"
/users
";
my
$groupdir
=
"
/q/groups
";
my
$dbg
=
1
;
my
@row
;
...
...
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