diff options
Diffstat (limited to 'tools')
24 files changed, 25 insertions, 25 deletions
diff --git a/tools/3.0-upgrade/cvt-wtmp.c b/tools/3.0-upgrade/cvt-wtmp.c index f5d3653710b4..80bb770c7d61 100644 --- a/tools/3.0-upgrade/cvt-wtmp.c +++ b/tools/3.0-upgrade/cvt-wtmp.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cvt-wtmp.c,v 1.4 1997/02/22 14:08:01 peter Exp $ + * $Id: cvt-wtmp.c,v 1.5 1998/09/09 17:24:31 imp Exp $ * */ diff --git a/tools/LibraryReport/LibraryReport.tcl b/tools/LibraryReport/LibraryReport.tcl index 37b4379bf6c7..75309ad534e8 100755 --- a/tools/LibraryReport/LibraryReport.tcl +++ b/tools/LibraryReport/LibraryReport.tcl @@ -50,7 +50,7 @@ exec tclsh $0 $* # ################################################################################ # -# $Id$ +# $Id: LibraryReport.tcl,v 1.4 1997/02/22 14:08:05 peter Exp $ # ######################################################################################### diff --git a/tools/diag/ac/ac b/tools/diag/ac/ac index f2815e5eca39..448337d1211b 100644 --- a/tools/diag/ac/ac +++ b/tools/diag/ac/ac @@ -4,7 +4,7 @@ # # ac - check if the FreeBSD handbook is in sync with the committers list # -# $Id$ +# $Id: ac,v 1.1 1997/03/28 14:40:39 wosch Exp $ : ${CVSROOT=/usr/cvs} contrib=src/share/doc/handbook/contrib.sgml diff --git a/tools/diag/httpd-error/httpd-error b/tools/diag/httpd-error/httpd-error index b1ff405321c0..6f8230d180fd 100755 --- a/tools/diag/httpd-error/httpd-error +++ b/tools/diag/httpd-error/httpd-error @@ -4,7 +4,7 @@ # # httpd-error - check for Web files which does not exists on your host # -# $Id$ +# $Id: httpd-error,v 1.1 1998/02/15 18:54:26 wosch Exp $ mode=${1} diff --git a/tools/test/devrandom/hammer.random b/tools/test/devrandom/hammer.random index a619816f2db5..ca98d523f6eb 100644 --- a/tools/test/devrandom/hammer.random +++ b/tools/test/devrandom/hammer.random @@ -5,7 +5,7 @@ # Read and display random numbers. # Try tapping shift/alt/ctrl to get more randomness. # -# $Id$ +# $Id: hammer.random,v 1.3 1997/02/22 14:08:07 peter Exp $ # for (;;) { diff --git a/tools/test/devrandom/hammer.urandom b/tools/test/devrandom/hammer.urandom index 4e434fae5476..8981175fff0d 100644 --- a/tools/test/devrandom/hammer.urandom +++ b/tools/test/devrandom/hammer.urandom @@ -5,7 +5,7 @@ # Read and display random numbers. # This also reads /dev/zero to make sure there is no brokenness there. # -# $Id$ +# $Id: hammer.urandom,v 1.3 1997/02/22 14:08:08 peter Exp $ # open(ZERO, "/dev/zero") || die "Cannot open /dev/zero - $!\n"; diff --git a/tools/test/devrandom/stat.16bit b/tools/test/devrandom/stat.16bit index 83398d5d273a..8ddee985a6b6 100644 --- a/tools/test/devrandom/stat.16bit +++ b/tools/test/devrandom/stat.16bit @@ -8,7 +8,7 @@ # Redirect the output from this to a file - and go to the movies while # it runs. This program is a CPU Hog! # -# $Id$ +# $Id: stat.16bit,v 1.3 1997/02/22 14:08:09 peter Exp $ # for ($i = 0; $i < (1024*64); $i++) { diff --git a/tools/test/devrandom/stat.8bit b/tools/test/devrandom/stat.8bit index 5c304cb2e68e..db053213021d 100644 --- a/tools/test/devrandom/stat.8bit +++ b/tools/test/devrandom/stat.8bit @@ -8,7 +8,7 @@ # Redirect the output from this to a file - and make a cup of coffee while # it runs. This program is a CPU Hog! # -# $Id$ +# $Id: stat.8bit,v 1.3 1997/02/22 14:08:10 peter Exp $ # for ($i = 0; $i < (1024*32); $i++) { diff --git a/tools/tools/README b/tools/tools/README index b305823f6169..d4f6c52b5077 100644 --- a/tools/tools/README +++ b/tools/tools/README @@ -1,4 +1,4 @@ -# $Id: README,v 1.14 1998/12/17 12:21:19 cracauer Exp $ +# $Id: README,v 1.15 1999/01/07 19:28:51 archie Exp $ This directory is for tools. diff --git a/tools/tools/diffburst/Makefile b/tools/tools/diffburst/Makefile index 4e58e4cdd866..0cb8b4f4c666 100644 --- a/tools/tools/diffburst/Makefile +++ b/tools/tools/diffburst/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1997/12/06 00:44:04 archie Exp $ +# $Id: Makefile,v 1.1 1999/01/07 19:28:55 archie Exp $ PROG= diffburst SRCS= main.c diff --git a/tools/tools/epfe/epfe.pl b/tools/tools/epfe/epfe.pl index 4afd824d4791..34a6165d0244 100644 --- a/tools/tools/epfe/epfe.pl +++ b/tools/tools/epfe/epfe.pl @@ -7,7 +7,7 @@ # $ cd /usr/share/examples/printing # $ epfe < ../../doc/handbook/printing.sgml # -# $Id$ +# $Id: epfe.pl,v 1.3 1997/02/22 14:08:19 peter Exp $ $in = 0; @a = (); sub Print { s/\&\;/&/g; push(@a,$_); } diff --git a/tools/tools/html-mv/html-mv b/tools/tools/html-mv/html-mv index c91f53362b50..b0f7634604fe 100644 --- a/tools/tools/html-mv/html-mv +++ b/tools/tools/html-mv/html-mv @@ -17,7 +17,7 @@ # FAQ_Can_FreeBSD_handle_multiport_serial_cards_sharing_irqs_.html # [...] # -# $Id$ +# $Id: html-mv,v 1.1 1997/11/09 11:23:54 wosch Exp $ case $# in 0) echo "usage `basename $0` file" diff --git a/tools/tools/ifinfo/Makefile b/tools/tools/ifinfo/Makefile index 740a553e275b..2b56c6bb8300 100644 --- a/tools/tools/ifinfo/Makefile +++ b/tools/tools/ifinfo/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 14:08:23 peter Exp $ PROG= ifinfo SRCS= ifinfo.c rfc1650.c diff --git a/tools/tools/ifinfo/ifinfo.c b/tools/tools/ifinfo/ifinfo.c index b6d837c7ed97..92da26d235d4 100644 --- a/tools/tools/ifinfo/ifinfo.c +++ b/tools/tools/ifinfo/ifinfo.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ifinfo.c,v 1.3 1997/02/22 14:08:24 peter Exp $ + * $Id: ifinfo.c,v 1.4 1997/09/01 00:01:50 bde Exp $ */ #include <sys/types.h> #include <sys/socket.h> /* for PF_LINK */ diff --git a/tools/tools/ifinfo/ifinfo.h b/tools/tools/ifinfo/ifinfo.h index 24bd4761a2a8..5b14ef3a6905 100644 --- a/tools/tools/ifinfo/ifinfo.h +++ b/tools/tools/ifinfo/ifinfo.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: ifinfo.h,v 1.3 1997/02/22 14:08:26 peter Exp $ */ #ifndef ifinfo_h #define ifinfo_h 1 diff --git a/tools/tools/kdrv/KernelDriver b/tools/tools/kdrv/KernelDriver index 1644753a529d..fda42076c583 100755 --- a/tools/tools/kdrv/KernelDriver +++ b/tools/tools/kdrv/KernelDriver @@ -73,7 +73,7 @@ exec tclsh $0 $* # ################################################################################ # -# $Id: KernelDriver,v 1.4 1998/05/04 03:30:43 doconnor Exp $ +# $Id: KernelDriver,v 1.3 1998/05/06 05:45:16 msmith Exp $ # ################################################################################ diff --git a/tools/tools/kdrv/sample.drvinfo b/tools/tools/kdrv/sample.drvinfo index 7618d0b549e4..77f40e116831 100644 --- a/tools/tools/kdrv/sample.drvinfo +++ b/tools/tools/kdrv/sample.drvinfo @@ -2,7 +2,7 @@ # Sample driver information file for KernelDriver. See the top of # the KernelDriver script for a more exact definition of the syntax. # -# $Id: sample.drvinfo,v 1.2 1998/05/06 05:45:17 msmith Exp $ +# $Id: sample.drvinfo,v 1.3 1998/10/22 15:47:36 bde Exp $ # Device driver name # diff --git a/tools/tools/kernxref/kernxref.sh b/tools/tools/kernxref/kernxref.sh index b29e8d6dd7d0..8d4bc13c6b05 100644 --- a/tools/tools/kernxref/kernxref.sh +++ b/tools/tools/kernxref/kernxref.sh @@ -7,7 +7,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $Id: kernxref.sh,v 1.10 1998/12/06 21:39:07 archie Exp $ +# $Id: kernxref.sh,v 1.11 1998/12/08 08:14:37 archie Exp $ # # This shellscript will make a cross reference of the symbols of the LINT # kernel. diff --git a/tools/tools/mid/mid-index b/tools/tools/mid/mid-index index 053c21e8e959..f47caa5e6ba9 100755 --- a/tools/tools/mid/mid-index +++ b/tools/tools/mid/mid-index @@ -2,7 +2,7 @@ # # create message-id / in-reply-to database # -# $Id: mid-index,v 1.5 1998/04/13 13:08:47 wosch Exp $ +# $Id: mid-index,v 1.1 1998/05/20 09:19:59 wosch Exp $ sub usage { die "usage: mid-index name < filelist"; } diff --git a/tools/tools/portsinfo/portsinfo.sh b/tools/tools/portsinfo/portsinfo.sh index e1c3fd3b8851..df32aefb17c1 100644 --- a/tools/tools/portsinfo/portsinfo.sh +++ b/tools/tools/portsinfo/portsinfo.sh @@ -3,7 +3,7 @@ # # portsinfo - Generate list of new ports for last two weeks. # -# $Id: portsinfo.sh,v 1.3 1997/09/29 18:16:38 wosch Exp $ +# $Id: portsinfo.sh,v 1.4 1997/10/04 12:20:16 wosch Exp $ PATH=/bin:/usr/bin:/usr/local/bin:$PATH; export PATH diff --git a/tools/tools/scsi-defects/scsi-defects.pl b/tools/tools/scsi-defects/scsi-defects.pl index 5f48ec01c5a5..e7cf9fdeae46 100755 --- a/tools/tools/scsi-defects/scsi-defects.pl +++ b/tools/tools/scsi-defects/scsi-defects.pl @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id$ +# $Id: scsi-defects.pl,v 1.2 1997/02/22 14:08:36 peter Exp $ # # diff --git a/tools/tools/tcl_bmake/mkMakefile.sh b/tools/tools/tcl_bmake/mkMakefile.sh index 0c2ca73d4733..36de6809d3b8 100644 --- a/tools/tools/tcl_bmake/mkMakefile.sh +++ b/tools/tools/tcl_bmake/mkMakefile.sh @@ -1,5 +1,5 @@ #! /bin/sh -# $Id: mkMakefile.sh,v 1.28 1998/01/17 15:52:22 bde Exp $ +# $Id: mkMakefile.sh,v 1.29 1998/03/23 13:15:41 bde Exp $ # # This script generates a bmake Makefile for src/lib/libtcl # @@ -45,7 +45,7 @@ echo '# # Please change src/tools/tools/tcl_bmake/mkMakefile.sh instead # # Generated by src/tools/tools/tcl_bmake/mkMakefile.sh version: -# $Id: mkMakefile.sh,v 1.28 1998/01/17 15:52:22 bde Exp $ +# $Id: mkMakefile.sh,v 1.29 1998/03/23 13:15:41 bde Exp $ # ' | tr -d '$' >> ${LIBTCL}Makefile diff --git a/tools/tools/upgrade/getosreldate.sh b/tools/tools/upgrade/getosreldate.sh index cb23ef310d12..26da0fd011e5 100755 --- a/tools/tools/upgrade/getosreldate.sh +++ b/tools/tools/upgrade/getosreldate.sh @@ -1,5 +1,5 @@ #! /bin/sh -# $Id$ +# $Id: getosreldate.sh,v 1.1 1998/10/17 05:40:46 peter Exp $ RELDATE=`sysctl -n kern.osreldate 2>/dev/null` if [ "x$RELDATE" = x ]; then diff --git a/tools/tools/upgrade/move_aout_libs.sh b/tools/tools/upgrade/move_aout_libs.sh index 6903bc48466b..4af06fa7693d 100755 --- a/tools/tools/upgrade/move_aout_libs.sh +++ b/tools/tools/upgrade/move_aout_libs.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: move_aout_libs.sh,v 1.2.2.2 1999/02/01 12:45:26 jkh Exp $ +# $Id: move_aout_libs.sh,v 1.2.2.3 1999/05/11 07:28:00 jkh Exp $ # # Search for a.out libraries and move them to an aout subdirectory of # the elf library directory. |
