[Lunar-commits] CVS: moonbase/devel/ltrace DETAILS,1.2,1.3
Florin Braescu
florin at lunar-linux.org
Sun Jul 18 08:17:54 GMT 2004
Update of /var/cvs/lunar/moonbase/devel/ltrace
In directory dbguin.lunar-linux.org:/tmp/cvs-serv3667
Modified Files:
DETAILS
Log Message:
bump the version from 0.3.31 to 0.3.35.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/ltrace/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 20 Jun 2003 02:44:34 -0000 1.2
+++ DETAILS 18 Jul 2004 08:17:51 -0000 1.3
@@ -1,13 +1,22 @@
MODULE=ltrace
- VERSION=0.3.31
- SOURCE=ltrace_0.3.31.tar.gz
+ VERSION=0.3.35
+ SOURCE=ltrace_0.3.35.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=ftp://ftp.debian.org/debian/pool/main/l/ltrace/$SOURCE
+ SOURCE_VFY[0]=md5:14a925a621a4720e1dd6a6b5465547ef
WEB_SITE=http://freshmeat.net/projects/ltrace/?topic_id=846%2C47#top
ENTERED=20020401
- UPDATED=20030619
+ UPDATED=20040718
MAINTAINER=csm at moongroup.com
SHORT="trace is a debugging program which runs a specified command until it exits"
+
cat << EOF
-ltrace is a debugging program which runs a specified command until it exits. While the command is executing, ltrace intercepts and records the dynamic library calls which are called by the executed process and the signals received by that process. It can also intercept and print the system calls executed by the program. The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have the source handy. You should install ltrace if you need a sysadmin tool for tracking the execution of processes.
+ltrace is a debugging program which runs a specified command until it exits.
+While the command is executing, ltrace intercepts and records the dynamic
+library calls which are called by the executed process and the signals
+received by that process. It can also intercept and print the system calls
+executed by the program. The program to be traced need not be recompiled for
+this, so you can use it on binaries for which you don't have the source handy.
+You should install ltrace if you need a sysadmin tool for tracking the
+execution of processes.
EOF
More information about the Lunar-commits
mailing list