[Lunar-commits] CVS: moonbase/net/xtraceroute BUILD, 1.1.1.1,
1.2 DETAILS, 1.1.1.1, 1.2
Veerappan
watryac04 at lunar-linux.org
Thu Mar 18 21:19:50 GMT 2004
Update of /var/cvs/lunar/moonbase/net/xtraceroute
In directory dbguin.lunar-linux.org:/tmp/cvs-serv16298
Modified Files:
BUILD DETAILS
Log Message:
cleaned up the build a bit. updated version to 0.9.1
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/xtraceroute/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:21 -0000 1.1.1.1
+++ BUILD 18 Mar 2004 21:19:48 -0000 1.2
@@ -6,8 +6,8 @@
make &&
cd $SOURCE_DIRECTORY &&
- echo CFLAGS:= $CFLAGS
- echo OPTS:= $OPTS
+ echo CFLAGS:= $CFLAGS &&
+ echo OPTS:= $OPTS &&
set -x && #Let's show the logs what we've used for debug
./configure --build=$BUILD \
--prefix=/usr \
@@ -19,8 +19,8 @@
set +x && ##turn it off so that the logs stay readable
make &&
prepare_install &&
- make install
- mkdir -p /usr/share/$MODULE
+ make install &&
+ mkdir -p /usr/share/$MODULE &&
cp host/host /usr/bin/tr_host &&
cp host/host.1 /usr/share/man/man1/tr_host.1 &&
cp hosts.cache networks.cache /usr/share/$MODULE
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/xtraceroute/DETAILS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DETAILS 21 Aug 2002 00:55:21 -0000 1.1.1.1
+++ DETAILS 18 Mar 2004 21:19:48 -0000 1.2
@@ -1,5 +1,5 @@
MODULE=xtraceroute
- VERSION=0.9.0
+ VERSION=0.9.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=ndg_files.tar.gz
SOURCE3=host.tar.Z
@@ -9,9 +9,9 @@
SOURCE3_URL[0]=http://www.dtek.chalmers.se/~d3august/xt/$SOURCE3
WEB_SITE=http://www.dtek.chalmers.se/~d3august/xt/index.html
ENTERED=20020516
- UPDATED=20020516
- MAINTAINER=kongar at tsrsb.org.tr
- SHORT="xtraceroute is a graphical version of the traceroute program"
+ UPDATED=20040318
+ SHORT="xtraceroute is a graphical version of the traceroute
+program"
cat << EOF
xtraceroute is a graphical version of the traceroute program.
More information about the Lunar-commits
mailing list