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
fd2f7a62
Commit
fd2f7a62
authored
Jun 07, 2003
by
Shashi Guruprasad
Browse files
Moved changes from ns-2.1b9 to the newer ns-2.26 .
parent
2fad09a4
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
event/nsetrafgen/nse-install
View file @
fd2f7a62
#!/bin/sh
if
[
!
-d
ns-allinone-2.
1b9
]
;
then
echo
"Downloading ns2.
1b9
source ..."
fetch http://www.emulab.net/ns-allinone-2.
1b9
.tar.gz
tar
xzf ns-allinone-2.
1b9
.tar.gz
if
[
!
-d
ns-allinone-2.
26
]
;
then
echo
"Downloading ns2.
26
source ..."
fetch http://www.emulab.net/ns-allinone-2.
26
.tar.gz
tar
xzf ns-allinone-2.
26
.tar.gz
patch
-p0
< nse.patch
fi
cd
ns-allinone-2.
1b9
cd
ns-allinone-2.
26
./install
cp
ns-2.
1b9
/nse ..
cp
ns-2.
26
/nse ..
event/nsetrafgen/nse.patch
View file @
fd2f7a62
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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