diff --git a/bin/gsh/gsh.rez b/bin/gsh/gsh.rez index 57deb12..3abab56 100644 --- a/bin/gsh/gsh.rez +++ b/bin/gsh/gsh.rez @@ -1,14 +1,14 @@ /* * Resources for version and comment * - * $Id: gsh.rez,v 1.8 1998/12/21 23:57:06 tribby Exp $ + * $Id: gsh.rez,v 1.9 1998/12/22 16:05:32 gdr-ftp Exp $ */ #define PROG "gsh" #define DESC "GNO/Shell\n" #include "Types.rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" /* * Version diff --git a/lib/libc/libc.rez b/lib/libc/libc.rez index a54f3f7..8a48486 100755 --- a/lib/libc/libc.rez +++ b/lib/libc/libc.rez @@ -1,14 +1,14 @@ /* * Resources for version and comment * - * $Id: libc.rez,v 1.2 1998/02/19 01:00:36 gdr-ftp Exp $ + * $Id: libc.rez,v 1.3 1998/12/22 16:05:33 gdr-ftp Exp $ */ #define LIB "libc for GNO" #define PORTED "Ported from 4.4BSD and other sources by Devin Reade.\n" #include "Types.rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" /* * Version diff --git a/lib/libcontrib/libcontrib.rez b/lib/libcontrib/libcontrib.rez index 74cd21e..5d8f5c2 100644 --- a/lib/libcontrib/libcontrib.rez +++ b/lib/libcontrib/libcontrib.rez @@ -1,14 +1,14 @@ /* * Resources for version and comment * - * $Id: libcontrib.rez,v 1.2 1998/03/08 18:11:50 gdr-ftp Exp $ + * $Id: libcontrib.rez,v 1.3 1998/12/22 16:05:33 gdr-ftp Exp $ */ #define LIB "lcontrib" #define DESC "A library of non-standard but still useful subroutines.\n" #define GNO_VER "GNO v2.0.6\n" #include "Types.rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" /* * Version diff --git a/lib/libcrypt/libcrypt.rez b/lib/libcrypt/libcrypt.rez index 2d0e00a..6b4e865 100755 --- a/lib/libcrypt/libcrypt.rez +++ b/lib/libcrypt/libcrypt.rez @@ -1,14 +1,14 @@ /* * Resources for version and comment * - * $Id: libcrypt.rez,v 1.1 1998/03/11 04:23:34 gdr-ftp Exp $ + * $Id: libcrypt.rez,v 1.2 1998/12/22 16:05:34 gdr-ftp Exp $ */ #define LIB "libcrypt for GNO" #define PORTED "Ported from 4.4BSD\n" #include "Types.rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" /* * Version diff --git a/lib/libtermcap/libtermcap.rez b/lib/libtermcap/libtermcap.rez index 2406be6..5bb85db 100644 --- a/lib/libtermcap/libtermcap.rez +++ b/lib/libtermcap/libtermcap.rez @@ -1,14 +1,14 @@ /* * Resources for version and comment * - * $Id: libtermcap.rez,v 1.2 1998/03/08 18:14:54 gdr-ftp Exp $ + * $Id: libtermcap.rez,v 1.3 1998/12/22 16:05:36 gdr-ftp Exp $ */ #define LIB "libtermcap for GNO" #define PORTED "Ported from 4.4BSD\n" #include "Types.rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" /* * Version diff --git a/lib/liby/liby.rez b/lib/liby/liby.rez index 448564d..cb05efb 100644 --- a/lib/liby/liby.rez +++ b/lib/liby/liby.rez @@ -1,14 +1,14 @@ /* * Resources for version and comment * - * $Id: liby.rez,v 1.2 1998/02/15 19:14:25 gdr-ftp Exp $ + * $Id: liby.rez,v 1.3 1998/12/22 16:08:54 gdr-ftp Exp $ */ #define LIB "liby for GNO" #define PORTED "Ported from 4.4BSD by Devin Reade.\n" #include "Types.rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" /* * Version diff --git a/lib/netdb/libnetdb.rez b/lib/netdb/libnetdb.rez index 2773282..432d1db 100755 --- a/lib/netdb/libnetdb.rez +++ b/lib/netdb/libnetdb.rez @@ -1,12 +1,12 @@ /* - * $Id: libnetdb.rez,v 1.1 1998/02/15 19:27:20 gdr-ftp Exp $ + * $Id: libnetdb.rez,v 1.2 1998/12/22 16:05:37 gdr-ftp Exp $ */ #define LIB "libnetdb for GNO" #define PORTED "Ported from 4.4BSD by Derek Taubert.\n" #include "Types.rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" /* * Version diff --git a/sbin/renram5/renram5.rez b/sbin/renram5/renram5.rez index 215b7c2..f62a829 100644 --- a/sbin/renram5/renram5.rez +++ b/sbin/renram5/renram5.rez @@ -1,9 +1,9 @@ /* - * $Id: renram5.rez,v 1.3 1998/03/31 03:29:10 gdr-ftp Exp $ + * $Id: renram5.rez,v 1.4 1998/12/22 16:05:37 gdr-ftp Exp $ */ #include "Types.Rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" resource rVersion (0x1, purgeable3, nocrossbank) { diff --git a/usr.bin/basename/basename.rez b/usr.bin/basename/basename.rez index 3c42674..218c78c 100644 --- a/usr.bin/basename/basename.rez +++ b/usr.bin/basename/basename.rez @@ -2,12 +2,12 @@ * This is a CVS/RCS identification line -- an excellent tool for maintaining * your sources: * - * $Id: basename.rez,v 1.2 1998/03/29 20:47:12 gdr-ftp Exp $ + * $Id: basename.rez,v 1.3 1998/12/22 16:05:37 gdr-ftp Exp $ */ #include "Types.Rez" #include "Proginfo.Rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" resource rVersion (0x1, purgeable3, nocrossbank) { diff --git a/usr.bin/cksum/cksum.rez b/usr.bin/cksum/cksum.rez index b1315ed..54bb06e 100644 --- a/usr.bin/cksum/cksum.rez +++ b/usr.bin/cksum/cksum.rez @@ -1,13 +1,13 @@ /* * Resources for version and comment * - * $Id: cksum.rez,v 1.2 1998/02/15 00:25:46 gdr-ftp Exp $ + * $Id: cksum.rez,v 1.3 1998/12/22 16:05:38 gdr-ftp Exp $ */ #define PROG "cksum/sum" #define DESC "Display file checksums and block counts." #include "Types.rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" /* * Version diff --git a/usr.bin/compile/compile.rez b/usr.bin/compile/compile.rez index f7ace71..65c44b7 100755 --- a/usr.bin/compile/compile.rez +++ b/usr.bin/compile/compile.rez @@ -1,12 +1,12 @@ /* - * $Id: compile.rez,v 1.1 1998/02/15 00:05:31 gdr-ftp Exp $ + * $Id: compile.rez,v 1.2 1998/12/22 16:05:38 gdr-ftp Exp $ */ #define NAME "compile/cmpl/assemble/asml" #define DESC "Compile (or assemble) a source file." #include "Types.rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" /* Comment Templates */ resource rComment (1, purgeable3) { diff --git a/usr.bin/dirname/dirname.rez b/usr.bin/dirname/dirname.rez index ca59514..ef6fc9a 100644 --- a/usr.bin/dirname/dirname.rez +++ b/usr.bin/dirname/dirname.rez @@ -2,12 +2,12 @@ * This is a CVS/RCS identification line -- an excellent tool for maintaining * your sources: * - * $Id: dirname.rez,v 1.2 1998/03/29 20:46:17 gdr-ftp Exp $ + * $Id: dirname.rez,v 1.3 1998/12/22 16:05:38 gdr-ftp Exp $ */ #include "Types.Rez" #include "Proginfo.Rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" resource rVersion (0x1, purgeable3, nocrossbank) { diff --git a/usr.bin/fmt/fmt.rez b/usr.bin/fmt/fmt.rez index 1205256..7aae204 100644 --- a/usr.bin/fmt/fmt.rez +++ b/usr.bin/fmt/fmt.rez @@ -1,9 +1,9 @@ /* - * $Id: fmt.rez,v 1.2 1998/03/08 17:38:25 gdr-ftp Exp $ + * $Id: fmt.rez,v 1.3 1998/12/22 16:05:39 gdr-ftp Exp $ */ #include "Types.Rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" resource rVersion (0x1, purgeable3, nocrossbank) { diff --git a/usr.bin/getvers/getvers.rez b/usr.bin/getvers/getvers.rez index d07b414..adfa79d 100644 --- a/usr.bin/getvers/getvers.rez +++ b/usr.bin/getvers/getvers.rez @@ -5,7 +5,7 @@ #define DESC "Print contents of resource version." #include "Types.rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" /* * Version diff --git a/usr.bin/help/help.rez b/usr.bin/help/help.rez index cffe8ba..6f67b6d 100644 --- a/usr.bin/help/help.rez +++ b/usr.bin/help/help.rez @@ -1,9 +1,9 @@ /* - * $Id: help.rez,v 1.2 1998/03/08 17:40:55 gdr-ftp Exp $ + * $Id: help.rez,v 1.3 1998/12/22 16:05:40 gdr-ftp Exp $ */ #include "Types.Rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" resource rVersion (0x1, purgeable3, nocrossbank) { diff --git a/usr.bin/install/inst.rez b/usr.bin/install/inst.rez index dc7e2ae..04c49e4 100644 --- a/usr.bin/install/inst.rez +++ b/usr.bin/install/inst.rez @@ -5,11 +5,11 @@ * For copying and distribution information, see the file "COPYING" * accompanying this file. * - * $Id: inst.rez,v 1.4 1998/04/24 00:54:06 gdr-ftp Exp $ + * $Id: inst.rez,v 1.5 1998/12/22 16:05:41 gdr-ftp Exp $ */ #include "Types.Rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" resource rVersion (0x1, purgeable3, nocrossbank) { diff --git a/usr.bin/link/link.rez b/usr.bin/link/link.rez index f86ba7b..a60e0dc 100644 --- a/usr.bin/link/link.rez +++ b/usr.bin/link/link.rez @@ -1,12 +1,12 @@ /* - * $Id: link.rez,v 1.1 1998/03/31 03:32:52 gdr-ftp Exp $ + * $Id: link.rez,v 1.2 1998/12/22 16:05:42 gdr-ftp Exp $ */ #define NAME "link" #define DESC "link object files" #include "Types.rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" /* Comment Templates */ resource rComment (1, purgeable3) { diff --git a/usr.bin/logger/logger.rez b/usr.bin/logger/logger.rez index 74b836a..359e838 100644 --- a/usr.bin/logger/logger.rez +++ b/usr.bin/logger/logger.rez @@ -1,9 +1,9 @@ /* - * $Id: logger.rez,v 1.1 1998/06/23 23:23:55 gdr-ftp Exp $ + * $Id: logger.rez,v 1.2 1998/12/22 16:05:42 gdr-ftp Exp $ */ #include "Types.Rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" resource rVersion (0x1, purgeable3, nocrossbank) { diff --git a/usr.bin/man/common.rez b/usr.bin/man/common.rez index 05cf5d4..7336793 100644 --- a/usr.bin/man/common.rez +++ b/usr.bin/man/common.rez @@ -1,10 +1,10 @@ /* * This file is intended to be #included by the other *.rez files. * - * $Id: common.rez,v 1.1 1998/03/29 07:15:53 gdr-ftp Exp $ + * $Id: common.rez,v 1.2 1998/12/22 16:05:43 gdr-ftp Exp $ */ -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" resource rVersion (0x1, purgeable3, nocrossbank) { diff --git a/usr.bin/removerez/removerez.rez b/usr.bin/removerez/removerez.rez index ba1643b..72c20d8 100644 --- a/usr.bin/removerez/removerez.rez +++ b/usr.bin/removerez/removerez.rez @@ -1,9 +1,9 @@ /* - * $Id: removerez.rez,v 1.1 1998/03/31 03:33:03 gdr-ftp Exp $ + * $Id: removerez.rez,v 1.2 1998/12/22 16:05:44 gdr-ftp Exp $ */ #include "Types.Rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" resource rVersion (0x1, purgeable3, nocrossbank) { diff --git a/usr.sbin/getty/getty.rez b/usr.sbin/getty/getty.rez index ba12ee0..c579ba6 100644 --- a/usr.sbin/getty/getty.rez +++ b/usr.sbin/getty/getty.rez @@ -1,9 +1,9 @@ /* - * $Id: getty.rez,v 1.1 1998/04/10 16:17:41 gdr-ftp Exp $ + * $Id: getty.rez,v 1.2 1998/12/22 16:05:45 gdr-ftp Exp $ */ #include "Types.Rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" resource rVersion (0x1, purgeable3, nocrossbank) { diff --git a/usr.sbin/syslogd/syslogd.rez b/usr.sbin/syslogd/syslogd.rez index fb22aab..1785d57 100644 --- a/usr.sbin/syslogd/syslogd.rez +++ b/usr.sbin/syslogd/syslogd.rez @@ -1,9 +1,9 @@ /* - * $Id: syslogd.rez,v 1.1 1998/10/31 19:02:47 gdr-ftp Exp $ + * $Id: syslogd.rez,v 1.2 1998/12/22 16:05:46 gdr-ftp Exp $ */ #include "Types.Rez" -#include "/src/gno/build.tools/builddate.rez" +#include "builddate.rez" resource rVersion (0x1, purgeable3, nocrossbank) {