Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
112
Issues
112
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
b0b14ca3
Commit
b0b14ca3
authored
Jan 28, 2005
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move the default OPS_PORT defn up so it doesn't override what was given
on the command line.
parent
8d1bce8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
install/ops-install.in
install/ops-install.in
+6
-6
No files found.
install/ops-install.in
View file @
b0b14ca3
...
...
@@ -56,6 +56,12 @@ sub usage {
exit
(
1
);
}
#
# The default meta-port (name and version) that drags in all the dependancies
# for an ops node
#
my
$OPS_PORT
=
"
emulab-ops-1.5
";
my
$packagedir
=
"";
my
$batchmode
=
0
;
my
%
opts
;
...
...
@@ -150,12 +156,6 @@ my $OPS_ELVIND_CONF = "$TOP_OBJDIR/event/etc/elvind-ops.conf";
my
$M2CRYPTO_PATCH
=
"
$TOP_SRCDIR
/patches/m2crypto.patch
";
my
$IDENTPUB
=
"
$TOP_SRCDIR
/install/identity.pub
";
#
# The meta-port (name and version) that drags in all the dependancies for
# an ops node
#
my
$OPS_PORT
=
"
emulab-ops-1.5
";
#
# List of names that goes into $HOSTS and which must resolve.
#
...
...
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