Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
248c22b3
Commit
248c22b3
authored
Feb 18, 2005
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor tweaks:
gated comes from RHL7.3 RPM, pathrate installed in /usr/local/bin
parent
19c93075
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
11 deletions
+15
-11
doc/updating-RHL/RHL90-build.sh
doc/updating-RHL/RHL90-build.sh
+15
-11
No files found.
doc/updating-RHL/RHL90-build.sh
View file @
248c22b3
...
...
@@ -637,16 +637,20 @@ gmake client-install
## Install `gated'.
## XXX --- compile w/o debugging?
##
cd
"
${
local_build_root
}
"
# wget http://ftp.rge.com/pub/networking/gated/gated-3-6.tar.gz
wget http://www.funet.fi/pub/unix/tcpip/gated/gated-3-6.tar.gz
tar
zxf gated-3-6.tar.gz
cd
gated-public-3_6
./configure
gmake depend
gmake
gmake
install
# Installs just `/usr/local/sbin/gated'.
#cd "${local_build_root}"
## wget http://ftp.rge.com/pub/networking/gated/gated-3-6.tar.gz
#wget http://www.funet.fi/pub/unix/tcpip/gated/gated-3-6.tar.gz
#tar zxf gated-3-6.tar.gz
#cd gated-public-3_6
#./configure
#gmake depend
#gmake
#gmake install
## Installs just `/usr/local/sbin/gated'.
# Version built from source doesn't work, install RHL7.3 RPM instead
rpm
-i
/share/redhat/7.3/RPMS/gated-3.6-14.i386.rpm
###############################################################################
...
...
@@ -960,7 +964,7 @@ cd pathrate_2.4.0
# XXX Build w/o -g?
gmake
# No install target
install
-o
root
-g
root
-m
755 pathrate_rcv pathrate_snd /usr/local/
s
bin
install
-o
root
-g
root
-m
755 pathrate_rcv pathrate_snd /usr/local/bin
install
-d
-o
root
-g
root
-m
755 /usr/local/share/doc/pathrate
install
-o
root
-g
root
-m
644 CHANGES README /usr/local/share/doc/pathrate
...
...
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