diff options
Diffstat (limited to 'usr.bin')
499 files changed, 515 insertions, 509 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index fbd2fc610f10b..26793e45d270c 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/7/94 -# $Id: Makefile,v 1.73.2.9 1997/08/11 18:36:39 asami Exp $ +# $Id: Makefile,v 1.73.2.10 1997/08/21 04:00:56 peter Exp $ # XXX MISSING: deroff diction graph learn plot # spell spline struct units xsend diff --git a/usr.bin/ar/ar.1 b/usr.bin/ar/ar.1 index 5bbe24cf48461..b07dedbdc0783 100644 --- a/usr.bin/ar/ar.1 +++ b/usr.bin/ar/ar.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ar.1 8.1 (Berkeley) 6/29/93 -.\" $Id: ar.1,v 1.2 1996/08/29 18:05:38 wosch Exp $ +.\" $Id: ar.1,v 1.2.2.1 1997/06/24 06:35:04 charnier Exp $ .\" .Dd June 29, 1993 .Dt AR 1 diff --git a/usr.bin/ar/ar.c b/usr.bin/ar/ar.c index 8b06a23e2d97d..8c00e0087264a 100644 --- a/usr.bin/ar/ar.c +++ b/usr.bin/ar/ar.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ar.c,v 1.4.2.2 1997/08/29 05:28:53 imp Exp $ + * $Id: ar.c,v 1.4.2.3 1997/09/14 20:39:24 jkh Exp $ */ #ifndef lint diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index 2a4ba4f0de4c3..dfebd20750c65 100644 --- a/usr.bin/at/Makefile +++ b/usr.bin/at/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/02/06 23:47:32 wosch Exp $ +# $Id: Makefile,v 1.4 1996/02/25 20:25:05 bde Exp $ .include "${.CURDIR}/Makefile.inc" diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index c34af46077358..5b47e637aa2e3 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -92,7 +92,7 @@ enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */ /* File scope variables */ -static char rcsid[] = "$Id: at.c,v 1.7.2.1 1997/08/29 05:28:53 imp Exp $"; +static char rcsid[] = "$Id: at.c,v 1.7.2.2 1997/09/14 20:39:24 jkh Exp $"; char *no_export[] = { "TERM", "TERMCAP", "DISPLAY", "_" diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man index 8edd8c91939f6..d6abf2b96921d 100644 --- a/usr.bin/at/at.man +++ b/usr.bin/at/at.man @@ -1,4 +1,4 @@ -.\" $Id: at.man,v 1.3 1995/08/21 12:32:47 ache Exp $ +.\" $Id: at.man,v 1.4 1995/10/05 06:18:48 joerg Exp $ .Dd April 12, 1995 .Dt "AT" 1 .Os "FreeBSD 2.1" diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c index 714ebe16c8dc3..6e2b6ca40966d 100644 --- a/usr.bin/at/panic.c +++ b/usr.bin/at/panic.c @@ -37,7 +37,7 @@ /* File scope variables */ -static char rcsid[] = "$Id: panic.c,v 1.4 1995/08/21 12:32:47 ache Exp $"; +static char rcsid[] = "$Id: panic.c,v 1.4.2.1 1997/06/24 06:38:50 charnier Exp $"; /* External variables */ diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c index 16867230e3028..ab1a8a3d5b8d3 100644 --- a/usr.bin/at/parsetime.c +++ b/usr.bin/at/parsetime.c @@ -131,7 +131,7 @@ static size_t sc_len; /* scanner - lenght of token buffer */ static int sc_tokid; /* scanner - token id */ static int sc_tokplur; /* scanner - is token plural? */ -static char rcsid[] = "$Id: parsetime.c,v 1.7 1996/07/19 00:44:55 jdp Exp $"; +static char rcsid[] = "$Id: parsetime.c,v 1.7.2.1 1997/06/24 06:38:51 charnier Exp $"; /* Local functions */ diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c index 7577ac0d8f55f..0da4def85f0bc 100644 --- a/usr.bin/at/perm.c +++ b/usr.bin/at/perm.c @@ -48,7 +48,7 @@ /* File scope variables */ -static char rcsid[] = "$Id: perm.c,v 1.1 1995/05/24 15:07:32 ig25 Exp $"; +static char rcsid[] = "$Id: perm.c,v 1.3 1995/08/21 12:32:51 ache Exp $"; /* Function declarations */ diff --git a/usr.bin/banner/banner.6 b/usr.bin/banner/banner.6 index ace6d6b861d5a..73bb40d37c90c 100644 --- a/usr.bin/banner/banner.6 +++ b/usr.bin/banner/banner.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)banner.6 8.2 (Berkeley) 4/29/95 -.\" $Id$ +.\" $Id: banner.6,v 1.1.1.1.8.1 1997/09/14 20:39:25 jkh Exp $ .\" .Dd April 29, 1995 .Dt BANNER 6 diff --git a/usr.bin/basename/basename.1 b/usr.bin/basename/basename.1 index 796bb6b239167..fe4bc902951d9 100644 --- a/usr.bin/basename/basename.1 +++ b/usr.bin/basename/basename.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)basename.1 8.2 (Berkeley) 4/18/94 -.\" $Id$ +.\" $Id: basename.1,v 1.2 1996/09/23 22:24:09 wosch Exp $ .\" .Dd April 18, 1994 .Dt BASENAME 1 diff --git a/usr.bin/biff/biff.1 b/usr.bin/biff/biff.1 index bd3e937cad6c7..74dc469080478 100644 --- a/usr.bin/biff/biff.1 +++ b/usr.bin/biff/biff.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)biff.1 8.1 (Berkeley) 6/6/93 -.\" $Id: biff.1,v 1.2 1996/08/03 14:25:02 wosch Exp $ +.\" $Id: biff.1,v 1.2.2.1 1997/06/24 06:43:41 charnier Exp $ .\" .Dd June 6, 1993 .Dt BIFF 1 diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c index 7df349c988770..dd6c3212a8948 100644 --- a/usr.bin/biff/biff.c +++ b/usr.bin/biff/biff.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: biff.c,v 1.1.1.1.8.2 1997/08/29 05:28:56 imp Exp $ + * $Id: biff.c,v 1.1.1.1.8.3 1997/09/14 20:39:26 jkh Exp $ */ #ifndef lint diff --git a/usr.bin/brandelf/brandelf.c b/usr.bin/brandelf/brandelf.c index dcf59b22733a5..e75b97e2ecc20 100644 --- a/usr.bin/brandelf/brandelf.c +++ b/usr.bin/brandelf/brandelf.c @@ -25,7 +25,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: brandelf.c,v 1.1.2.3 1997/08/23 15:57:35 joerg Exp $ + * $Id: brandelf.c,v 1.1.2.4 1997/08/29 05:28:56 imp Exp $ */ #include <err.h> diff --git a/usr.bin/calendar/calendars/calendar.all b/usr.bin/calendar/calendars/calendar.all index 085b6b55c5ae4..b3960c2ecdf94 100644 --- a/usr.bin/calendar/calendars/calendar.all +++ b/usr.bin/calendar/calendars/calendar.all @@ -1,7 +1,7 @@ /* * International and national calendar files * - * $Id: calendar.all,v 1.5 1997/02/22 19:28:16 peter Exp $ + * $Id: calendar.all,v 1.3.4.1 1997/02/25 01:57:37 mpp Exp $ */ #ifndef _calendar_all_ diff --git a/usr.bin/calendar/calendars/calendar.birthday b/usr.bin/calendar/calendars/calendar.birthday index 05393a8d38e52..895c83dfcd433 100644 --- a/usr.bin/calendar/calendars/calendar.birthday +++ b/usr.bin/calendar/calendars/calendar.birthday @@ -1,7 +1,7 @@ /* * Birthday * - * $Id: calendar.birthday,v 1.2.2.1 1997/02/25 01:57:38 mpp Exp $ + * $Id: calendar.birthday,v 1.2.2.2 1997/06/24 06:49:53 charnier Exp $ */ #ifndef _calendar_birthday_ diff --git a/usr.bin/calendar/calendars/calendar.christian b/usr.bin/calendar/calendars/calendar.christian index b8adc24534842..fa1f7d7e07c3e 100644 --- a/usr.bin/calendar/calendars/calendar.christian +++ b/usr.bin/calendar/calendars/calendar.christian @@ -1,7 +1,7 @@ /* * Christian * - * $Id: calendar.christian,v 1.7 1997/02/22 19:28:19 peter Exp $ + * $Id: calendar.christian,v 1.4.2.1 1997/02/25 01:57:39 mpp Exp $ */ #ifndef _calendar_christian_ diff --git a/usr.bin/calendar/calendars/calendar.computer b/usr.bin/calendar/calendars/calendar.computer index a490e84e4ce61..d05dd2b09c478 100644 --- a/usr.bin/calendar/calendars/calendar.computer +++ b/usr.bin/calendar/calendars/calendar.computer @@ -1,7 +1,7 @@ /* * Computer * - * $Id: calendar.computer,v 1.4 1997/02/22 19:28:19 peter Exp $ + * $Id: calendar.computer,v 1.2.2.1 1997/02/25 01:57:39 mpp Exp $ */ #ifndef _calendar_computer_ diff --git a/usr.bin/calendar/calendars/calendar.croatian b/usr.bin/calendar/calendars/calendar.croatian index b15dde5b2f76d..e77e4e3d2a4b2 100644 --- a/usr.bin/calendar/calendars/calendar.croatian +++ b/usr.bin/calendar/calendars/calendar.croatian @@ -1,7 +1,7 @@ /* * Croatian calendar files * - * $Id: calendar.croatian,v 1.3 1997/02/22 19:28:20 peter Exp $ + * $Id: calendar.croatian,v 1.1.4.1 1997/02/25 01:57:40 mpp Exp $ */ #ifndef _calendar_croatian_ diff --git a/usr.bin/calendar/calendars/calendar.german b/usr.bin/calendar/calendars/calendar.german index 9b7f31b1b634f..5812209afb591 100644 --- a/usr.bin/calendar/calendars/calendar.german +++ b/usr.bin/calendar/calendars/calendar.german @@ -1,7 +1,7 @@ /* * German calendar file(s) * - * $Id: calendar.german,v 1.4 1997/02/22 19:28:20 peter Exp $ + * $Id: calendar.german,v 1.2.4.1 1997/02/25 01:57:40 mpp Exp $ */ #ifndef _calendar_german_ diff --git a/usr.bin/calendar/calendars/calendar.history b/usr.bin/calendar/calendars/calendar.history index 4701a9b640fd7..3ceda9a6ab242 100644 --- a/usr.bin/calendar/calendars/calendar.history +++ b/usr.bin/calendar/calendars/calendar.history @@ -1,7 +1,7 @@ /* * History * - * $Id: calendar.history,v 1.7 1997/02/25 01:20:25 mpp Exp $ + * $Id: calendar.history,v 1.3.2.2 1997/02/25 01:57:41 mpp Exp $ */ #ifndef _calendar_history_ diff --git a/usr.bin/calendar/calendars/calendar.holiday b/usr.bin/calendar/calendars/calendar.holiday index 1a45fc1d3c985..852fd0bbc6832 100644 --- a/usr.bin/calendar/calendars/calendar.holiday +++ b/usr.bin/calendar/calendars/calendar.holiday @@ -1,7 +1,7 @@ /* * Holiday * - * $Id: calendar.holiday,v 1.7 1997/02/25 01:20:26 mpp Exp $ + * $Id: calendar.holiday,v 1.4.2.1 1997/02/25 01:57:42 mpp Exp $ */ #ifndef _calendar_holiday_ diff --git a/usr.bin/calendar/calendars/calendar.judaic b/usr.bin/calendar/calendars/calendar.judaic index cdc119911962b..048daaa27b363 100644 --- a/usr.bin/calendar/calendars/calendar.judaic +++ b/usr.bin/calendar/calendars/calendar.judaic @@ -1,7 +1,7 @@ /* * Judaic * - * $Id: calendar.judaic,v 1.4 1997/02/22 19:28:22 peter Exp $ + * $Id: calendar.judaic,v 1.2.2.1 1997/02/25 01:57:43 mpp Exp $ */ #ifndef _calendar_judaic_ diff --git a/usr.bin/calendar/calendars/calendar.music b/usr.bin/calendar/calendars/calendar.music index 46e4ea5038de3..324342917e76f 100644 --- a/usr.bin/calendar/calendars/calendar.music +++ b/usr.bin/calendar/calendars/calendar.music @@ -1,7 +1,7 @@ /* * Music * - * $Id: calendar.music,v 1.7 1997/02/25 01:20:28 mpp Exp $ + * $Id: calendar.music,v 1.4.2.1 1997/02/25 01:57:44 mpp Exp $ */ #ifndef _calendar_music_ diff --git a/usr.bin/calendar/calendars/calendar.russian b/usr.bin/calendar/calendars/calendar.russian index bbb57f3590280..a0874b861c470 100644 --- a/usr.bin/calendar/calendars/calendar.russian +++ b/usr.bin/calendar/calendars/calendar.russian @@ -1,7 +1,7 @@ /* * Russian calendar files * - * $Id: calendar.russian,v 1.3 1997/02/22 19:28:23 peter Exp $ + * $Id: calendar.russian,v 1.1.4.1 1997/02/25 01:57:44 mpp Exp $ */ #ifndef _calendar_russian_ diff --git a/usr.bin/calendar/calendars/calendar.usholiday b/usr.bin/calendar/calendars/calendar.usholiday index ceb20208f29d0..eae4a76ebf0f4 100644 --- a/usr.bin/calendar/calendars/calendar.usholiday +++ b/usr.bin/calendar/calendars/calendar.usholiday @@ -1,7 +1,7 @@ /* * USA holiday * - * $Id: calendar.usholiday,v 1.6 1997/02/22 19:28:24 peter Exp $ + * $Id: calendar.usholiday,v 1.4.2.1 1997/02/25 01:57:45 mpp Exp $ */ #ifndef _calendar_usholiday_ diff --git a/usr.bin/calendar/calendars/calendar.world b/usr.bin/calendar/calendars/calendar.world index 31637d4bc1352..51996574d1926 100644 --- a/usr.bin/calendar/calendars/calendar.world +++ b/usr.bin/calendar/calendars/calendar.world @@ -1,7 +1,7 @@ /* * World wide calendar files, except national calendars * - * $Id: calendar.world,v 1.3 1997/02/22 19:28:25 peter Exp $ + * $Id: calendar.world,v 1.1.4.1 1997/02/25 01:57:46 mpp Exp $ */ #ifndef _calendar_world_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.all b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.all index 96474e5e2f51c..7ef8995013935 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.all +++ b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.all @@ -1,7 +1,7 @@ /* * deutscher Kalender * - * $Id: calendar.all,v 1.4 1997/02/22 19:28:29 peter Exp $ + * $Id: calendar.all,v 1.2.4.1 1997/02/25 01:58:01 mpp Exp $ */ #ifndef _de_DE_ISO_8859_1_all_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.feiertag b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.feiertag index 919d92458d488..e1a098f99812a 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.feiertag +++ b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.feiertag @@ -1,7 +1,7 @@ /* * Feiertage * - * $Id: calendar.feiertag,v 1.5 1997/02/22 19:28:29 peter Exp $ + * $Id: calendar.feiertag,v 1.3.4.1 1997/02/25 01:58:02 mpp Exp $ */ #ifndef _de_DE_ISO_8859_1_feiertag_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.geschichte b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.geschichte index 6c74fc1e70302..7219801b618e4 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.geschichte +++ b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.geschichte @@ -13,7 +13,7 @@ * * ISBN 3-924521-59-X * - * $Id: calendar.geschichte,v 1.5 1997/02/22 19:28:30 peter Exp $ + * $Id: calendar.geschichte,v 1.3.4.1 1997/02/25 01:58:03 mpp Exp $ */ #ifndef _de_DE_ISO_8859_1_geschichte_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.kirche b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.kirche index 0e25ffdcd90ae..8b0c6034f3d68 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.kirche +++ b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.kirche @@ -1,7 +1,7 @@ /* * Kirche in Deutschland * - * $Id: calendar.kirche,v 1.5 1997/02/22 19:28:30 peter Exp $ + * $Id: calendar.kirche,v 1.3.4.1 1997/02/25 01:58:03 mpp Exp $ */ #ifndef _de_DE_ISO_8859_1_kirche_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.literatur b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.literatur index cfc1439a43358..82d30ea3f8bf6 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.literatur +++ b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.literatur @@ -1,7 +1,7 @@ /* * Literatur * - * $Id: calendar.literatur,v 1.5 1997/02/22 19:28:30 peter Exp $ + * $Id: calendar.literatur,v 1.3.4.1 1997/02/25 01:58:04 mpp Exp $ */ #ifndef _de_DE_ISO_8859_1_literatur_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.musik b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.musik index 4aefa1cefa827..435b461dfd685 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.musik +++ b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.musik @@ -1,7 +1,7 @@ /* * Musik * - * $Id: calendar.musik,v 1.5 1997/02/22 19:28:31 peter Exp $ + * $Id: calendar.musik,v 1.3.4.1 1997/02/25 01:58:04 mpp Exp $ */ #ifndef _de_DE_ISO_8859_1_musik_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.wissenschaft b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.wissenschaft index 6b1d328d2e11e..0b220b9478f2d 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.wissenschaft +++ b/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.wissenschaft @@ -1,7 +1,7 @@ /* * Wissenschaft * - * $Id: calendar.wissenschaft,v 1.5 1997/02/22 19:28:31 peter Exp $ + * $Id: calendar.wissenschaft,v 1.3.4.1 1997/02/25 01:58:05 mpp Exp $ */ #ifndef _de_DE_ISO_8859_1_wissenschaft_ diff --git a/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.all b/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.all index ba0e671c35004..8a57807d4d723 100644 --- a/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.all +++ b/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.all @@ -1,7 +1,7 @@ /* * hrvatski calendar * - * $Id: calendar.all,v 1.3 1997/02/22 19:28:33 peter Exp $ + * $Id: calendar.all,v 1.1.4.1 1997/02/25 01:58:07 mpp Exp $ */ #ifndef _hr_HR_ISO_8859_2_all diff --git a/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.praznici b/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.praznici index 54a4bd889d426..ca7f640d7f9f1 100644 --- a/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.praznici +++ b/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.praznici @@ -1,7 +1,7 @@ /* * hrvatski praznici * - * $Id: calendar.praznici,v 1.4 1997/02/22 19:28:33 peter Exp $ + * $Id: calendar.praznici,v 1.2.4.1 1997/02/25 01:58:07 mpp Exp $ */ #ifndef _hr_HR_ISO_8859_2_praznici diff --git a/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.all b/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.all index 3fbfe6230dedf..0da5e11d43adf 100644 --- a/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.all +++ b/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.all @@ -1,7 +1,7 @@ /* * òÕÓÓËÉÊ ËÁÌÅÎÄÁÒØ * - * $Id: calendar.all,v 1.3 1997/02/22 19:28:34 peter Exp $ + * $Id: calendar.all,v 1.1.4.1 1997/02/25 01:58:09 mpp Exp $ */ #ifndef _ru_SU_KOI8_R_all diff --git a/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.common b/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.common index c597594a72a7d..79aabf43ba820 100644 --- a/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.common +++ b/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.common @@ -1,7 +1,7 @@ /* * òÕÓÓËÉÅ ÐÒÁÚÄÎÉËÉ * - * $Id: calendar.common,v 1.7 1997/06/11 16:32:11 ache Exp $ + * $Id: calendar.common,v 1.2.2.2 1997/06/11 16:35:50 ache Exp $ */ #ifndef _ru_SU_KOI8_R_common_ diff --git a/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.msk b/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.msk index 2ff1e5dbf6320..1778a0de926b5 100644 --- a/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.msk +++ b/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.msk @@ -1,7 +1,7 @@ /* * ðÅÒÅ×ÏÄ ÞÁÓÏ× ÄÌÑ ÍÏÓËÏ×ÓËÏÊ ×ÒÅÍÅÎÎÏÊ ÚÏÎÙ * - * $Id: calendar.msk,v 1.4 1997/02/22 19:28:35 peter Exp $ + * $Id: calendar.msk,v 1.2.2.1 1997/02/25 01:58:10 mpp Exp $ */ #ifndef _ru_SU_KOI8_R_msk_ diff --git a/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.orthodox b/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.orthodox index 078ac8fa354a2..d7da2e234d439 100644 --- a/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.orthodox +++ b/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.orthodox @@ -1,7 +1,7 @@ /* * ðÒÁ×ÏÓÌÁ×ÎÙÅ ÐÒÁÚÄÎÉËÉ * - * $Id: calendar.orthodox,v 1.3 1997/02/22 19:28:36 peter Exp $ + * $Id: calendar.orthodox,v 1.1.4.1 1997/02/25 01:58:10 mpp Exp $ */ #ifndef _ru_SU_KOI8_R_orthodox_ diff --git a/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.pagan b/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.pagan index 667d3b1b1cef3..92fb7161d5263 100644 --- a/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.pagan +++ b/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.pagan @@ -1,7 +1,7 @@ /* * ñÚÙÞÅÓËÉÅ ÐÒÁÚÄÎÉËÉ * - * $Id: calendar.pagan,v 1.3 1997/02/22 19:28:36 peter Exp $ + * $Id: calendar.pagan,v 1.1.4.1 1997/02/25 01:58:11 mpp Exp $ */ #ifndef _ru_SU_KOI8_R_pagan_ diff --git a/usr.bin/calendar/day.c b/usr.bin/calendar/day.c index 91b3731a93be9..9c0fa2314b6c7 100644 --- a/usr.bin/calendar/day.c +++ b/usr.bin/calendar/day.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: day.c,v 1.6.4.2 1997/06/24 06:49:25 charnier Exp $ */ diff --git a/usr.bin/calendar/io.c b/usr.bin/calendar/io.c index 9634dac25a37e..17c20160c45c8 100644 --- a/usr.bin/calendar/io.c +++ b/usr.bin/calendar/io.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: io.c,v 1.5.4.4 1997/06/24 06:49:26 charnier Exp $ */ #ifndef lint diff --git a/usr.bin/calendar/ostern.c b/usr.bin/calendar/ostern.c index 599d2c6a6fba2..eaf9499da025b 100644 --- a/usr.bin/calendar/ostern.c +++ b/usr.bin/calendar/ostern.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ostern.c,v 1.4 1996/05/11 20:44:20 ache Exp $ + * $Id: ostern.c,v 1.5 1996/08/27 20:04:15 wosch Exp $ */ #include <stdio.h> diff --git a/usr.bin/cap_mkdb/cap_mkdb.1 b/usr.bin/cap_mkdb/cap_mkdb.1 index d8419c37f388c..07ba2868ca33c 100644 --- a/usr.bin/cap_mkdb/cap_mkdb.1 +++ b/usr.bin/cap_mkdb/cap_mkdb.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cap_mkdb.1 8.1 (Berkeley) 6/6/93 -.\" $Id: cap_mkdb.1,v 1.2 1996/10/05 22:27:07 wosch Exp $ +.\" $Id: cap_mkdb.1,v 1.2.2.1 1997/09/14 20:39:28 jkh Exp $ .\" .Dd June 6, 1993 .Dt CAP_MKDB 1 diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile index a47bc3fb11e70..76739bff1409a 100644 --- a/usr.bin/chat/Makefile +++ b/usr.bin/chat/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995/10/31 23:28:20 peter Exp $ +# $Id: Makefile,v 1.2.2.1 1997/09/14 20:39:29 jkh Exp $ PROG= chat SRCS= chat.c diff --git a/usr.bin/chat/chat.8 b/usr.bin/chat/chat.8 index aa52c44c8351a..57d774df27c27 100644 --- a/usr.bin/chat/chat.8 +++ b/usr.bin/chat/chat.8 @@ -1,6 +1,6 @@ .\" -*- nroff -*- .\" manual page [] for chat 1.8 -.\" $Id: chat.8,v 1.4.2.1 1997/03/06 07:44:12 mpp Exp $ +.\" $Id: chat.8,v 1.4.2.2 1997/09/14 20:39:29 jkh Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph diff --git a/usr.bin/chat/chat.c b/usr.bin/chat/chat.c index bd6916b3d6940..d0cb6fe15499d 100644 --- a/usr.bin/chat/chat.c +++ b/usr.bin/chat/chat.c @@ -68,7 +68,7 @@ * */ -static char rcsid[] = "$Id: chat.c,v 1.4.2.2 1997/06/25 06:50:57 charnier Exp $"; +static char rcsid[] = "$Id: chat.c,v 1.4.2.3 1997/09/14 20:39:30 jkh Exp $"; #include <stdio.h> #include <time.h> diff --git a/usr.bin/chflags/chflags.1 b/usr.bin/chflags/chflags.1 index f1e7d1a7aa104..65123c07a80d6 100644 --- a/usr.bin/chflags/chflags.1 +++ b/usr.bin/chflags/chflags.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chflags.1 8.2 (Berkeley) 3/31/94 -.\" $Id: chflags.1,v 1.2.6.2 1997/06/25 06:53:34 charnier Exp $ +.\" $Id: chflags.1,v 1.2.6.3 1997/06/29 08:48:52 julian Exp $ .\" .Dd March 31, 1994 .Dt CHFLAGS 1 diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index e9059a64de79e..488d7643e630a 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chpass.1 8.2 (Berkeley) 12/30/93 -.\" $Id$ +.\" $Id: chpass.1,v 1.7.2.2 1997/06/26 11:16:53 charnier Exp $ .\" .Dd December 30, 1993 .Dt CHPASS 1 diff --git a/usr.bin/chpass/chpass.c b/usr.bin/chpass/chpass.c index 0b1244eb08c2d..c80735b9fa94a 100644 --- a/usr.bin/chpass/chpass.c +++ b/usr.bin/chpass/chpass.c @@ -40,7 +40,7 @@ static char copyright[] = #ifndef lint static char sccsid[] = "From: @(#)chpass.c 8.4 (Berkeley) 4/2/94"; static char rcsid[] = - "$Id: chpass.c,v 1.11 1996/08/12 14:45:22 peter Exp $"; + "$Id: chpass.c,v 1.11.2.1 1997/08/29 05:29:00 imp Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/chpass/edit.c b/usr.bin/chpass/edit.c index ad99822efe151..b0a297c705242 100644 --- a/usr.bin/chpass/edit.c +++ b/usr.bin/chpass/edit.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: edit.c,v 1.8.2.2 1997/06/26 11:16:55 charnier Exp $ */ #ifndef lint diff --git a/usr.bin/chpass/pw_yp.c b/usr.bin/chpass/pw_yp.c index 33ebfcbd0ace7..7b7e9cb94d8ea 100644 --- a/usr.bin/chpass/pw_yp.c +++ b/usr.bin/chpass/pw_yp.c @@ -35,7 +35,7 @@ * Center for Telecommunications Research * Columbia University, New York City * - * $Id$ + * $Id: pw_yp.c,v 1.7.2.1 1997/08/17 13:15:58 joerg Exp $ */ #ifdef YP diff --git a/usr.bin/chpass/pw_yp.h b/usr.bin/chpass/pw_yp.h index 2bda1ec1a3da3..686305e09e257 100644 --- a/usr.bin/chpass/pw_yp.h +++ b/usr.bin/chpass/pw_yp.h @@ -35,7 +35,7 @@ * Center for Telecommunications Research * Columbia University, New York City * - * $Id: pw_yp.h,v 1.3 1996/02/23 16:08:59 wpaul Exp $ + * $Id: pw_yp.h,v 1.4 1996/10/23 14:43:39 wpaul Exp $ */ #ifdef YP diff --git a/usr.bin/cksum/cksum.1 b/usr.bin/cksum/cksum.1 index 3957a7d174fcc..52e6ff62624d8 100644 --- a/usr.bin/cksum/cksum.1 +++ b/usr.bin/cksum/cksum.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cksum.1 8.2 (Berkeley) 4/28/95 -.\" $Id$ +.\" $Id: cksum.1,v 1.1.1.1.8.4 1997/09/14 23:16:54 jkh Exp $ .\" .Dd April 28, 1995 .Dt CKSUM 1 diff --git a/usr.bin/cksum/cksum.c b/usr.bin/cksum/cksum.c index 032f711eb6a8e..e9b3db28881d3 100644 --- a/usr.bin/cksum/cksum.c +++ b/usr.bin/cksum/cksum.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cksum.c,v 1.1.1.1.8.2 1997/08/29 05:29:00 imp Exp $ + * $Id: cksum.c,v 1.1.1.1.8.3 1997/09/14 23:16:56 jkh Exp $ */ #ifndef lint diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1 index d961621efd14a..3cf393a7a5c8d 100644 --- a/usr.bin/cmp/cmp.1 +++ b/usr.bin/cmp/cmp.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cmp.1 8.1 (Berkeley) 6/6/93 -.\" $Id: cmp.1,v 1.2 1996/08/29 18:05:43 wosch Exp $ +.\" $Id: cmp.1,v 1.2.2.1 1997/06/27 06:16:30 charnier Exp $ .\" .Dd June 6, 1993 .Dt CMP 1 diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile index c138d1ef16f6c..2eedac764e6ec 100644 --- a/usr.bin/colldef/Makefile +++ b/usr.bin/colldef/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1996/06/02 17:18:18 phk Exp $ +# $Id: Makefile,v 1.9 1996/10/23 14:59:53 ache Exp $ PROG = colldef LFLAGS = -8 -i diff --git a/usr.bin/colldef/colldef.1 b/usr.bin/colldef/colldef.1 index b668d1aeac3af..145d2c2bafec0 100644 --- a/usr.bin/colldef/colldef.1 +++ b/usr.bin/colldef/colldef.1 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: colldef.1,v 1.3.2.2 1997/06/27 06:19:42 charnier Exp $ .\" .Dd January, 27 1995 .Dt COLLDEF 1 diff --git a/usr.bin/colldef/data/Makefile b/usr.bin/colldef/data/Makefile index da7b744983aca..a229c1bce7c7c 100644 --- a/usr.bin/colldef/data/Makefile +++ b/usr.bin/colldef/data/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3.2.2 1997/03/01 01:19:30 adam Exp $ +# $Id: Makefile,v 1.3.2.3 1997/09/14 23:17:12 jkh Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} diff --git a/usr.bin/colldef/data/de_DE.ISO_8859-1.src b/usr.bin/colldef/data/de_DE.ISO_8859-1.src index ab12d6f46aa93..78471ca134ed2 100644 --- a/usr.bin/colldef/data/de_DE.ISO_8859-1.src +++ b/usr.bin/colldef/data/de_DE.ISO_8859-1.src @@ -1,6 +1,6 @@ # German/ISO 8859-1 (backward compatible with ASCII) # -# $Id: de_DE.ISO_8859-1.src,v 1.2.2.1 1997/02/21 02:48:25 adam Exp $ +# $Id: de_DE.ISO_8859-1.src,v 1.2.2.2 1997/03/11 11:13:54 joerg Exp $ # charmap map.ISO_8859-1 order \ diff --git a/usr.bin/colldef/data/es_ES.ISO_8859-1.src b/usr.bin/colldef/data/es_ES.ISO_8859-1.src index e088e21b5c467..3c194fae2c6ca 100644 --- a/usr.bin/colldef/data/es_ES.ISO_8859-1.src +++ b/usr.bin/colldef/data/es_ES.ISO_8859-1.src @@ -1,6 +1,6 @@ # Espan~ol (backward compatible with ASCII) # -# $Id$ +# $Id: es_ES.ISO_8859-1.src,v 1.2.2.1 1997/02/21 02:48:29 adam Exp $ # charmap map.ISO_8859-1 order \ diff --git a/usr.bin/colldef/data/is_IS.ISO_8859-1.src b/usr.bin/colldef/data/is_IS.ISO_8859-1.src index 288459c0b3fd8..0f1cd827437ec 100644 --- a/usr.bin/colldef/data/is_IS.ISO_8859-1.src +++ b/usr.bin/colldef/data/is_IS.ISO_8859-1.src @@ -1,6 +1,6 @@ # icelandic (backward compatible with ASCII) # -# $Id$ +# $Id: is_IS.ISO_8859-1.src,v 1.3.2.1 1997/02/21 02:48:30 adam Exp $ # charmap map.ISO_8859-1 order \ diff --git a/usr.bin/colldef/data/lt_LN.ASCII.src b/usr.bin/colldef/data/lt_LN.ASCII.src index 525ebb9797076..adb81aceb43e1 100644 --- a/usr.bin/colldef/data/lt_LN.ASCII.src +++ b/usr.bin/colldef/data/lt_LN.ASCII.src @@ -1,6 +1,6 @@ # ASCII # -# $Id: lt_LN.ISO_8859-1.src,v 1.8 1997/02/22 19:54:39 peter Exp $ +# $Id: lt_LN.ASCII.src,v 1.1 1997/03/25 16:50:07 ache Exp $ # order \ \x00;...;\xff diff --git a/usr.bin/colldef/data/lt_LN.ISO_8859-1.src b/usr.bin/colldef/data/lt_LN.ISO_8859-1.src index 93a2da01484a5..b5a94d171792f 100644 --- a/usr.bin/colldef/data/lt_LN.ISO_8859-1.src +++ b/usr.bin/colldef/data/lt_LN.ISO_8859-1.src @@ -1,6 +1,6 @@ # latin1 (backward compatible with ASCII) # -# $Id$ +# $Id: lt_LN.ISO_8859-1.src,v 1.6 1996/10/23 15:00:15 ache Exp $ # charmap map.ISO_8859-1 order \ diff --git a/usr.bin/colldef/data/lt_LN.ISO_8859-2.src b/usr.bin/colldef/data/lt_LN.ISO_8859-2.src index 772fe32203855..4bcf823543dc5 100644 --- a/usr.bin/colldef/data/lt_LN.ISO_8859-2.src +++ b/usr.bin/colldef/data/lt_LN.ISO_8859-2.src @@ -1,6 +1,6 @@ # latin2 (backward compatible with ASCII) # -# $Id$ +# $Id: lt_LN.ISO_8859-2.src,v 1.1 1997/03/01 00:28:06 wosch Exp $ # charmap map.ISO_8859-2 order \ diff --git a/usr.bin/colldef/data/ru_SU.CP866.src b/usr.bin/colldef/data/ru_SU.CP866.src index 88ca377082a78..fa61cd36569b9 100644 --- a/usr.bin/colldef/data/ru_SU.CP866.src +++ b/usr.bin/colldef/data/ru_SU.CP866.src @@ -1,6 +1,6 @@ # CP866 (backward compatible with ASCII) # -# $Id$ +# $Id: ru_SU.CP866.src,v 1.5 1996/10/23 15:00:17 ache Exp $ # charmap map.CP866 order \ diff --git a/usr.bin/colldef/data/ru_SU.KOI8-R.src b/usr.bin/colldef/data/ru_SU.KOI8-R.src index f6b0a1877befb..fce0f4931031e 100644 --- a/usr.bin/colldef/data/ru_SU.KOI8-R.src +++ b/usr.bin/colldef/data/ru_SU.KOI8-R.src @@ -1,6 +1,6 @@ # koi8-r (backward compatible with ASCII) # -# $Id$ +# $Id: ru_SU.KOI8-R.src,v 1.5 1996/10/23 15:00:18 ache Exp $ # charmap map.KOI8-R order \ diff --git a/usr.bin/colldef/parse.y b/usr.bin/colldef/parse.y index 2d5573e9fb7e4..8ba268c19d529 100644 --- a/usr.bin/colldef/parse.y +++ b/usr.bin/colldef/parse.y @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: parse.y,v 1.5.2.2 1997/06/30 11:26:13 charnier Exp $ + * $Id: parse.y,v 1.5.2.3 1997/09/14 23:17:08 jkh Exp $ */ #include <err.h> diff --git a/usr.bin/colldef/scan.l b/usr.bin/colldef/scan.l index d8c111612a51f..8687c9db75a8b 100644 --- a/usr.bin/colldef/scan.l +++ b/usr.bin/colldef/scan.l @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: scan.l,v 1.3 1996/06/02 17:18:18 phk Exp $ + * $Id: scan.l,v 1.5 1996/10/16 03:12:22 ache Exp $ */ #include <ctype.h> diff --git a/usr.bin/colrm/colrm.c b/usr.bin/colrm/colrm.c index 8d8298e627863..8bea2f018ef58 100644 --- a/usr.bin/colrm/colrm.c +++ b/usr.bin/colrm/colrm.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: colrm.c,v 1.1.1.1.8.3 1997/08/29 05:29:02 imp Exp $ + * $Id: colrm.c,v 1.1.1.1.8.4 1997/09/14 23:17:17 jkh Exp $ */ #ifndef lint diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 8876de8df6446..4dc02a67a94f2 100644 --- a/usr.bin/comm/comm.1 +++ b/usr.bin/comm/comm.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)comm.1 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $Id: comm.1,v 1.1.1.1.8.2 1997/09/14 23:20:44 jkh Exp $ .\" .Dd June 6, 1993 .Os diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index debbb0b6f6d0c..a49d42781a798 100644 --- a/usr.bin/comm/comm.c +++ b/usr.bin/comm/comm.c @@ -45,7 +45,7 @@ static char copyright[] = static char sccsid[] = "From: @(#)comm.c 8.4 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id$"; + "$Id: comm.c,v 1.1.1.1.8.3 1997/09/14 23:20:46 jkh Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/compile_et/Makefile b/usr.bin/compile_et/Makefile index b03ff7801b23e..f48381b9a14bd 100644 --- a/usr.bin/compile_et/Makefile +++ b/usr.bin/compile_et/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1995/01/14 22:30:32 wollman Exp $ +# $Id: Makefile,v 1.5 1995/02/09 00:24:00 jkh Exp $ PROG= compile_et SRCS= compile_et.c error_table.y diff --git a/usr.bin/compile_et/compile_et.1 b/usr.bin/compile_et/compile_et.1 index 01946b4fcb09f..9d0b2dbf962d8 100644 --- a/usr.bin/compile_et/compile_et.1 +++ b/usr.bin/compile_et/compile_et.1 @@ -1,7 +1,7 @@ .\" Copyright (c) 1988 Massachusetts Institute of Technology, .\" Student Information Processing Board. All rights reserved. .\" -.\" $Header: /home/ncvs/src/usr.bin/compile_et/compile_et.1,v 1.1.6.1 1997/07/01 06:22:09 charnier Exp $ +.\" $Header: /home/ncvs/src/usr.bin/compile_et/compile_et.1,v 1.1.6.2 1997/09/14 23:21:48 jkh Exp $ .\" .Dd November 22, 1988 .Os diff --git a/usr.bin/compile_et/compile_et.c b/usr.bin/compile_et/compile_et.c index 055a9b6e611fd..33728155522ac 100644 --- a/usr.bin/compile_et/compile_et.c +++ b/usr.bin/compile_et/compile_et.c @@ -26,7 +26,7 @@ static const char copyright[] = "Copyright 1987,1988 by MIT Student Information Processing Board"; static const char rcsid_compile_et_c[] = - "$Header: /home/ncvs/src/usr.bin/compile_et/compile_et.c,v 1.3 1996/07/12 19:05:17 jkh Exp $"; + "$Header: /home/ncvs/src/usr.bin/compile_et/compile_et.c,v 1.3.2.1 1997/07/01 06:22:11 charnier Exp $"; #endif extern char *gensym(); diff --git a/usr.bin/compile_et/error_table.y b/usr.bin/compile_et/error_table.y index c29db1366e774..85b9b962d2f3b 100644 --- a/usr.bin/compile_et/error_table.y +++ b/usr.bin/compile_et/error_table.y @@ -74,7 +74,7 @@ description : QUOTED_STRING #ifndef lint static char const rcsid_error_table_y[] = - "$Header: /home/ncvs/src/usr.bin/compile_et/error_table.y,v 1.3 1995/03/15 19:05:28 wpaul Exp $"; + "$Header: /home/ncvs/src/usr.bin/compile_et/error_table.y,v 1.4 1996/07/12 19:05:19 jkh Exp $"; #endif void *malloc(), *realloc(); diff --git a/usr.bin/compile_et/et_lex.lex.l b/usr.bin/compile_et/et_lex.lex.l index 48d1b8981b778..468a5cc16b411 100644 --- a/usr.bin/compile_et/et_lex.lex.l +++ b/usr.bin/compile_et/et_lex.lex.l @@ -22,5 +22,5 @@ end return END; . { return (*yytext); } %% #ifndef lint -static char rcsid_et_lex_lex_l[] = "$Header: /home/ncvs/src/usr.bin/compile_et/et_lex.lex.l,v 1.2 1995/01/14 22:29:33 wollman Exp $"; +static char rcsid_et_lex_lex_l[] = "$Header: /home/ncvs/src/usr.bin/compile_et/et_lex.lex.l,v 1.3 1996/07/12 19:05:19 jkh Exp $"; #endif diff --git a/usr.bin/compress/doc/revision.log b/usr.bin/compress/doc/revision.log index b1d8b24cc4f0b..73aadf1290dfa 100644 --- a/usr.bin/compress/doc/revision.log +++ b/usr.bin/compress/doc/revision.log @@ -1,6 +1,9 @@ /* - * $Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $ - * $Log: compress.c,v $ + * $Header: /home/ncvs/src/usr.bin/compress/doc/revision.log,v 1.1.1.1 1994/05/27 12:30:59 rgrimes Exp $ + * $Log: revision.log,v $ + * Revision 1.1.1.1 1994/05/27 12:30:59 rgrimes + * BSD 4.4 Lite Usr.bin Sources + * * Revision 4.0 85/07/30 12:50:00 joe * Removed ferror() calls in output routine on every output except first. * Prepared for release to the world. @@ -113,4 +116,4 @@ */ static char rcs_ident[] = - "$Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $"; + "$Header: /home/ncvs/src/usr.bin/compress/doc/revision.log,v 1.1.1.1 1994/05/27 12:30:59 rgrimes Exp $"; diff --git a/usr.bin/compress/zopen.h b/usr.bin/compress/zopen.h index 322fd2de9a23e..fe70c0df12247 100644 --- a/usr.bin/compress/zopen.h +++ b/usr.bin/compress/zopen.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: zopen.h,v 1.1 1996/08/20 20:49:31 wosch Exp $ */ #ifndef _ZOPEN_H_ diff --git a/usr.bin/cpp/cpp.sh b/usr.bin/cpp/cpp.sh index 34aa29eb883a0..e593d45c2fbd3 100644 --- a/usr.bin/cpp/cpp.sh +++ b/usr.bin/cpp/cpp.sh @@ -36,7 +36,7 @@ # SUCH DAMAGE. # # From: @(#)cpp.sh 8.1 (Berkeley) 6/6/93 -# $Id: cpp.sh,v 1.3 1994/08/23 03:52:40 jkh Exp $ +# $Id: cpp.sh,v 1.4 1994/09/05 13:58:58 bde Exp $ # # Transitional front end to CCCP to make it behave like (Reiser) CCP: # specifies -traditional diff --git a/usr.bin/ctags/C.c b/usr.bin/ctags/C.c index c030cedb2640a..dae6518fc448a 100644 --- a/usr.bin/ctags/C.c +++ b/usr.bin/ctags/C.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)C.c 8.4 (Berkeley) 4/2/94"; #else static const char rcsid[] = - "$Id$"; + "$Id: C.c,v 1.1.1.1.8.1 1997/09/14 23:24:08 jkh Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/dig/Makefile b/usr.bin/dig/Makefile index 4ff062e06ade5..b5eeee184f61f 100644 --- a/usr.bin/dig/Makefile +++ b/usr.bin/dig/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.2 1996/08/29 21:51:37 peter Exp $ .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" diff --git a/usr.bin/dnsquery/Makefile b/usr.bin/dnsquery/Makefile index 1be409a5e4df6..c0a9d63a14c85 100644 --- a/usr.bin/dnsquery/Makefile +++ b/usr.bin/dnsquery/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.2 1996/08/29 21:54:34 peter Exp $ .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1 index ada3c80b32a2e..65c7edd1fb567 100644 --- a/usr.bin/du/du.1 +++ b/usr.bin/du/du.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)du.1 8.2 (Berkeley) 4/1/94 -.\" $Id: du.1,v 1.6.2.1 1997/07/01 06:29:32 charnier Exp $ +.\" $Id: du.1,v 1.6.2.2 1997/09/15 01:36:18 jkh Exp $ .\" .Dd April 1, 1994 .Dt DU 1 diff --git a/usr.bin/ee/doc/new_curse.c b/usr.bin/ee/doc/new_curse.c index 0e6cd54831cfe..bef94984422a5 100644 --- a/usr.bin/ee/doc/new_curse.c +++ b/usr.bin/ee/doc/new_curse.c @@ -37,14 +37,14 @@ | Copyright (c) 1986, 1987, 1988, 1991, 1992, 1993, 1994, 1995 Hugh Mahon | All are rights reserved. | - | $Header: /home/hugh/sources/old_ae/RCS/new_curse.c,v 1.37 1995/08/28 23:49:26 hugh Exp $ + | $Header: /home/ncvs/src/usr.bin/ee/doc/Attic/new_curse.c,v 1.1.1.1 1995/08/30 07:28:06 jkh Exp $ | */ char *copyright_message[] = { "Copyright (c) 1986, 1987, 1988, 1991, 1992, 1993, 1994, 1995 Hugh Mahon", "All rights are reserved."}; -char * new_curse_name= "@(#) new_curse.c $Revision: 1.37 $"; +char * new_curse_name= "@(#) new_curse.c $Revision: 1.1.1.1 $"; #include "new_curse.h" #include <signal.h> diff --git a/usr.bin/ee/ee.1 b/usr.bin/ee/ee.1 index 2dbf4d0abfadf..462833dab28a8 100644 --- a/usr.bin/ee/ee.1 +++ b/usr.bin/ee/ee.1 @@ -4,7 +4,7 @@ .\" .\" nroff -man ee.1 .\" -.\" $Header: /home/ncvs/src/usr.bin/ee/ee.1,v 1.3 1996/02/02 00:25:36 mpp Exp $ +.\" $Header: /home/ncvs/src/usr.bin/ee/ee.1,v 1.3.4.1 1997/09/15 01:35:12 jkh Exp $ .\" .\" .TH ee 1 "" "" "" "" diff --git a/usr.bin/ee/ee.c b/usr.bin/ee/ee.c index 91ab26a18eb22..51f6a7ad89d72 100644 --- a/usr.bin/ee/ee.c +++ b/usr.bin/ee/ee.c @@ -49,7 +49,7 @@ | proprietary information which is protected by | copyright. All rights are reserved. | - | $Header: /home/ncvs/src/usr.bin/ee/ee.c,v 1.6.2.1 1997/08/17 15:22:08 joerg Exp $ + | $Header: /home/ncvs/src/usr.bin/ee/ee.c,v 1.6.2.2 1997/09/15 01:35:14 jkh Exp $ | */ @@ -62,7 +62,7 @@ char *ee_long_notice[] = { "copyright. All rights are reserved." }; -char *version = "@(#) ee, version 1.2.4 $Revision: 1.6.2.1 $"; +char *version = "@(#) ee, version 1.2.4 $Revision: 1.6.2.2 $"; #ifdef NCURSE #include "new_curse.h" diff --git a/usr.bin/ee/new_curse.c b/usr.bin/ee/new_curse.c index 91c1078948a2f..e48fd65fcf85b 100644 --- a/usr.bin/ee/new_curse.c +++ b/usr.bin/ee/new_curse.c @@ -37,14 +37,14 @@ | Copyright (c) 1986, 1987, 1988, 1991, 1992, 1993, 1994, 1995 Hugh Mahon | All are rights reserved. | - | $Header: /home/ncvs/src/usr.bin/ee/doc/new_curse.c,v 1.1.1.1 1995/08/30 07:28:06 jkh Exp $ + | $Header: /home/ncvs/src/usr.bin/ee/new_curse.c,v 1.2 1996/12/29 10:54:12 joerg Exp $ | */ char *copyright_message[] = { "Copyright (c) 1986, 1987, 1988, 1991, 1992, 1993, 1994, 1995 Hugh Mahon", "All rights are reserved."}; -char * new_curse_name= "@(#) new_curse.c $Revision: 1.1.1.1 $"; +char * new_curse_name= "@(#) new_curse.c $Revision: 1.2 $"; #include "new_curse.h" #include <signal.h> diff --git a/usr.bin/ee/nls/de_DE.ISO_8859-1/ee.msg b/usr.bin/ee/nls/de_DE.ISO_8859-1/ee.msg index 96da2faae2f2e..02b406195ad3e 100644 --- a/usr.bin/ee/nls/de_DE.ISO_8859-1/ee.msg +++ b/usr.bin/ee/nls/de_DE.ISO_8859-1/ee.msg @@ -3,7 +3,7 @@ $ ee.i18n.guide for more information $ $ For ee patchlevel 3 $ -$ $Header: /home/ncvs/src/usr.bin/ee/nls/de_DE.ISO_8859-1/ee.msg,v 1.2 1996/05/27 20:59:53 joerg Exp $ +$ $Header: /home/ncvs/src/usr.bin/ee/nls/de_DE.ISO_8859-1/ee.msg,v 1.2.2.1 1997/09/15 01:35:17 jkh Exp $ $ $set 1 $quote " diff --git a/usr.bin/ee/nls/en_US.ISO_8859-1/ee.msg b/usr.bin/ee/nls/en_US.ISO_8859-1/ee.msg index e1364c0e485dd..23dea86d057b2 100644 --- a/usr.bin/ee/nls/en_US.ISO_8859-1/ee.msg +++ b/usr.bin/ee/nls/en_US.ISO_8859-1/ee.msg @@ -3,7 +3,7 @@ $ ee.i18n.guide for more information $ $ For ee patchlevel 3 $ -$ $Header: /home/ncvs/src/usr.bin/ee/nls/en_US.ISO_8859-1/ee.msg,v 1.2 1996/05/27 21:00:00 joerg Exp $ +$ $Header: /home/ncvs/src/usr.bin/ee/nls/en_US.ISO_8859-1/ee.msg,v 1.2.2.1 1997/09/15 01:35:18 jkh Exp $ $ $set 1 $quote " diff --git a/usr.bin/ee/nls/fr_FR.ISO_8859-1/ee.msg b/usr.bin/ee/nls/fr_FR.ISO_8859-1/ee.msg index cd7a7f11ec3f6..65e6d105b3b12 100644 --- a/usr.bin/ee/nls/fr_FR.ISO_8859-1/ee.msg +++ b/usr.bin/ee/nls/fr_FR.ISO_8859-1/ee.msg @@ -3,7 +3,7 @@ $ ee.i18n.guide for more information $ $ For ee patchlevel 3 $ -$ $Id: ee.msg,v 1.2 1996/05/27 21:00:06 joerg Exp $ +$ $Id: ee.msg,v 1.2.2.1 1997/09/15 01:35:19 jkh Exp $ $ $set 1 $quote " diff --git a/usr.bin/expand/expand.c b/usr.bin/expand/expand.c index 9d92f41cfdad5..7a67151a954f0 100644 --- a/usr.bin/expand/expand.c +++ b/usr.bin/expand/expand.c @@ -42,7 +42,7 @@ static char copyright[] = static char sccsid[] = "@(#)expand.c 8.1 (Berkeley) 6/9/93"; #else static const char rcsid[] = - "$Id$"; + "$Id: expand.c,v 1.1.1.1.8.1 1997/07/02 06:21:42 charnier Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index 91317baf18775..c4912e41ea238 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -1,4 +1,4 @@ -.\" $Id: fetch.1,v 1.9.2.5 1997/08/03 18:53:16 peter Exp $ +.\" $Id: fetch.1,v 1.9.2.6 1997/09/15 08:07:03 jkh Exp $ .Dd July 2, 1996 .Dt FETCH 1 .Os FreeBSD 2.2 diff --git a/usr.bin/fetch/fetch.h b/usr.bin/fetch/fetch.h index 8bf2fb850d225..9d545a3c838ba 100644 --- a/usr.bin/fetch/fetch.h +++ b/usr.bin/fetch/fetch.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: fetch.h,v 1.3.2.1 1997/08/03 18:53:17 peter Exp $ + * $Id: fetch.h,v 1.3.2.2 1997/09/15 08:07:04 jkh Exp $ */ #ifndef fetch_h diff --git a/usr.bin/fetch/file.c b/usr.bin/fetch/file.c index 091639c9a18ba..59ca3979e8024 100644 --- a/usr.bin/fetch/file.c +++ b/usr.bin/fetch/file.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: file.c,v 1.1 1997/01/30 21:43:39 wollman Exp $ */ #include <sys/types.h> diff --git a/usr.bin/fetch/ftp.c b/usr.bin/fetch/ftp.c index b06550ccf6ad8..3fa3f6d896b88 100644 --- a/usr.bin/fetch/ftp.c +++ b/usr.bin/fetch/ftp.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ftp.c,v 1.3.2.4 1997/10/06 04:39:36 fenner Exp $ + * $Id: ftp.c,v 1.3.2.5 1997/10/08 18:44:07 fenner Exp $ */ #include <sys/types.h> diff --git a/usr.bin/fetch/http.c b/usr.bin/fetch/http.c index d88f0bac46ffd..a1d506e4df827 100644 --- a/usr.bin/fetch/http.c +++ b/usr.bin/fetch/http.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: http.c,v 1.4.2.3 1997/09/15 08:07:05 jkh Exp $ + * $Id: http.c,v 1.4.2.4 1997/09/30 07:41:36 cracauer Exp $ */ #include <sys/types.h> diff --git a/usr.bin/fetch/main.c b/usr.bin/fetch/main.c index b7c6417b72e08..8876f15f12df0 100644 --- a/usr.bin/fetch/main.c +++ b/usr.bin/fetch/main.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $Id: main.c,v 1.26.2.7 1997/08/19 01:58:37 asami Exp $ */ +/* $Id: main.c,v 1.26.2.8 1997/09/15 08:07:06 jkh Exp $ */ #include <sys/types.h> diff --git a/usr.bin/fetch/uri.c b/usr.bin/fetch/uri.c index 95d4c91898bf9..8caf3bf34f328 100644 --- a/usr.bin/fetch/uri.c +++ b/usr.bin/fetch/uri.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: uri.c,v 1.1 1997/01/30 21:43:43 wollman Exp $ */ #include <sys/types.h> diff --git a/usr.bin/fetch/util.c b/usr.bin/fetch/util.c index 49c11084cc79f..d9a20f3d26169 100644 --- a/usr.bin/fetch/util.c +++ b/usr.bin/fetch/util.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: util.c,v 1.4 1997/02/07 17:55:01 wollman Exp $ + * $Id: util.c,v 1.5 1997/02/11 20:46:06 wollman Exp $ */ #include <sys/types.h> diff --git a/usr.bin/file/LEGAL.NOTICE b/usr.bin/file/LEGAL.NOTICE index 57686bed95cf6..adf1b21d921cd 100644 --- a/usr.bin/file/LEGAL.NOTICE +++ b/usr.bin/file/LEGAL.NOTICE @@ -1,6 +1,6 @@ Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995. Software written by Ian F. Darwin and others; maintained by Christos Zoulas. -$Id: LEGAL.NOTICE,v 1.3 1997/02/22 19:29:06 peter Exp $ +$Id: LEGAL.NOTICE,v 1.1.1.2.2.1 1997/08/18 18:58:54 jdp Exp $ This software (or derivative software) may not be made subject to any license which denies anyone permission to alter it and redistribute it diff --git a/usr.bin/file/MAINT b/usr.bin/file/MAINT index e4e7abb2e3ae6..731c1b3670eb7 100644 --- a/usr.bin/file/MAINT +++ b/usr.bin/file/MAINT @@ -1,4 +1,4 @@ -$Id: MAINT,v 1.3 1997/02/22 19:29:06 peter Exp $ +$Id: MAINT,v 1.1.1.1.8.1 1997/08/18 18:58:55 jdp Exp $ Maintenance notes: diff --git a/usr.bin/file/Magdir/Localstuff b/usr.bin/file/Magdir/Localstuff index ad421216baed9..4c802f7b0bca6 100644 --- a/usr.bin/file/Magdir/Localstuff +++ b/usr.bin/file/Magdir/Localstuff @@ -2,6 +2,6 @@ #------------------------------------------------------------------------------ # Localstuff: file(1) magic for locally observed files # -# $Id: Localstuff,v 1.3 1997/02/22 19:29:21 peter Exp $ +# $Id: Localstuff,v 1.1.1.2.2.1 1997/08/18 18:59:31 jdp Exp $ # Add any locally observed files here. Remember: # text if readable, executable if runnable binary, data if unreadable. diff --git a/usr.bin/file/Magdir/softquad b/usr.bin/file/Magdir/softquad index 996889fb399e0..679c125b428a0 100644 --- a/usr.bin/file/Magdir/softquad +++ b/usr.bin/file/Magdir/softquad @@ -2,7 +2,7 @@ #------------------------------------------------------------------------------ # softquad: file(1) magic for SoftQuad Publishing Software # -# $Id: softquad,v 1.3 1997/02/22 19:29:21 peter Exp $ +# $Id: softquad,v 1.1.1.2.2.1 1997/08/18 18:59:55 jdp Exp $ # Author/Editor and RulesBuilder # # XXX - byte order? diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index 2fe6feb08d512..7bf37b2e63f3c 100644 --- a/usr.bin/file/Makefile +++ b/usr.bin/file/Makefile @@ -1,6 +1,6 @@ # Makefile for file(1) cmd. # Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE. -# @(#)$Id: Makefile,v 1.11 1997/04/04 02:42:53 mpp Exp $ +# @(#)$Id: Makefile,v 1.5.2.2 1997/08/18 18:58:56 jdp Exp $ # # This software is not subject to any license of the American Telephone # and Telegraph Company or of the Regents of the University of California. diff --git a/usr.bin/file/PORTING b/usr.bin/file/PORTING index 2f3023413a2e1..b743f7aa007cb 100644 --- a/usr.bin/file/PORTING +++ b/usr.bin/file/PORTING @@ -1,5 +1,5 @@ Portability of the new file(1) command. -@(#) $Id: PORTING,v 1.3 1997/02/22 19:29:08 peter Exp $ +@(#) $Id: PORTING,v 1.1.1.1.8.1 1997/08/18 18:58:58 jdp Exp $ Read this file only if the program doesn't compile on your system. diff --git a/usr.bin/file/README b/usr.bin/file/README index 19b66e363449a..49961da6abd31 100644 --- a/usr.bin/file/README +++ b/usr.bin/file/README @@ -1,5 +1,5 @@ ** README for file(1) Command ** -@(#) $Id: README,v 1.4 1997/03/18 19:37:15 mpp Exp $ +@(#) $Id: README,v 1.1.1.1.8.1 1997/08/18 18:58:59 jdp Exp $ This is Release 3.x of Ian Darwin's (copyright but distributable) file(1) command. This version is the standard "file" command for Linux, diff --git a/usr.bin/file/apprentice.c b/usr.bin/file/apprentice.c index 411adf9491d0a..189eec6d6fa50 100644 --- a/usr.bin/file/apprentice.c +++ b/usr.bin/file/apprentice.c @@ -34,7 +34,7 @@ #ifndef lint static char *moduleid = - "@(#)$Id: apprentice.c,v 1.6 1997/03/18 19:37:16 mpp Exp $"; + "@(#)$Id: apprentice.c,v 1.3.2.1 1997/08/18 18:59:01 jdp Exp $"; #endif /* lint */ #define EATAB {while (isascii((unsigned char) *l) && \ diff --git a/usr.bin/file/ascmagic.c b/usr.bin/file/ascmagic.c index 1944cfb3cb6de..3fea961ac16c4 100644 --- a/usr.bin/file/ascmagic.c +++ b/usr.bin/file/ascmagic.c @@ -36,7 +36,7 @@ #ifndef lint static char *moduleid = - "@(#)$Id: ascmagic.c,v 1.7 1997/03/18 19:37:17 mpp Exp $"; + "@(#)$Id: ascmagic.c,v 1.3.2.2 1997/08/18 18:59:02 jdp Exp $"; #endif /* lint */ /* an optimisation over plain strcmp() */ diff --git a/usr.bin/file/compress.c b/usr.bin/file/compress.c index c8c23e899f106..55003fb43d141 100644 --- a/usr.bin/file/compress.c +++ b/usr.bin/file/compress.c @@ -4,7 +4,7 @@ * information if recognized * uncompress(method, old, n, newch) - uncompress old into new, * using method, return sizeof new - * $Id: compress.c,v 1.5 1997/02/22 19:29:10 peter Exp $ + * $Id: compress.c,v 1.3.2.1 1997/08/18 18:59:03 jdp Exp $ */ #include <stdio.h> #include <stdlib.h> diff --git a/usr.bin/file/cvsimport.sh b/usr.bin/file/cvsimport.sh index 3c6a934ea41ae..eebbedaca87be 100644 --- a/usr.bin/file/cvsimport.sh +++ b/usr.bin/file/cvsimport.sh @@ -3,7 +3,7 @@ # This shell script can be used in order to handle future imports # of newer versions of file(1) # -# $Id: cvsimport.sh,v 1.4 1997/03/20 23:34:11 mpp Exp $ +# $Id: cvsimport.sh,v 1.1.8.1 1997/08/18 18:59:04 jdp Exp $ if [ $# -ne 2 ] ; then echo "usage: $0 <major> <minor>" 1>&2 exit 1 diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1 index 70540683b8ea9..206e9e74f7f44 100644 --- a/usr.bin/file/file.1 +++ b/usr.bin/file/file.1 @@ -1,5 +1,5 @@ .TH FILE 1 "Copyright but distributable" -.\" $Id: file.1,v 1.10 1997/04/04 02:41:01 mpp Exp $ +.\" $Id: file.1,v 1.6.2.1 1997/08/18 18:59:05 jdp Exp $ .SH NAME file \- determine file type .SH SYNOPSIS diff --git a/usr.bin/file/file.c b/usr.bin/file/file.c index 38ecaa78d020d..cba132d8039c2 100644 --- a/usr.bin/file/file.c +++ b/usr.bin/file/file.c @@ -26,7 +26,7 @@ */ #ifndef lint static char *moduleid = - "@(#)$Id: file.c,v 1.8 1997/03/29 04:29:23 imp Exp $"; + "@(#)$Id: file.c,v 1.3.2.2 1997/08/18 18:59:06 jdp Exp $"; #endif /* lint */ #include <stdio.h> diff --git a/usr.bin/file/file.h b/usr.bin/file/file.h index 04df2b6ca3661..4da6e3e523921 100644 --- a/usr.bin/file/file.h +++ b/usr.bin/file/file.h @@ -1,6 +1,6 @@ /* * file.h - definitions for file(1) program - * @(#)$Id: file.h,v 1.7 1997/03/18 19:37:18 mpp Exp $ + * @(#)$Id: file.h,v 1.3.2.2 1997/08/18 18:59:08 jdp Exp $ * * Copyright (c) Ian F. Darwin, 1987. * Written by Ian F. Darwin. diff --git a/usr.bin/file/fsmagic.c b/usr.bin/file/fsmagic.c index d4296e971785d..4644529b44afa 100644 --- a/usr.bin/file/fsmagic.c +++ b/usr.bin/file/fsmagic.c @@ -51,7 +51,7 @@ #ifndef lint static char *moduleid = - "@(#)$Id: fsmagic.c,v 1.6 1997/03/18 19:37:19 mpp Exp $"; + "@(#)$Id: fsmagic.c,v 1.3.2.1 1997/08/18 18:59:09 jdp Exp $"; #endif /* lint */ int diff --git a/usr.bin/file/is_tar.c b/usr.bin/file/is_tar.c index 1471fa0f2190c..baf7fb2842fa7 100644 --- a/usr.bin/file/is_tar.c +++ b/usr.bin/file/is_tar.c @@ -5,7 +5,7 @@ * Pubic Domain version written 26 Aug 1985 John Gilmore (ihnp4!hoptoad!gnu). * * @(#)list.c 1.18 9/23/86 Public Domain - gnu - * $Id: is_tar.c,v 1.5 1997/03/18 19:37:19 mpp Exp $ + * $Id: is_tar.c,v 1.2.6.1 1997/08/18 18:59:13 jdp Exp $ * * Comments changed and some code/comments reformatted * for file command by Ian Darwin. diff --git a/usr.bin/file/magic.5 b/usr.bin/file/magic.5 index 2d857f4973cac..3ac054519dc15 100644 --- a/usr.bin/file/magic.5 +++ b/usr.bin/file/magic.5 @@ -203,4 +203,4 @@ indirect offsets. .\" the changes I posted to the S5R2 version. .\" .\" Modified for Ian Darwin's version of the file command. -.\" @(#)$Id: magic.5,v 1.7 1997/03/18 19:37:20 mpp Exp $ +.\" @(#)$Id: magic.5,v 1.4.2.1 1997/08/18 18:59:14 jdp Exp $ diff --git a/usr.bin/file/names.h b/usr.bin/file/names.h index bfdcf8f60c94d..a69dc7f6f7702 100644 --- a/usr.bin/file/names.h +++ b/usr.bin/file/names.h @@ -10,7 +10,7 @@ * * See LEGAL.NOTICE * - * $Id: names.h,v 1.5 1997/03/18 19:37:21 mpp Exp $ + * $Id: names.h,v 1.2.2.1 1997/08/18 18:59:15 jdp Exp $ */ /* these types are used to index the table 'types': keep em in sync! */ diff --git a/usr.bin/file/patchlevel.h b/usr.bin/file/patchlevel.h index cd11e2a2bdd88..64e79fea61b0a 100644 --- a/usr.bin/file/patchlevel.h +++ b/usr.bin/file/patchlevel.h @@ -3,20 +3,23 @@ /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.7 1997/03/18 19:37:21 mpp Exp $ + * $Id: patchlevel.h,v 1.3.2.1 1997/08/18 18:59:16 jdp Exp $ * * $Log: patchlevel.h,v $ + * Revision 1.3.2.1 1997/08/18 18:59:16 jdp + * Sync with -current. + * * Revision 1.7 1997/03/18 19:37:21 mpp * Merge to resolve conflicts with file 3.22 merge. * * Revision 1.6 1997/02/22 19:54:59 peter - * Revert $FreeBSD$ to $Id: patchlevel.h,v 1.7 1997/03/18 19:37:21 mpp Exp $ + * Revert $FreeBSD$ to $Id: patchlevel.h,v 1.3.2.1 1997/08/18 18:59:16 jdp Exp $ * * Revision 1.5 1997/02/22 19:29:15 peter - * Revert $Id: patchlevel.h,v 1.7 1997/03/18 19:37:21 mpp Exp $ to $Id: patchlevel.h,v 1.7 1997/03/18 19:37:21 mpp Exp $ + * Revert $Id: patchlevel.h,v 1.3.2.1 1997/08/18 18:59:16 jdp Exp $ to $Id: patchlevel.h,v 1.3.2.1 1997/08/18 18:59:16 jdp Exp $ * * Revision 1.4 1997/01/14 06:59:48 jkh - * Make the long-awaited change from $Id: patchlevel.h,v 1.7 1997/03/18 19:37:21 mpp Exp $ to $Id: patchlevel.h,v 1.7 1997/03/18 19:37:21 mpp Exp $ + * Make the long-awaited change from $Id: patchlevel.h,v 1.3.2.1 1997/08/18 18:59:16 jdp Exp $ to $Id: patchlevel.h,v 1.3.2.1 1997/08/18 18:59:16 jdp Exp $ * * This will make a number of things easier in the future, as well as (finally!) * avoiding the Id-smashing problem which has plagued developers for so long. diff --git a/usr.bin/file/print.c b/usr.bin/file/print.c index 4847d12171c5c..95072f1c72cbe 100644 --- a/usr.bin/file/print.c +++ b/usr.bin/file/print.c @@ -40,7 +40,7 @@ #ifndef lint static char *moduleid = - "@(#)$Id: print.c,v 1.6 1997/03/18 19:37:22 mpp Exp $"; + "@(#)$Id: print.c,v 1.3.2.1 1997/08/18 18:59:17 jdp Exp $"; #endif /* lint */ #define SZOF(a) (sizeof(a) / sizeof(a[0])) diff --git a/usr.bin/file/readelf.h b/usr.bin/file/readelf.h index dc2f496c90afe..f5817ee045cca 100644 --- a/usr.bin/file/readelf.h +++ b/usr.bin/file/readelf.h @@ -1,6 +1,6 @@ /* * readelf.h - * @(#)$Id: readelf.h,v 1.2 1997/03/29 22:26:03 jdp Exp $ + * @(#)$Id: readelf.h,v 1.2.2.1 1997/08/18 18:59:22 jdp Exp $ * * Provide elf data structures for non-elf machines, allowing file * non-elf hosts to determine if an elf binary is stripped. diff --git a/usr.bin/file/softmagic.c b/usr.bin/file/softmagic.c index 0a65f08e91abf..0a8555261cefb 100644 --- a/usr.bin/file/softmagic.c +++ b/usr.bin/file/softmagic.c @@ -35,7 +35,7 @@ #ifndef lint static char *moduleid = - "@(#)$Id: softmagic.c,v 1.7 1997/03/18 19:37:22 mpp Exp $"; + "@(#)$Id: softmagic.c,v 1.4.2.1 1997/08/18 18:59:23 jdp Exp $"; #endif /* lint */ static int match __P((unsigned char *, int)); diff --git a/usr.bin/file/tar.h b/usr.bin/file/tar.h index d1cc4155faa5f..40870d833223a 100644 --- a/usr.bin/file/tar.h +++ b/usr.bin/file/tar.h @@ -5,7 +5,7 @@ * * Created 25 August 1985 by John Gilmore, ihnp4!hoptoad!gnu. * - * $Id: tar.h,v 1.3 1997/02/22 19:29:16 peter Exp $ # checkin only + * $Id: tar.h,v 1.1.1.1.8.1 1997/08/18 18:59:24 jdp Exp $ # checkin only */ /* diff --git a/usr.bin/file2c/Makefile b/usr.bin/file2c/Makefile index f19c125af3d45..f753741641351 100644 --- a/usr.bin/file2c/Makefile +++ b/usr.bin/file2c/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1994/09/24 02:55:45 davidg Exp $ +# $Id: Makefile,v 1.1 1995/01/29 00:49:42 phk Exp $ PROG= file2c MAN1= file2c.1 diff --git a/usr.bin/file2c/file2c.1 b/usr.bin/file2c/file2c.1 index 6046e6f3729c3..426fd81de8f1d 100644 --- a/usr.bin/file2c/file2c.1 +++ b/usr.bin/file2c/file2c.1 @@ -5,7 +5,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" --------------------------------------------------------------------------- .\" -.\" $Id: file2c.1,v 1.1.6.1 1997/07/03 07:08:12 charnier Exp $ +.\" $Id: file2c.1,v 1.1.6.2 1997/09/15 08:07:08 jkh Exp $ .\" .Dd January 28, 1995 .Dt FILE2C 1 diff --git a/usr.bin/file2c/file2c.c b/usr.bin/file2c/file2c.c index 0bad9045fcb33..904fdc0a95ae9 100644 --- a/usr.bin/file2c/file2c.c +++ b/usr.bin/file2c/file2c.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id$ + * $Id: file2c.c,v 1.1 1995/01/29 00:49:57 phk Exp $ * */ diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 9a155d7f56ced..f81fa7bdd8d4c 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)find.1 8.4 (Berkeley) 4/1/94 -.\" $Id: find.1,v 1.4.2.2 1997/05/19 18:18:19 jdp Exp $ +.\" $Id: find.1,v 1.4.2.3 1997/05/19 22:14:53 eivind Exp $ .\" .Dd April 1, 1994 .Dt FIND 1 diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c index 2d0bd524b6d33..fe8e5e3da04ca 100644 --- a/usr.bin/finger/finger.c +++ b/usr.bin/finger/finger.c @@ -55,7 +55,7 @@ static char copyright[] = static char sccsid[] = "@(#)finger.c 8.2 (Berkeley) 9/30/93"; #else static const char rcsid[] = - "$Id: finger.c,v 1.9.2.1 1997/07/03 07:12:38 charnier Exp $"; + "$Id: finger.c,v 1.9.2.2 1997/08/29 05:29:11 imp Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/finger/lprint.c b/usr.bin/finger/lprint.c index 6ab4d292b6cd0..02129d6a9640d 100644 --- a/usr.bin/finger/lprint.c +++ b/usr.bin/finger/lprint.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)lprint.c 8.1 (Berkeley) 6/6/93"; #else static const char rcsid[] = - "$Id$"; + "$Id: lprint.c,v 1.5.2.1 1997/07/03 07:12:38 charnier Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c index 162dc29a7abe3..18b4606a98188 100644 --- a/usr.bin/finger/net.c +++ b/usr.bin/finger/net.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)net.c 8.3 (Berkeley) 1/2/94"; #else static const char rcsid[] = - "$Id$"; + "$Id: net.c,v 1.6.2.2 1997/08/03 19:23:28 peter Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/finger/sprint.c b/usr.bin/finger/sprint.c index 4b36229399a85..66a14c3276121 100644 --- a/usr.bin/finger/sprint.c +++ b/usr.bin/finger/sprint.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)sprint.c 8.1 (Berkeley) 6/6/93"; #else static const char rcsid[] = - "$Id$"; + "$Id: sprint.c,v 1.7.2.1 1997/07/03 07:12:39 charnier Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c index 88a1f6a3508ce..2e3fb70db2af1 100644 --- a/usr.bin/finger/util.c +++ b/usr.bin/finger/util.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)util.c 8.1 (Berkeley) 6/6/93"; #else static const char rcsid[] = - "$Id$"; + "$Id: util.c,v 1.3.6.1 1997/07/03 07:12:40 charnier Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/fmt/fmt.c b/usr.bin/fmt/fmt.c index 9db0b22180b78..424a531ca8d8b 100644 --- a/usr.bin/fmt/fmt.c +++ b/usr.bin/fmt/fmt.c @@ -42,7 +42,7 @@ static char copyright[] = static char sccsid[] = "@(#)fmt.c 8.1 (Berkeley) 7/20/93"; #else static const char rcsid[] = - "$Id: fmt.c,v 1.7.2.3 1997/08/21 03:44:43 jlemon Exp $"; + "$Id: fmt.c,v 1.7.2.4 1997/09/30 19:43:49 joerg Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c index 62cdda3e117ec..d3eb4c40e11f3 100644 --- a/usr.bin/fold/fold.c +++ b/usr.bin/fold/fold.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)fold.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: fold.c,v 1.1.1.1.8.2 1997/08/29 05:29:12 imp Exp $"; + "$Id: fold.c,v 1.1.1.1.8.3 1997/09/15 08:07:10 jkh Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c index 0c739a855182c..4a4c46e4a0fe7 100644 --- a/usr.bin/from/from.c +++ b/usr.bin/from/from.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)from.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: from.c,v 1.3.2.2 1997/08/29 05:29:12 imp Exp $"; + "$Id: from.c,v 1.3.2.3 1997/09/15 08:07:11 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/fsplit/fsplit.c b/usr.bin/fsplit/fsplit.c index 73a2b349e6e90..9848c701f41aa 100644 --- a/usr.bin/fsplit/fsplit.c +++ b/usr.bin/fsplit/fsplit.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)fsplit.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: fsplit.c,v 1.2.6.1 1997/07/10 06:34:54 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index 2aeea2544f40e..c1c2efaa714a7 100644 --- a/usr.bin/fstat/Makefile +++ b/usr.bin/fstat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.2 1997/08/22 14:22:31 jmg Exp $ +# $Id: Makefile,v 1.1.1.1.8.1 1997/08/25 12:52:30 jmg Exp $ PROG= fstat CFLAGS+=-I${.CURDIR}/../../sys diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 90c1599722d8d..b989f561ac02f 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)fstat.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: fstat.c,v 1.7.2.3 1997/08/31 01:31:07 alex Exp $"; + "$Id: fstat.c,v 1.7.2.4 1997/09/18 23:19:00 dima Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index fb7337bffb3a6..645464b2d61ff 100644 --- a/usr.bin/gcore/gcore.c +++ b/usr.bin/gcore/gcore.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)gcore.c 8.2 (Berkeley) 9/23/93"; #endif static const char rcsid[] = - "$Id: gcore.c,v 1.4.2.2 1997/08/29 05:29:15 imp Exp $"; + "$Id: gcore.c,v 1.4.2.3 1997/09/15 08:17:14 jkh Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/gcore/md-nop.c b/usr.bin/gcore/md-nop.c index b7dcdc4a73fc9..e6dfdb0ec7f68 100644 --- a/usr.bin/gcore/md-nop.c +++ b/usr.bin/gcore/md-nop.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)md-nop.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: md-nop.c,v 1.1.1.1.8.1 1997/07/10 06:37:10 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/gencat/Makefile b/usr.bin/gencat/Makefile index 47bdb96f77a43..e0c0e52790185 100644 --- a/usr.bin/gencat/Makefile +++ b/usr.bin/gencat/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1995/03/30 12:49:06 jkh Exp $ +# $Id: Makefile,v 1.1.6.1 1997/09/14 23:07:52 jkh Exp $ PROG= gencat SRCS= gencat.c genlib.c diff --git a/usr.bin/gencat/gencat.1 b/usr.bin/gencat/gencat.1 index f21b471935731..078a89c0ddd13 100644 --- a/usr.bin/gencat/gencat.1 +++ b/usr.bin/gencat/gencat.1 @@ -24,7 +24,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$ +.\" $Id: gencat.1,v 1.1 1997/09/14 20:23:02 wosch Exp $ .\" .Dd June 11, 1997 .Dt GENCAT 1 diff --git a/usr.bin/getopt/Makefile b/usr.bin/getopt/Makefile index 21dde959afa26..d1f9008b784b5 100644 --- a/usr.bin/getopt/Makefile +++ b/usr.bin/getopt/Makefile @@ -1,4 +1,4 @@ -# $Header: /b/source/CVS/src/usr.bin/getopt/Makefile,v 1.1 1993/06/21 12:43:58 brezak Exp $ +# $Header: /home/ncvs/src/usr.bin/getopt/Makefile,v 1.1 1993/07/26 22:22:35 nate Exp $ # PROG = getopt diff --git a/usr.bin/global/gctags/ctags.c b/usr.bin/global/gctags/ctags.c index b2192d2181c83..68806bcac0134 100644 --- a/usr.bin/global/gctags/ctags.c +++ b/usr.bin/global/gctags/ctags.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ctags.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: ctags.c,v 1.1.1.1.2.2 1997/07/11 06:19:04 charnier Exp $"; #endif /* LIBC_SCCS and not lint */ #include <err.h> diff --git a/usr.bin/gprof/arcs.c b/usr.bin/gprof/arcs.c index ef0b3753694ac..e69736d00acfb 100644 --- a/usr.bin/gprof/arcs.c +++ b/usr.bin/gprof/arcs.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)arcs.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: arcs.c,v 1.2.6.2 1997/07/15 08:16:36 charnier Exp $"; + "$Id: arcs.c,v 1.2.6.3 1997/09/15 08:17:17 jkh Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c index 91a7a675aa9b9..2f2cc76bb4b51 100644 --- a/usr.bin/gprof/gprof.c +++ b/usr.bin/gprof/gprof.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)gprof.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: gprof.c,v 1.4.6.1 1997/07/11 06:20:55 charnier Exp $"; + "$Id: gprof.c,v 1.4.6.2 1997/07/15 08:16:39 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/gprof/printgprof.c b/usr.bin/gprof/printgprof.c index 9c122bb19bca2..d9abc48bc8f68 100644 --- a/usr.bin/gprof/printgprof.c +++ b/usr.bin/gprof/printgprof.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)printgprof.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: printgprof.c,v 1.4.2.1 1997/07/11 06:20:58 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/gprof/printlist.c b/usr.bin/gprof/printlist.c index 15af8e198521a..97b0d99df82d2 100644 --- a/usr.bin/gprof/printlist.c +++ b/usr.bin/gprof/printlist.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)printlist.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: printlist.c,v 1.1.1.1.8.1 1997/07/11 06:20:59 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c index 2ab823d005e3a..cca2741d1c910 100644 --- a/usr.bin/head/head.c +++ b/usr.bin/head/head.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)head.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: head.c,v 1.3.2.2 1997/08/29 05:29:20 imp Exp $"; + "$Id: head.c,v 1.3.2.3 1997/09/15 08:17:20 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/hexdump/display.c b/usr.bin/hexdump/display.c index 0a74542db3583..30473da280611 100644 --- a/usr.bin/hexdump/display.c +++ b/usr.bin/hexdump/display.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: display.c,v 1.1.1.1.8.1 1997/07/11 06:25:49 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1 index 1fd6d07c14c19..fcb5166f53abc 100644 --- a/usr.bin/hexdump/hexdump.1 +++ b/usr.bin/hexdump/hexdump.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)hexdump.1 8.2 (Berkeley) 4/18/94 -.\" $Id$ +.\" $Id: hexdump.1,v 1.5 1996/10/05 22:27:09 wosch Exp $ .\" .Dd April 18, 1994 .Dt HEXDUMP 1 diff --git a/usr.bin/hexdump/hexdump.c b/usr.bin/hexdump/hexdump.c index 36d35a38e65e8..fb3241e4f1917 100644 --- a/usr.bin/hexdump/hexdump.c +++ b/usr.bin/hexdump/hexdump.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)hexdump.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: hexdump.c,v 1.1.1.1.8.1 1997/07/11 06:25:51 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/hexdump/hexsyntax.c b/usr.bin/hexdump/hexsyntax.c index e740b6f4ab589..e1c3d3db8bf9c 100644 --- a/usr.bin/hexdump/hexsyntax.c +++ b/usr.bin/hexdump/hexsyntax.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)hexsyntax.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id: hexsyntax.c,v 1.4.2.2 1997/08/29 05:29:21 imp Exp $"; + "$Id: hexsyntax.c,v 1.4.2.3 1997/09/15 08:17:22 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index 0b4ac9fcd8153..e672c636711fe 100644 --- a/usr.bin/hexdump/od.1 +++ b/usr.bin/hexdump/od.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)od.1 8.1 (Berkeley) 6/6/93 -.\" $Id: od.1,v 1.3 1996/08/29 18:05:53 wosch Exp $ +.\" $Id: od.1,v 1.3.2.1 1997/09/15 08:17:22 jkh Exp $ .\" .Dd May 27, 1994 .Os diff --git a/usr.bin/hexdump/odsyntax.c b/usr.bin/hexdump/odsyntax.c index aca34c73596fc..6fce4fc982a4d 100644 --- a/usr.bin/hexdump/odsyntax.c +++ b/usr.bin/hexdump/odsyntax.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)odsyntax.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id: odsyntax.c,v 1.2.6.2 1997/08/29 05:29:21 imp Exp $"; + "$Id: odsyntax.c,v 1.2.6.3 1997/09/15 08:17:23 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/hexdump/parse.c b/usr.bin/hexdump/parse.c index 6fae728d8ca68..f2bdc40c42a26 100644 --- a/usr.bin/hexdump/parse.c +++ b/usr.bin/hexdump/parse.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: parse.c,v 1.1.1.1.8.1 1997/07/11 06:25:59 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile index ebccefa2aa19b..cd62a219e1bda 100644 --- a/usr.bin/host/Makefile +++ b/usr.bin/host/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.2 1996/08/29 21:53:32 peter Exp $ .include "${.CURDIR}/../../usr.sbin/named/Makefile.inc" diff --git a/usr.bin/id/groups.sh b/usr.bin/id/groups.sh index 463546514a514..1137e205156a5 100644 --- a/usr.bin/id/groups.sh +++ b/usr.bin/id/groups.sh @@ -32,7 +32,7 @@ # SUCH DAMAGE. # # @(#)groups.sh 8.1 (Berkeley) 6/6/93 -# $Id: groups.sh,v 1.3 1996/11/05 07:22:47 wosch Exp $ +# $Id: groups.sh,v 1.2.8.1 1996/11/06 09:33:14 phk Exp $ PATH=/bin:/usr/bin; export PATH diff --git a/usr.bin/id/id.1 b/usr.bin/id/id.1 index 7546be5562bab..9a0db3c1b23ce 100644 --- a/usr.bin/id/id.1 +++ b/usr.bin/id/id.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)id.1 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $Id: id.1,v 1.1.1.1.8.2 1997/09/15 08:17:26 jkh Exp $ .\" .Dd June 6, 1993 .Dt ID 1 diff --git a/usr.bin/id/id.c b/usr.bin/id/id.c index 3fe662a2e5d46..c2d54ea9a6b58 100644 --- a/usr.bin/id/id.c +++ b/usr.bin/id/id.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)id.c 8.2 (Berkeley) 2/16/94"; #endif static const char rcsid[] = - "$Id: id.c,v 1.3.2.2 1997/08/29 05:29:22 imp Exp $"; + "$Id: id.c,v 1.3.2.3 1997/09/15 08:17:27 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/id/whoami.sh b/usr.bin/id/whoami.sh index 8917d2a7b192c..eccfc8594882e 100644 --- a/usr.bin/id/whoami.sh +++ b/usr.bin/id/whoami.sh @@ -32,7 +32,7 @@ # SUCH DAMAGE. # # @(#)whoami.sh 8.1 (Berkeley) 6/6/93 -# $Id: whoami.sh,v 1.3 1996/11/05 07:24:48 wosch Exp $ +# $Id: whoami.sh,v 1.2.8.1 1996/11/06 09:33:18 phk Exp $ PATH=/bin:/usr/bin; export PATH diff --git a/usr.bin/indent/args.c b/usr.bin/indent/args.c index 376a6030a292b..0c4f0b2f72580 100644 --- a/usr.bin/indent/args.c +++ b/usr.bin/indent/args.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)args.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: args.c,v 1.1.1.1.8.1 1997/07/16 06:41:23 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index 4dba8d5336cc4..0b91542200435 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -46,7 +46,7 @@ static const char copyright[] = static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: indent.c,v 1.1.1.1.8.1 1997/07/16 06:41:29 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/indent/io.c b/usr.bin/indent/io.c index d2222aa0c98d3..673d2a7423683 100644 --- a/usr.bin/indent/io.c +++ b/usr.bin/indent/io.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: io.c,v 1.2.6.1 1997/07/16 06:41:31 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/ipcrm/Makefile b/usr.bin/ipcrm/Makefile index 98fd8f84f0477..29ecd7b539d0e 100644 --- a/usr.bin/ipcrm/Makefile +++ b/usr.bin/ipcrm/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3.2.1 1994/08/09 13:47:15 mycroft Exp $ +# $Id: Makefile,v 1.1 1994/09/13 16:52:09 dfr Exp $ PROG= ipcrm diff --git a/usr.bin/ipcrm/ipcrm.1 b/usr.bin/ipcrm/ipcrm.1 index 32dac6742722c..20137c07186d5 100644 --- a/usr.bin/ipcrm/ipcrm.1 +++ b/usr.bin/ipcrm/ipcrm.1 @@ -21,7 +21,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ipcrm.1,v 1.1.8.1 1997/07/16 06:43:03 charnier Exp $ +.\" $Id: ipcrm.1,v 1.1.8.2 1997/09/15 08:32:01 jkh Exp $ .\"" .Dd August 8, 1994 .Dt ipcrm 1 diff --git a/usr.bin/ipcrm/ipcrm.c b/usr.bin/ipcrm/ipcrm.c index c4f9750d96058..8072612ab713f 100644 --- a/usr.bin/ipcrm/ipcrm.c +++ b/usr.bin/ipcrm/ipcrm.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id: ipcrm.c,v 1.2.6.1 1997/07/16 06:43:04 charnier Exp $"; + "$Id: ipcrm.c,v 1.2.6.2 1997/09/15 08:32:02 jkh Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/ipcs/Makefile b/usr.bin/ipcs/Makefile index eab410030ad45..0359e020742a9 100644 --- a/usr.bin/ipcs/Makefile +++ b/usr.bin/ipcs/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1994/06/18 21:09:40 cgd Exp $ +# $Id: Makefile,v 1.2 1994/09/13 16:59:27 dfr Exp $ PROG= ipcs BINGRP= kmem diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1 index 65dd1c1a44a14..65c4798ae7f61 100644 --- a/usr.bin/ipcs/ipcs.1 +++ b/usr.bin/ipcs/ipcs.1 @@ -27,7 +27,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: ipcs.1,v 1.3.2.1 1997/07/16 06:44:26 charnier Exp $ +.\" $Id: ipcs.1,v 1.3.2.2 1997/09/15 08:32:02 jkh Exp $ .\" .Dd June 18, 1994 .Dt "IPCS" 1 diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c index 974623af5814e..3be50bd098738 100644 --- a/usr.bin/ipcs/ipcs.c +++ b/usr.bin/ipcs/ipcs.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id: ipcs.c,v 1.6.2.2 1997/08/29 05:29:23 imp Exp $"; + "$Id: ipcs.c,v 1.6.2.3 1997/09/15 08:32:03 jkh Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c index c856cb37492b9..b55657b7af004 100644 --- a/usr.bin/join/join.c +++ b/usr.bin/join/join.c @@ -46,7 +46,7 @@ static const char copyright[] = static char sccsid[] = "@(#)join.c 8.6 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id: join.c,v 1.3.2.5 1997/08/29 05:29:23 imp Exp $"; + "$Id: join.c,v 1.3.2.6 1997/09/15 08:32:04 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/jot/jot.c b/usr.bin/jot/jot.c index 36c949ce0f0a0..54ed54e9c19d2 100644 --- a/usr.bin/jot/jot.c +++ b/usr.bin/jot/jot.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)jot.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: jot.c,v 1.2.2.2 1997/07/16 06:46:38 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/kdump/kdump.1 b/usr.bin/kdump/kdump.1 index a433efb871ace..db77fcc317960 100644 --- a/usr.bin/kdump/kdump.1 +++ b/usr.bin/kdump/kdump.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)kdump.1 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $Id: kdump.1,v 1.2.2.3 1997/09/15 08:32:05 jkh Exp $ .\" .Dd June 6, 1993 .Dt KDUMP 1 diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index 10c48743362be..5141eb8d850ba 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)kdump.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: kdump.c,v 1.7.2.4 1997/08/29 05:29:24 imp Exp $"; + "$Id: kdump.c,v 1.7.2.5 1997/09/15 08:32:05 jkh Exp $"; #endif /* not lint */ #define KERNEL diff --git a/usr.bin/key/key.1 b/usr.bin/key/key.1 index aaeadd8dfe704..646500fc9ee11 100644 --- a/usr.bin/key/key.1 +++ b/usr.bin/key/key.1 @@ -1,5 +1,5 @@ .\" from: @(#)key.1 1.0 (Bellcore) 12/2/91 -.\" $Id$ +.\" $Id: key.1,v 1.2.2.1 1997/07/17 06:39:15 charnier Exp $ .\" .Dd December 2, 1991 .Dt KEY 1 diff --git a/usr.bin/keyinfo/keyinfo.1 b/usr.bin/keyinfo/keyinfo.1 index 837a1b8ce0d02..0b0dff595e07f 100644 --- a/usr.bin/keyinfo/keyinfo.1 +++ b/usr.bin/keyinfo/keyinfo.1 @@ -1,5 +1,5 @@ .\" from: @(#)keyinfo.1 1.1 (Bellcore) 7/20/93 -.\" $Id: keyinfo.1,v 1.2 1996/04/26 21:35:07 joerg Exp $ +.\" $Id: keyinfo.1,v 1.2.2.1 1997/07/17 06:40:14 charnier Exp $ .\" .Dd April 26, 1996 .Dt KEYINFO 1 diff --git a/usr.bin/keyinfo/keyinfo.pl b/usr.bin/keyinfo/keyinfo.pl index 260a72479f987..10ab9d2d3bae3 100644 --- a/usr.bin/keyinfo/keyinfo.pl +++ b/usr.bin/keyinfo/keyinfo.pl @@ -3,7 +3,7 @@ # Search /etc/skeykeys for the skey string for this user OR user specified # in 1st parameter. # -# $Id$ +# $Id: keyinfo.pl,v 1.1 1996/04/26 21:35:10 joerg Exp $ # die "usage: keyinfo [user]\n" unless $#ARGV < 1; diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1 index 5d255ba0eab8e..f579afde14c43 100644 --- a/usr.bin/killall/killall.1 +++ b/usr.bin/killall/killall.1 @@ -22,7 +22,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: killall.1,v 1.5 1996/08/23 00:56:12 mpp Exp $ +.\" $Id: killall.1,v 1.6 1996/08/27 20:04:19 wosch Exp $ .\" .Dd June 25, 1995 .Os FreeBSD 2.2 diff --git a/usr.bin/killall/killall.pl b/usr.bin/killall/killall.pl index 8641a5c9f78d5..0315a0d3e2cc5 100755 --- a/usr.bin/killall/killall.pl +++ b/usr.bin/killall/killall.pl @@ -26,7 +26,7 @@ # # killall - kill processes by name # -# $Id: killall.pl,v 1.5 1996/05/30 22:04:09 smpatel Exp $ +# $Id: killall.pl,v 1.6 1996/08/27 20:04:20 wosch Exp $ $ENV{'PATH'} = '/bin:/usr/bin'; # security diff --git a/usr.bin/ktrace/Makefile b/usr.bin/ktrace/Makefile index 7cfae99cd9c33..196f0fca037af 100644 --- a/usr.bin/ktrace/Makefile +++ b/usr.bin/ktrace/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 1.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.1.1.1.8.1 1997/09/15 08:32:07 jkh Exp $ PROG= ktrace SRCS= ktrace.c subr.c diff --git a/usr.bin/ktrace/ktrace.1 b/usr.bin/ktrace/ktrace.1 index af9e14c20b03f..202f31611a55c 100644 --- a/usr.bin/ktrace/ktrace.1 +++ b/usr.bin/ktrace/ktrace.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ktrace.1 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $Id: ktrace.1,v 1.4.2.3 1997/09/15 08:32:07 jkh Exp $ .\" .Dd June 6, 1993 .Dt KTRACE 1 diff --git a/usr.bin/ktrace/ktrace.c b/usr.bin/ktrace/ktrace.c index 5c9c83431e4f2..9622d899cb7cd 100644 --- a/usr.bin/ktrace/ktrace.c +++ b/usr.bin/ktrace/ktrace.c @@ -42,7 +42,7 @@ static char copyright[] = static char sccsid[] = "@(#)ktrace.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: ktrace.c,v 1.6.2.3 1997/08/29 05:29:25 imp Exp $"; + "$Id: ktrace.c,v 1.6.2.4 1997/09/15 08:32:07 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ktrace/subr.c b/usr.bin/ktrace/subr.c index a7d05075f6f1b..0e177840df65a 100644 --- a/usr.bin/ktrace/subr.c +++ b/usr.bin/ktrace/subr.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: subr.c,v 1.2 1996/06/19 09:56:30 jraynard Exp $"; + "$Id: subr.c,v 1.3 1996/09/19 19:50:17 phk Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/kzip/Makefile b/usr.bin/kzip/Makefile index cefc3904f85e3..a847ab451f5ed 100644 --- a/usr.bin/kzip/Makefile +++ b/usr.bin/kzip/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995/10/06 02:42:11 peter Exp $ +# $Id: Makefile,v 1.3 1996/08/21 19:07:21 mpp Exp $ PROG= kzip MAN8= kzip.8 diff --git a/usr.bin/kzip/kzip.8 b/usr.bin/kzip/kzip.8 index 24ca98f844db0..84f92ce0efb5c 100644 --- a/usr.bin/kzip/kzip.8 +++ b/usr.bin/kzip/kzip.8 @@ -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: kzip.8,v 1.1 1996/08/21 19:07:22 mpp Exp $ +.\" $Id: kzip.8,v 1.1.2.1 1997/07/21 11:56:34 charnier Exp $ .\" .Dd August 15, 1996 .Os diff --git a/usr.bin/kzip/kzip.c b/usr.bin/kzip/kzip.c index 7c08f17c4d1db..f0e74b200499d 100644 --- a/usr.bin/kzip/kzip.c +++ b/usr.bin/kzip/kzip.c @@ -13,7 +13,7 @@ #ifndef lint static const char rcsid[] = - "$Id: kzip.c,v 1.5.2.2 1997/08/29 05:29:26 imp Exp $"; + "$Id: kzip.c,v 1.5.2.3 1997/09/15 08:32:09 jkh Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/lam/lam.c b/usr.bin/lam/lam.c index 599337a718553..885d2acbb361e 100644 --- a/usr.bin/lam/lam.c +++ b/usr.bin/lam/lam.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)lam.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: lam.c,v 1.1.1.1.8.1 1997/07/21 11:59:02 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/lastcomm/lastcomm.1 b/usr.bin/lastcomm/lastcomm.1 index 1126c5f0abd69..d7cf0dff89641 100644 --- a/usr.bin/lastcomm/lastcomm.1 +++ b/usr.bin/lastcomm/lastcomm.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)lastcomm.1 8.1 (Berkeley) 6/6/93 -.\" $Id: lastcomm.1,v 1.3 1996/09/18 16:48:54 wollman Exp $ +.\" $Id: lastcomm.1,v 1.3.2.1 1997/07/22 07:16:38 charnier Exp $ .\" .Dd September 18, 1996 .Dt LASTCOMM 1 diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c index f95f53daba89f..ba3b094ff7e12 100644 --- a/usr.bin/lastcomm/lastcomm.c +++ b/usr.bin/lastcomm/lastcomm.c @@ -42,7 +42,7 @@ static char copyright[] = static char sccsid[] = "@(#)lastcomm.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: lastcomm.c,v 1.4.2.2 1997/08/29 05:29:27 imp Exp $"; + "$Id: lastcomm.c,v 1.4.2.3 1997/09/15 08:32:10 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/leave/leave.c b/usr.bin/leave/leave.c index 212993600a05c..b5b55c810e300 100644 --- a/usr.bin/leave/leave.c +++ b/usr.bin/leave/leave.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)leave.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: leave.c,v 1.1.1.1.8.1 1997/07/22 07:21:22 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/lex/FlexLexer.h b/usr.bin/lex/FlexLexer.h index 6c9a950008e2b..21ad8ef1f851c 100644 --- a/usr.bin/lex/FlexLexer.h +++ b/usr.bin/lex/FlexLexer.h @@ -1,4 +1,4 @@ -// $Header: /home/daffy/u0/vern/flex/RCS/FlexLexer.h,v 1.19 96/05/25 20:43:02 vern Exp $ +// $Header: /home/ncvs/src/usr.bin/lex/FlexLexer.h,v 1.1.1.2 1996/06/19 20:25:59 nate Exp $ // FlexLexer.h -- define interfaces for lexical analyzer classes generated // by flex diff --git a/usr.bin/lex/Makefile b/usr.bin/lex/Makefile index 192bdfbf14809..1f84a454ae4e1 100644 --- a/usr.bin/lex/Makefile +++ b/usr.bin/lex/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1996/09/19 05:21:07 peter Exp $ +# $Id: Makefile,v 1.8 1996/10/29 05:08:21 peter Exp $ # # By default, flex will be configured to generate 8-bit scanners only if the # -8 flag is given. If you want it to always generate 8-bit scanners, add diff --git a/usr.bin/lex/ccl.c b/usr.bin/lex/ccl.c index fe28463923e08..d608b61b4118a 100644 --- a/usr.bin/lex/ccl.c +++ b/usr.bin/lex/ccl.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/daffy/u0/vern/flex/RCS/ccl.c,v 2.9 93/09/16 20:32:14 vern Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/ccl.c,v 1.3 1996/06/19 20:47:00 nate Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/config.h b/usr.bin/lex/config.h index dc4481c4a0508..94fa6cb4df0f1 100644 --- a/usr.bin/lex/config.h +++ b/usr.bin/lex/config.h @@ -1,5 +1,5 @@ /* config.h. Generated automatically by configure. */ -/* $Header: /home/daffy/u0/vern/flex/RCS/conf.in,v 1.2 95/01/09 12:11:51 vern Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/config.h,v 1.2 1996/06/19 20:47:02 nate Exp $ */ /* Define to empty if the keyword does not work. */ /* #undef const */ diff --git a/usr.bin/lex/dfa.c b/usr.bin/lex/dfa.c index 3647c2c23f59e..1ee1f5579998b 100644 --- a/usr.bin/lex/dfa.c +++ b/usr.bin/lex/dfa.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/dfa.c,v 1.1.1.2 1996/06/19 20:26:04 nate Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/dfa.c,v 1.3 1996/06/19 20:47:04 nate Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/ecs.c b/usr.bin/lex/ecs.c index 10b167c5898c3..4c16e470b059f 100644 --- a/usr.bin/lex/ecs.c +++ b/usr.bin/lex/ecs.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/daffy/u0/vern/flex/RCS/ecs.c,v 2.9 93/12/07 10:18:20 vern Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/ecs.c,v 1.3 1996/06/19 20:47:05 nate Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/flex.skl b/usr.bin/lex/flex.skl index 8dee386e266bd..70e61fe65281b 100644 --- a/usr.bin/lex/flex.skl +++ b/usr.bin/lex/flex.skl @@ -1,7 +1,7 @@ /* A lexical scanner generated by flex */ /* Scanner skeleton version: - * $Header: /home/ncvs/src/usr.bin/lex/flex.skl,v 1.1.1.2 1996/06/19 20:26:06 nate Exp $ + * $Header: /home/ncvs/src/usr.bin/lex/flex.skl,v 1.1.1.2.2.1 1997/02/23 01:36:55 joerg Exp $ */ #define FLEX_SCANNER diff --git a/usr.bin/lex/flexdef.h b/usr.bin/lex/flexdef.h index 3969fdfbb763e..85f5f0419db0b 100644 --- a/usr.bin/lex/flexdef.h +++ b/usr.bin/lex/flexdef.h @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* @(#) $Header: /home/ncvs/src/usr.bin/lex/flexdef.h,v 1.1.1.2 1996/06/19 20:26:08 nate Exp $ (LBL) */ +/* @(#) $Header: /home/ncvs/src/usr.bin/lex/flexdef.h,v 1.3 1996/06/19 20:47:07 nate Exp $ (LBL) */ #include <stdio.h> #include <ctype.h> diff --git a/usr.bin/lex/gen.c b/usr.bin/lex/gen.c index 08f400abbe161..a6254c369dcfa 100644 --- a/usr.bin/lex/gen.c +++ b/usr.bin/lex/gen.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/gen.c,v 1.1.1.2 1996/06/19 20:26:10 nate Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/gen.c,v 1.3 1996/06/19 20:47:10 nate Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/initscan.c b/usr.bin/lex/initscan.c index f5e9dd13baf56..f7f5351c0faed 100644 --- a/usr.bin/lex/initscan.c +++ b/usr.bin/lex/initscan.c @@ -2,7 +2,7 @@ /* A lexical scanner generated by flex */ /* Scanner skeleton version: - * $Header: /home/ncvs/src/usr.bin/lex/initscan.c,v 1.3 1996/06/19 20:47:13 nate Exp $ + * $Header: /home/ncvs/src/usr.bin/lex/initscan.c,v 1.3.2.1 1997/02/23 01:36:57 joerg Exp $ */ #define FLEX_SCANNER @@ -1270,7 +1270,7 @@ char *yytext; * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/initscan.c,v 1.3 1996/06/19 20:47:13 nate Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/initscan.c,v 1.3.2.1 1997/02/23 01:36:57 joerg Exp $ */ #include "flexdef.h" #include "parse.h" diff --git a/usr.bin/lex/lib/Makefile b/usr.bin/lex/lib/Makefile index bfea20435ee12..14e3427546c4c 100644 --- a/usr.bin/lex/lib/Makefile +++ b/usr.bin/lex/lib/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/02/24 16:31:31 joerg Exp $ +# $Id: Makefile,v 1.3.2.1 1997/06/29 06:05:18 pst Exp $ LIB= ln SRCS= libmain.c libyywrap.c diff --git a/usr.bin/lex/lib/libmain.c b/usr.bin/lex/lib/libmain.c index 6c43b085fb643..aa4591fe49524 100644 --- a/usr.bin/lex/lib/libmain.c +++ b/usr.bin/lex/lib/libmain.c @@ -1,6 +1,6 @@ /* libmain - flex run-time support library "main" function */ -/* $Header: /home/daffy/u0/vern/flex/RCS/libmain.c,v 1.4 95/09/27 12:47:55 vern Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/lib/libmain.c,v 1.1.1.2 1996/06/19 20:26:48 nate Exp $ */ extern int yylex(); diff --git a/usr.bin/lex/lib/libyywrap.c b/usr.bin/lex/lib/libyywrap.c index b18f54e6e8f9b..8c347542cd830 100644 --- a/usr.bin/lex/lib/libyywrap.c +++ b/usr.bin/lex/lib/libyywrap.c @@ -1,6 +1,6 @@ /* libyywrap - flex run-time support library "yywrap" function */ -/* $Header: /home/daffy/u0/vern/flex/RCS/libyywrap.c,v 1.1 93/10/02 15:23:09 vern Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/lib/libyywrap.c,v 1.2 1996/06/19 20:48:06 nate Exp $ */ int yywrap() { diff --git a/usr.bin/lex/main.c b/usr.bin/lex/main.c index bc1e8c9c3bd11..a7e9d582b6fa7 100644 --- a/usr.bin/lex/main.c +++ b/usr.bin/lex/main.c @@ -32,7 +32,7 @@ char copyright[] = All rights reserved.\n"; #endif /* not lint */ -/* $Header: /home/ncvs/src/usr.bin/lex/main.c,v 1.1.1.2 1996/06/19 20:26:16 nate Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/main.c,v 1.3 1996/06/19 20:47:29 nate Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/misc.c b/usr.bin/lex/misc.c index 34c67c5edd711..bdf6f00f262da 100644 --- a/usr.bin/lex/misc.c +++ b/usr.bin/lex/misc.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/misc.c,v 1.1.1.2 1996/06/19 20:26:19 nate Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/misc.c,v 1.3 1996/06/19 20:47:33 nate Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/nfa.c b/usr.bin/lex/nfa.c index 5fbec9aeefea4..b40041d9300e7 100644 --- a/usr.bin/lex/nfa.c +++ b/usr.bin/lex/nfa.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/nfa.c,v 1.1.1.2 1996/06/19 20:26:24 nate Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/nfa.c,v 1.3 1996/06/19 20:47:36 nate Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/parse.y b/usr.bin/lex/parse.y index 8dbd12581eee8..74b00b4ae3d10 100644 --- a/usr.bin/lex/parse.y +++ b/usr.bin/lex/parse.y @@ -33,7 +33,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/daffy/u0/vern/flex/RCS/parse.y,v 2.28 95/04/21 11:51:51 vern Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/parse.y,v 1.1.1.2 1996/06/19 20:26:27 nate Exp $ */ /* Some versions of bison are broken in that they use alloca() but don't diff --git a/usr.bin/lex/scan.l b/usr.bin/lex/scan.l index 2db8d78559c74..fdae6019eef3a 100644 --- a/usr.bin/lex/scan.l +++ b/usr.bin/lex/scan.l @@ -27,7 +27,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/scan.l,v 1.2 1996/06/19 22:25:32 nate Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/scan.l,v 1.2.2.1 1997/02/23 01:37:04 joerg Exp $ */ #include "flexdef.h" #include "parse.h" diff --git a/usr.bin/lex/skel.c b/usr.bin/lex/skel.c index 962c830e03f44..422b8d8e584ef 100644 --- a/usr.bin/lex/skel.c +++ b/usr.bin/lex/skel.c @@ -6,7 +6,7 @@ const char *skel[] = { "/* A lexical scanner generated by flex */", "", "/* Scanner skeleton version:", - " * $Header: /home/ncvs/src/usr.bin/lex/skel.c,v 1.1.1.2 1996/06/19 20:26:34 nate Exp $", + " * $Header: /home/ncvs/src/usr.bin/lex/skel.c,v 1.1.1.2.2.1 1997/02/23 01:37:10 joerg Exp $", " */", "", "#define FLEX_SCANNER", diff --git a/usr.bin/lex/sym.c b/usr.bin/lex/sym.c index 7e29aca66319d..d001056f5968e 100644 --- a/usr.bin/lex/sym.c +++ b/usr.bin/lex/sym.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/sym.c,v 1.1.1.2 1996/06/19 20:26:39 nate Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/sym.c,v 1.3 1996/06/19 20:47:39 nate Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/tblcmp.c b/usr.bin/lex/tblcmp.c index 738b76d1c72c8..228c70451c4e6 100644 --- a/usr.bin/lex/tblcmp.c +++ b/usr.bin/lex/tblcmp.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/tblcmp.c,v 1.1.1.2 1996/06/19 20:26:43 nate Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/tblcmp.c,v 1.3 1996/06/19 20:47:42 nate Exp $ */ #include "flexdef.h" diff --git a/usr.bin/lex/yylex.c b/usr.bin/lex/yylex.c index 918d46867d348..0fca24089f3d0 100644 --- a/usr.bin/lex/yylex.c +++ b/usr.bin/lex/yylex.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /home/ncvs/src/usr.bin/lex/yylex.c,v 1.1.1.2 1996/06/19 20:26:46 nate Exp $ */ +/* $Header: /home/ncvs/src/usr.bin/lex/yylex.c,v 1.3 1996/06/19 20:47:46 nate Exp $ */ #include <ctype.h> #include "flexdef.h" diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1 index ecc959c0e7797..c10f20707d06f 100644 --- a/usr.bin/limits/limits.1 +++ b/usr.bin/limits/limits.1 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id: limits.1,v 1.2.2.1 1997/07/16 11:48:23 davidn Exp $ +.\" $Id: limits.1,v 1.2.2.2 1997/07/22 07:22:48 charnier Exp $ .\" .Dd January 15, 1996 .Dt LIMITS 1 diff --git a/usr.bin/limits/limits.c b/usr.bin/limits/limits.c index e2f8bef620e4f..606a77a7690d6 100644 --- a/usr.bin/limits/limits.c +++ b/usr.bin/limits/limits.c @@ -20,7 +20,7 @@ * * Display/change(+runprogram)/eval resource limits. * - * $Id: limits.c,v 1.4 1997/05/10 19:00:58 davidn Exp $ + * $Id: limits.c,v 1.4.2.1 1997/07/22 07:22:51 charnier Exp $ */ #include <err.h> diff --git a/usr.bin/locate/Makefile b/usr.bin/locate/Makefile index 45f82b93f8f89..6d7a7efab2ef5 100644 --- a/usr.bin/locate/Makefile +++ b/usr.bin/locate/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.2 1996/08/14 00:22:23 wosch Exp $ SUBDIR= bigram code locate diff --git a/usr.bin/locate/Makefile.inc b/usr.bin/locate/Makefile.inc index 0f80876250b23..348c2dac3c592 100644 --- a/usr.bin/locate/Makefile.inc +++ b/usr.bin/locate/Makefile.inc @@ -1,3 +1,3 @@ -# $Id$ +# $Id: Makefile.inc,v 1.1 1996/08/14 00:22:24 wosch Exp $ LIBEXECDIR?= /usr/libexec diff --git a/usr.bin/locate/bigram/locate.bigram.c b/usr.bin/locate/bigram/locate.bigram.c index 2196957970351..eb50451c642dc 100644 --- a/usr.bin/locate/bigram/locate.bigram.c +++ b/usr.bin/locate/bigram/locate.bigram.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: locate.bigram.c,v 1.7 1996/09/14 20:15:49 wosch Exp $ + * $Id: locate.bigram.c,v 1.8 1996/10/13 01:44:11 wosch Exp $ */ #ifndef lint diff --git a/usr.bin/locate/code/locate.code.c b/usr.bin/locate/code/locate.code.c index 93b4e68497c20..7be58136ba3cc 100644 --- a/usr.bin/locate/code/locate.code.c +++ b/usr.bin/locate/code/locate.code.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: locate.code.c,v 1.7 1996/10/27 19:04:27 wosch Exp $ + * $Id: locate.code.c,v 1.7.2.1 1997/08/29 05:29:28 imp Exp $ */ #ifndef lint diff --git a/usr.bin/locate/locate/Makefile b/usr.bin/locate/locate/Makefile index b752bbbf17f94..4d1572dc4d6dc 100644 --- a/usr.bin/locate/locate/Makefile +++ b/usr.bin/locate/locate/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.6 1996/08/31 23:14:51 wosch Exp $ +# $Id: Makefile,v 1.7 1996/09/01 16:03:28 wosch Exp $ PROG= locate SRCS= util.c locate.c diff --git a/usr.bin/locate/locate/concatdb.sh b/usr.bin/locate/locate/concatdb.sh index 1314ac8300c05..e479486bc0566 100644 --- a/usr.bin/locate/locate/concatdb.sh +++ b/usr.bin/locate/locate/concatdb.sh @@ -30,7 +30,7 @@ # # Sequence of databases is important. # -# $Id: concatdb.sh,v 1.2 1996/08/27 20:04:24 wosch Exp $ +# $Id: concatdb.sh,v 1.3 1996/10/31 22:46:52 wosch Exp $ # The directory containing locate subprograms : ${LIBEXECDIR=/usr/libexec}; export LIBEXECDIR diff --git a/usr.bin/locate/locate/fastfind.c b/usr.bin/locate/locate/fastfind.c index cea18a14b6c38..aeb01d7762dae 100644 --- a/usr.bin/locate/locate/fastfind.c +++ b/usr.bin/locate/locate/fastfind.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: fastfind.c,v 1.6 1996/10/27 19:18:06 alex Exp $ + * $Id: fastfind.c,v 1.6.2.1 1997/07/22 07:25:26 charnier Exp $ */ diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1 index af938975c2b6b..dc7dcfb6162fa 100644 --- a/usr.bin/locate/locate/locate.1 +++ b/usr.bin/locate/locate/locate.1 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)locate.1 8.1 (Berkeley) 6/6/93 -.\" $Id: locate.1,v 1.5.2.1 1997/03/06 05:22:24 mpp Exp $ +.\" $Id: locate.1,v 1.5.2.2 1997/04/18 11:14:30 jmg Exp $ .\" .Dd June 6, 1993 .Dt LOCATE 1 diff --git a/usr.bin/locate/locate/locate.c b/usr.bin/locate/locate/locate.c index 090a09f307b3c..39914d18511f1 100644 --- a/usr.bin/locate/locate/locate.c +++ b/usr.bin/locate/locate/locate.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: locate.c,v 1.6.2.1 1997/07/22 07:25:29 charnier Exp $ + * $Id: locate.c,v 1.6.2.2 1997/08/29 05:29:29 imp Exp $ */ #ifndef lint @@ -49,7 +49,7 @@ static const char copyright[] = static char sccsid[] = "@(#)locate.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: locate.c,v 1.6.2.1 1997/07/22 07:25:29 charnier Exp $"; + "$Id: locate.c,v 1.6.2.2 1997/08/29 05:29:29 imp Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/locate/locate/locate.h b/usr.bin/locate/locate/locate.h index 9e997d4472314..32ddefbd7e6cd 100644 --- a/usr.bin/locate/locate/locate.h +++ b/usr.bin/locate/locate/locate.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)locate.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: locate.h,v 1.4 1996/10/13 01:44:43 wosch Exp $ */ /* Symbolic constants shared by locate.c and code.c */ diff --git a/usr.bin/locate/locate/locate.rc b/usr.bin/locate/locate/locate.rc index 6c0a973ed3ade..807616c0daded 100644 --- a/usr.bin/locate/locate/locate.rc +++ b/usr.bin/locate/locate/locate.rc @@ -1,7 +1,7 @@ # # /etc/locate.rc - command script for updatedb(8) # -# $Id: locate.rc,v 1.1 1996/08/14 00:22:30 wosch Exp $ +# $Id: locate.rc,v 1.2 1996/09/05 20:18:14 guido Exp $ # # All commented values are the defaults diff --git a/usr.bin/locate/locate/mklocatedb.sh b/usr.bin/locate/locate/mklocatedb.sh index 9b538336dfc0b..f4c31e7f7a925 100644 --- a/usr.bin/locate/locate/mklocatedb.sh +++ b/usr.bin/locate/locate/mklocatedb.sh @@ -28,7 +28,7 @@ # # usage: mklocatedb [-presort] < filelist > database # -# $Id: mklocatedb.sh,v 1.1 1996/08/14 00:22:31 wosch Exp $ +# $Id: mklocatedb.sh,v 1.2 1996/08/27 20:04:25 wosch Exp $ # The directory containing locate subprograms diff --git a/usr.bin/locate/locate/updatedb.sh b/usr.bin/locate/locate/updatedb.sh index f0717e072ab48..31b5abb39c5f7 100644 --- a/usr.bin/locate/locate/updatedb.sh +++ b/usr.bin/locate/locate/updatedb.sh @@ -26,7 +26,7 @@ # # updatedb - update locate database for local mounted filesystems # -# $Id: updatedb.sh,v 1.4 1996/08/27 20:04:28 wosch Exp $ +# $Id: updatedb.sh,v 1.5 1996/10/12 20:29:25 wosch Exp $ LOCATE_CONFIG="/etc/locate.rc" if [ -f "$LOCATE_CONFIG" -a -r "$LOCATE_CONFIG" ]; then diff --git a/usr.bin/locate/locate/util.c b/usr.bin/locate/locate/util.c index 14d7ee35249dc..860a9dbfc8c3c 100644 --- a/usr.bin/locate/locate/util.c +++ b/usr.bin/locate/locate/util.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: util.c,v 1.2 1996/10/09 00:33:34 wosch Exp $ + * $Id: util.c,v 1.2.2.1 1997/07/22 07:25:33 charnier Exp $ */ diff --git a/usr.bin/lock/lock.c b/usr.bin/lock/lock.c index 8301c54bc75a2..bab87f2008b1e 100644 --- a/usr.bin/lock/lock.c +++ b/usr.bin/lock/lock.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)lock.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: lock.c,v 1.2.2.2 1997/08/29 05:29:29 imp Exp $"; + "$Id: lock.c,v 1.2.2.3 1997/09/15 08:32:17 jkh Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/lockf/Makefile b/usr.bin/lockf/Makefile index 47fb6ab863e1b..fd56328ba4b12 100644 --- a/usr.bin/lockf/Makefile +++ b/usr.bin/lockf/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/01/08 20:12:59 jdp Exp $ PROG= lockf CFLAGS+=-Wall diff --git a/usr.bin/lockf/lockf.1 b/usr.bin/lockf/lockf.1 index c55135e702900..d9ffd06d94fa3 100644 --- a/usr.bin/lockf/lockf.1 +++ b/usr.bin/lockf/lockf.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: lockf.1,v 1.1.1.1 1997/01/08 20:12:59 jdp Exp $ +.\" $Id: lockf.1,v 1.1.1.1.2.1 1997/01/09 20:01:46 jdp Exp $ .\" .Dd January 8, 1997 .Os FreeBSD diff --git a/usr.bin/lockf/lockf.c b/usr.bin/lockf/lockf.c index 24df2e5737ebb..858b109cee89f 100644 --- a/usr.bin/lockf/lockf.c +++ b/usr.bin/lockf/lockf.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: lockf.c,v 1.1.1.1.2.3 1997/08/29 05:29:30 imp Exp $ + * $Id: lockf.c,v 1.1.1.1.2.4 1997/09/15 08:32:18 jkh Exp $ */ #include <sys/types.h> diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c index d1ce5139b5301..dcabed3436215 100644 --- a/usr.bin/logger/logger.c +++ b/usr.bin/logger/logger.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)logger.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: logger.c,v 1.2.2.2 1997/08/29 05:29:31 imp Exp $"; + "$Id: logger.c,v 1.2.2.3 1997/09/15 08:32:18 jkh Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index 4444828ad94d3..5799916ba47e2 100644 --- a/usr.bin/login/Makefile +++ b/usr.bin/login/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id: Makefile,v 1.13 1995/05/30 06:31:25 rgrimes Exp $ +# $Id: Makefile,v 1.13.6.1 1997/05/10 21:20:13 davidn Exp $ PROG= login MAN1= login.1 diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index 2bff822d73e8d..304c3ef497a38 100644 --- a/usr.bin/login/login.1 +++ b/usr.bin/login/login.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)login.1 8.2 (Berkeley) 5/5/94 -.\" $Id: login.1,v 1.4.2.2 1997/05/10 21:20:14 davidn Exp $ +.\" $Id: login.1,v 1.4.2.3 1997/07/23 06:43:51 charnier Exp $ .\" .Dd May 5, 1994 .Dt LOGIN 1 diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index e89b0e5abe0ee..5b664d903973f 100644 --- a/usr.bin/login/login.c +++ b/usr.bin/login/login.c @@ -42,7 +42,7 @@ static char copyright[] = static char sccsid[] = "@(#)login.c 8.4 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: login.c,v 1.12.2.7 1997/10/19 09:35:12 joerg Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/logname/logname.1 b/usr.bin/logname/logname.1 index 9da16b146d6b5..f0f430fc6a85d 100644 --- a/usr.bin/logname/logname.1 +++ b/usr.bin/logname/logname.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)logname.1 8.1 (Berkeley) 6/9/93 -.\" $Id$ +.\" $Id: logname.1,v 1.2.2.2 1997/09/15 08:32:19 jkh Exp $ .\" .Dd June 9, 1993 .Dt LOGNAME 1 diff --git a/usr.bin/look/look.c b/usr.bin/look/look.c index 452cd845d47bd..30c8e416551ce 100644 --- a/usr.bin/look/look.c +++ b/usr.bin/look/look.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)look.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id: look.c,v 1.3.2.3 1997/09/15 08:32:20 jkh Exp $"; + "$Id: look.c,v 1.3.2.4 1997/09/15 11:02:45 jkh Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/lsvfs/Makefile b/usr.bin/lsvfs/Makefile index 3b25443ca3a2d..b41f380b4c453 100644 --- a/usr.bin/lsvfs/Makefile +++ b/usr.bin/lsvfs/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1 1994/09/22 01:25:55 wollman Exp $ PROG= lsvfs .include <bsd.prog.mk> diff --git a/usr.bin/lsvfs/lsvfs.1 b/usr.bin/lsvfs/lsvfs.1 index 703a620f517c2..d6adf1014d337 100644 --- a/usr.bin/lsvfs/lsvfs.1 +++ b/usr.bin/lsvfs/lsvfs.1 @@ -1,4 +1,4 @@ -.\" $Id: lsvfs.1,v 1.2 1995/03/16 18:37:46 wollman Exp $ +.\" $Id: lsvfs.1,v 1.3 1996/01/30 13:49:39 mpp Exp $ .\" Garrett A. Wollman, September 1994 .\" This file is in the public domain. .\" diff --git a/usr.bin/lsvfs/lsvfs.c b/usr.bin/lsvfs/lsvfs.c index 2a4589985293e..0842cf3719b9f 100644 --- a/usr.bin/lsvfs/lsvfs.c +++ b/usr.bin/lsvfs/lsvfs.c @@ -3,7 +3,7 @@ * Garrett A. Wollman, September 1994 * This file is in the public domain. * - * $Id: lsvfs.c,v 1.5 1995/03/16 21:43:03 wollman Exp $ + * $Id: lsvfs.c,v 1.5.6.1 1997/07/24 06:52:01 charnier Exp $ */ #include <sys/types.h> diff --git a/usr.bin/m4/eval.c b/usr.bin/m4/eval.c index aab6473cae2ca..d0eeefed5f4c8 100644 --- a/usr.bin/m4/eval.c +++ b/usr.bin/m4/eval.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)eval.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: eval.c,v 1.5.6.2 1997/07/24 06:53:36 charnier Exp $"; + "$Id: eval.c,v 1.5.6.3 1997/08/21 02:49:49 jlemon Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index ef2e65839d3e2..793e828ff2327 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -1,5 +1,5 @@ .\" -.\" @(#) $Id$ +.\" @(#) $Id: m4.1,v 1.1.8.2 1997/03/15 21:22:16 bde Exp $ .\" .Dd January 26, 1993 .Dt m4 1 diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c index 67f624cee14f5..fa492aea6d3f2 100644 --- a/usr.bin/m4/main.c +++ b/usr.bin/m4/main.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: main.c,v 1.3.6.2 1997/08/29 05:29:33 imp Exp $"; + "$Id: main.c,v 1.3.6.3 1997/09/15 08:41:35 jkh Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c index 9e9c70e87698f..65e5a8464d004 100644 --- a/usr.bin/m4/misc.c +++ b/usr.bin/m4/misc.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: misc.c,v 1.3.6.1 1997/07/24 06:53:38 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index 9083ce935b4b4..99498a531e2bc 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mail.1 8.2 (Berkeley) 12/30/93 -.\" $Id: mail.1,v 1.8.2.1 1997/01/15 04:47:23 mpp Exp $ +.\" $Id: mail.1,v 1.8.2.2 1997/09/15 08:41:46 jkh Exp $ .\" .Dd December 30, 1993 .Dt MAIL 1 diff --git a/usr.bin/mail/temp.c b/usr.bin/mail/temp.c index 37f6026a21b50..5023c1b7e029d 100644 --- a/usr.bin/mail/temp.c +++ b/usr.bin/mail/temp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)temp.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: temp.c,v 1.2.6.1 1997/07/28 06:43:49 charnier Exp $"; #endif /* not lint */ #include "rcv.h" diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index f9d830257308f..a084d12ad6cc9 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.2 (Berkeley) 12/28/90 -# $Id: Makefile,v 1.7 1996/10/06 12:43:14 jkh Exp $ +# $Id: Makefile,v 1.8 1996/10/06 13:02:43 steve Exp $ PROG= make CFLAGS+= -I${.CURDIR} diff --git a/usr.bin/make/PSD.doc/Makefile b/usr.bin/make/PSD.doc/Makefile index 432ff314964e5..9cc68b665e36c 100644 --- a/usr.bin/make/PSD.doc/Makefile +++ b/usr.bin/make/PSD.doc/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 8/14/93 -# $Id$ +# $Id: Makefile,v 1.2 1996/10/08 04:06:50 steve Exp $ DIR= psd/12.make SRCS= tutorial.ms diff --git a/usr.bin/make/PSD.doc/tutorial.ms b/usr.bin/make/PSD.doc/tutorial.ms index 4d478c31f509a..c25a7763938ab 100644 --- a/usr.bin/make/PSD.doc/tutorial.ms +++ b/usr.bin/make/PSD.doc/tutorial.ms @@ -35,7 +35,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tutorial.ms 8.1 (Berkeley) 8/18/93 -.\" $Id: tutorial.ms,v 1.3 1996/10/08 04:06:54 steve Exp $ +.\" $Id: tutorial.ms,v 1.4 1996/10/11 04:15:57 steve Exp $ .\" .EH 'PSD:12-%''PMake \*- A Tutorial' .OH 'PMake \*- A Tutorial''PSD:12-%' diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c index 769e6aebdd468..da49c931ac3fc 100644 --- a/usr.bin/make/arch.c +++ b/usr.bin/make/arch.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: arch.c,v 1.6 1996/10/08 04:05:33 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/buf.c b/usr.bin/make/buf.c index 462cbeff0713a..af2224250c66c 100644 --- a/usr.bin/make/buf.c +++ b/usr.bin/make/buf.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: buf.c,v 1.6 1996/10/08 04:05:36 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/buf.h b/usr.bin/make/buf.h index 562739d55765e..46689d410363e 100644 --- a/usr.bin/make/buf.h +++ b/usr.bin/make/buf.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)buf.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: buf.h,v 1.5 1996/10/08 04:05:38 steve Exp $ */ /*- diff --git a/usr.bin/make/compat.c b/usr.bin/make/compat.c index a64610303dbed..3be9ef9b2dfb9 100644 --- a/usr.bin/make/compat.c +++ b/usr.bin/make/compat.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: compat.c,v 1.6 1996/10/08 04:05:40 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c index d5c1fc2dc6caa..0fa1209ce26c1 100644 --- a/usr.bin/make/cond.c +++ b/usr.bin/make/cond.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: cond.c,v 1.5 1996/10/08 04:05:43 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/config.h b/usr.bin/make/config.h index d72e6543b0450..ee43fb30e9be4 100644 --- a/usr.bin/make/config.h +++ b/usr.bin/make/config.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)config.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: config.h,v 1.4 1996/10/08 04:05:45 steve Exp $ */ #define DEFSHELL 1 /* Bourne shell */ diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c index 9fcf94f91ca31..3a832254fc310 100644 --- a/usr.bin/make/dir.c +++ b/usr.bin/make/dir.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: dir.c,v 1.5 1996/10/08 04:05:47 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/dir.h b/usr.bin/make/dir.h index 62687c5e57e3a..8f1c1f9bccbe6 100644 --- a/usr.bin/make/dir.h +++ b/usr.bin/make/dir.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)dir.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: dir.h,v 1.4 1996/10/08 04:05:49 steve Exp $ */ /* dir.h -- diff --git a/usr.bin/make/for.c b/usr.bin/make/for.c index 3d8617f1420f3..d43fd9ed72683 100644 --- a/usr.bin/make/for.c +++ b/usr.bin/make/for.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: for.c,v 1.5 1996/10/08 04:05:50 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c index a8250a41402e2..86b42fc32cdc3 100644 --- a/usr.bin/make/hash.c +++ b/usr.bin/make/hash.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: hash.c,v 1.4 1996/10/08 04:05:51 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/hash.h b/usr.bin/make/hash.h index 6e88ed8f44d92..4b82d327fd759 100644 --- a/usr.bin/make/hash.h +++ b/usr.bin/make/hash.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)hash.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: hash.h,v 1.5 1996/10/08 04:05:52 steve Exp $ */ /* hash.h -- diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index 01e493f7464e4..52c3602f78787 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: job.c,v 1.5 1996/10/08 04:05:54 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h index 2f92a420d4227..6787ed2717658 100644 --- a/usr.bin/make/job.h +++ b/usr.bin/make/job.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)job.h 8.1 (Berkeley) 6/6/93 - * $Id: job.h,v 1.5 1996/10/08 04:05:56 steve Exp $ + * $Id: job.h,v 1.5.2.1 1997/09/15 09:20:39 jkh Exp $ */ /*- diff --git a/usr.bin/make/list.h b/usr.bin/make/list.h index fef9642505869..9ba9bebe854b6 100644 --- a/usr.bin/make/list.h +++ b/usr.bin/make/list.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)list.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: list.h,v 1.5 1996/10/08 04:05:57 steve Exp $ */ /* diff --git a/usr.bin/make/lst.h b/usr.bin/make/lst.h index 2d1d8674bc410..2e911e4a8d57b 100644 --- a/usr.bin/make/lst.h +++ b/usr.bin/make/lst.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)lst.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: lst.h,v 1.5 1996/10/08 04:05:58 steve Exp $ */ /*- diff --git a/usr.bin/make/lst.lib/lstAppend.c b/usr.bin/make/lst.lib/lstAppend.c index e936f730826b3..64066446d9ff3 100644 --- a/usr.bin/make/lst.lib/lstAppend.c +++ b/usr.bin/make/lst.lib/lstAppend.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstAppend.c,v 1.3 1996/10/08 04:07:10 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstAtEnd.c b/usr.bin/make/lst.lib/lstAtEnd.c index c4f7480963df6..37890744e1437 100644 --- a/usr.bin/make/lst.lib/lstAtEnd.c +++ b/usr.bin/make/lst.lib/lstAtEnd.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstAtEnd.c,v 1.3 1996/10/08 04:07:12 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstAtFront.c b/usr.bin/make/lst.lib/lstAtFront.c index 720e6635e17a9..6dfe7102b49c4 100644 --- a/usr.bin/make/lst.lib/lstAtFront.c +++ b/usr.bin/make/lst.lib/lstAtFront.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstAtFront.c,v 1.3 1996/10/08 04:07:13 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstClose.c b/usr.bin/make/lst.lib/lstClose.c index f28119f056d14..722c72a152513 100644 --- a/usr.bin/make/lst.lib/lstClose.c +++ b/usr.bin/make/lst.lib/lstClose.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstClose.c,v 1.3 1996/10/08 04:07:15 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstConcat.c b/usr.bin/make/lst.lib/lstConcat.c index 5cb8a67f63bbb..d7b3e83bccc33 100644 --- a/usr.bin/make/lst.lib/lstConcat.c +++ b/usr.bin/make/lst.lib/lstConcat.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstConcat.c,v 1.4 1996/10/08 04:07:17 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstDatum.c b/usr.bin/make/lst.lib/lstDatum.c index ec7d11c91e68c..1494423e91ba0 100644 --- a/usr.bin/make/lst.lib/lstDatum.c +++ b/usr.bin/make/lst.lib/lstDatum.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstDatum.c,v 1.2 1996/10/08 04:07:20 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstDeQueue.c b/usr.bin/make/lst.lib/lstDeQueue.c index 62335022c8386..85c7479fe0c2b 100644 --- a/usr.bin/make/lst.lib/lstDeQueue.c +++ b/usr.bin/make/lst.lib/lstDeQueue.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstDeQueue.c,v 1.3 1996/10/08 04:07:21 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstDestroy.c b/usr.bin/make/lst.lib/lstDestroy.c index e2414522ac61e..817dfbaafe70e 100644 --- a/usr.bin/make/lst.lib/lstDestroy.c +++ b/usr.bin/make/lst.lib/lstDestroy.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstDestroy.c,v 1.4 1996/10/08 04:07:23 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstDupl.c b/usr.bin/make/lst.lib/lstDupl.c index cc5e75e1ebb11..d8395badf15ca 100644 --- a/usr.bin/make/lst.lib/lstDupl.c +++ b/usr.bin/make/lst.lib/lstDupl.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstDupl.c,v 1.4 1996/10/08 04:07:25 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstEnQueue.c b/usr.bin/make/lst.lib/lstEnQueue.c index d7627f33b3e5c..20f725b5cb751 100644 --- a/usr.bin/make/lst.lib/lstEnQueue.c +++ b/usr.bin/make/lst.lib/lstEnQueue.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstEnQueue.c,v 1.3 1996/10/08 04:07:27 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstFind.c b/usr.bin/make/lst.lib/lstFind.c index fbbae66894102..f970784d2e8a5 100644 --- a/usr.bin/make/lst.lib/lstFind.c +++ b/usr.bin/make/lst.lib/lstFind.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstFind.c,v 1.3 1996/10/08 04:07:29 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstFindFrom.c b/usr.bin/make/lst.lib/lstFindFrom.c index 6c64cf1483fea..d9345fd0f0a08 100644 --- a/usr.bin/make/lst.lib/lstFindFrom.c +++ b/usr.bin/make/lst.lib/lstFindFrom.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstFindFrom.c,v 1.4 1996/10/08 04:07:31 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstFirst.c b/usr.bin/make/lst.lib/lstFirst.c index e7a30397d5555..554b5c1ec90c0 100644 --- a/usr.bin/make/lst.lib/lstFirst.c +++ b/usr.bin/make/lst.lib/lstFirst.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstFirst.c,v 1.2 1996/10/08 04:07:32 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstForEach.c b/usr.bin/make/lst.lib/lstForEach.c index 1688e9d36d7c2..c5437afb4f9bf 100644 --- a/usr.bin/make/lst.lib/lstForEach.c +++ b/usr.bin/make/lst.lib/lstForEach.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstForEach.c,v 1.3 1996/10/08 04:07:33 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstForEachFrom.c b/usr.bin/make/lst.lib/lstForEachFrom.c index 7692c57e78067..43bb9f201980d 100644 --- a/usr.bin/make/lst.lib/lstForEachFrom.c +++ b/usr.bin/make/lst.lib/lstForEachFrom.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstForEachFrom.c,v 1.4 1996/10/08 04:07:35 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstInit.c b/usr.bin/make/lst.lib/lstInit.c index a16fca27c4582..74841853c77c2 100644 --- a/usr.bin/make/lst.lib/lstInit.c +++ b/usr.bin/make/lst.lib/lstInit.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstInit.c,v 1.3 1996/10/08 04:07:36 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstInsert.c b/usr.bin/make/lst.lib/lstInsert.c index 8c4ebcb30b046..1f0929972e5bb 100644 --- a/usr.bin/make/lst.lib/lstInsert.c +++ b/usr.bin/make/lst.lib/lstInsert.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstInsert.c,v 1.3 1996/10/08 04:07:39 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstInt.h b/usr.bin/make/lst.lib/lstInt.h index 4260940680997..20bf137112706 100644 --- a/usr.bin/make/lst.lib/lstInt.h +++ b/usr.bin/make/lst.lib/lstInt.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)lstInt.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: lstInt.h,v 1.3 1996/10/08 04:07:40 steve Exp $ */ /*- diff --git a/usr.bin/make/lst.lib/lstIsAtEnd.c b/usr.bin/make/lst.lib/lstIsAtEnd.c index 2c480197c1e08..d7224c1474059 100644 --- a/usr.bin/make/lst.lib/lstIsAtEnd.c +++ b/usr.bin/make/lst.lib/lstIsAtEnd.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstIsAtEnd.c,v 1.2 1996/10/08 04:07:42 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstIsEmpty.c b/usr.bin/make/lst.lib/lstIsEmpty.c index 6a9a7bdb5a298..7280df76f0250 100644 --- a/usr.bin/make/lst.lib/lstIsEmpty.c +++ b/usr.bin/make/lst.lib/lstIsEmpty.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstIsEmpty.c,v 1.2 1996/10/08 04:07:44 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstLast.c b/usr.bin/make/lst.lib/lstLast.c index 49b2f8e39adcf..538743cd8c257 100644 --- a/usr.bin/make/lst.lib/lstLast.c +++ b/usr.bin/make/lst.lib/lstLast.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstLast.c,v 1.2 1996/10/08 04:07:46 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstMember.c b/usr.bin/make/lst.lib/lstMember.c index cc5cb4f416d40..d299da65721de 100644 --- a/usr.bin/make/lst.lib/lstMember.c +++ b/usr.bin/make/lst.lib/lstMember.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstMember.c,v 1.3 1996/10/08 04:07:50 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstNext.c b/usr.bin/make/lst.lib/lstNext.c index f6e2656e89ef4..8298c9aa699f0 100644 --- a/usr.bin/make/lst.lib/lstNext.c +++ b/usr.bin/make/lst.lib/lstNext.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstNext.c,v 1.3 1996/10/08 04:07:52 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstOpen.c b/usr.bin/make/lst.lib/lstOpen.c index fbb7d0e7b2985..1f836d4575131 100644 --- a/usr.bin/make/lst.lib/lstOpen.c +++ b/usr.bin/make/lst.lib/lstOpen.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstOpen.c,v 1.2 1996/10/08 04:07:53 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstRemove.c b/usr.bin/make/lst.lib/lstRemove.c index e84d301ec6267..0b6a86dbb7c89 100644 --- a/usr.bin/make/lst.lib/lstRemove.c +++ b/usr.bin/make/lst.lib/lstRemove.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstRemove.c,v 1.3 1996/10/08 04:07:57 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstReplace.c b/usr.bin/make/lst.lib/lstReplace.c index a2dcb459da2d2..bf34de2224409 100644 --- a/usr.bin/make/lst.lib/lstReplace.c +++ b/usr.bin/make/lst.lib/lstReplace.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstReplace.c,v 1.2 1996/10/08 04:07:58 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/lst.lib/lstSucc.c b/usr.bin/make/lst.lib/lstSucc.c index b43a00cb4dc0d..bf06f5139fe7a 100644 --- a/usr.bin/make/lst.lib/lstSucc.c +++ b/usr.bin/make/lst.lib/lstSucc.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lstSucc.c,v 1.2 1996/10/08 04:07:59 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index 09eddc9e52480..a75c974198a6a 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -47,7 +47,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.3 (Berkeley) 3/19/94"; #endif static const char rcsid[] = - "$Id: main.c,v 1.14.2.3 1997/08/29 05:29:34 imp Exp $"; + "$Id: main.c,v 1.14.2.4 1997/09/15 09:20:40 jkh Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 029526a3e5725..ab4fe42b848c1 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 -.\" $Id: make.1,v 1.6.2.2 1997/07/28 06:47:30 charnier Exp $ +.\" $Id: make.1,v 1.6.2.3 1997/09/15 09:20:40 jkh Exp $ .\" .Dd March 19, 1994 .Dt MAKE 1 diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c index c9c4b611126b1..805f730b05767 100644 --- a/usr.bin/make/make.c +++ b/usr.bin/make/make.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: make.c,v 1.6 1996/10/08 04:06:01 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h index 91e2d3aed7e8a..a7026a8b4d5db 100644 --- a/usr.bin/make/make.h +++ b/usr.bin/make/make.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)make.h 8.3 (Berkeley) 6/13/95 - * $Id$ + * $Id: make.h,v 1.5 1996/10/08 04:06:02 steve Exp $ */ /*- diff --git a/usr.bin/make/nonints.h b/usr.bin/make/nonints.h index 1c56450dbc72a..706a3dbf540b0 100644 --- a/usr.bin/make/nonints.h +++ b/usr.bin/make/nonints.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)nonints.h 8.3 (Berkeley) 3/19/94 - * $Id$ + * $Id: nonints.h,v 1.4 1996/10/08 04:06:04 steve Exp $ */ /* arch.c */ diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index 448aa9655c6ab..4621adff5069f 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)parse.c 8.3 (Berkeley) 3/19/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: parse.c,v 1.14.2.2 1997/07/28 06:47:31 charnier Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/pathnames.h b/usr.bin/make/pathnames.h index fa1d76e94ab72..a98387a321b86 100644 --- a/usr.bin/make/pathnames.h +++ b/usr.bin/make/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90 - * $Id: pathnames.h,v 1.4 1996/09/18 06:06:39 swallace Exp $ + * $Id: pathnames.h,v 1.5 1996/10/06 02:34:36 steve Exp $ */ #define _PATH_OBJDIR "obj" diff --git a/usr.bin/make/sprite.h b/usr.bin/make/sprite.h index d2646f4ba4fa3..867d3d0e9165f 100644 --- a/usr.bin/make/sprite.h +++ b/usr.bin/make/sprite.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)sprite.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: sprite.h,v 1.5 1996/10/08 04:06:07 steve Exp $ */ /* diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c index 03ea87a5d4733..7b766792d7930 100644 --- a/usr.bin/make/str.c +++ b/usr.bin/make/str.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: str.c,v 1.7 1996/10/08 04:06:08 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index 5d3cf9aa88a07..6a444ca09a588 100644 --- a/usr.bin/make/suff.c +++ b/usr.bin/make/suff.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: suff.c,v 1.6 1996/10/08 04:06:10 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c index 3fdc65b2ed184..5a3ba50b2727c 100644 --- a/usr.bin/make/targ.c +++ b/usr.bin/make/targ.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: targ.c,v 1.5 1996/10/08 04:06:13 steve Exp $ */ #ifndef lint diff --git a/usr.bin/make/util.c b/usr.bin/make/util.c index 62b0e79dab608..e8b7e8667a431 100644 --- a/usr.bin/make/util.c +++ b/usr.bin/make/util.c @@ -3,7 +3,7 @@ */ #ifndef lint -static char rcsid[] = "$Id$"; +static char rcsid[] = "$Id: util.c,v 1.2 1996/10/08 04:06:15 steve Exp $"; #endif #include <stdio.h> diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index f0d741cb0e0cb..76a5eab13f835 100644 --- a/usr.bin/make/var.c +++ b/usr.bin/make/var.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: var.c,v 1.7 1996/10/08 04:06:17 steve Exp $ */ #ifndef lint diff --git a/usr.bin/mesg/mesg.1 b/usr.bin/mesg/mesg.1 index a06fc224bf493..d9b357ee69086 100644 --- a/usr.bin/mesg/mesg.1 +++ b/usr.bin/mesg/mesg.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mesg.1 8.1 (Berkeley) 6/6/93 -.\" $Id: mesg.1,v 1.2.2.1 1997/03/29 20:02:34 mpp Exp $ +.\" $Id: mesg.1,v 1.2.2.2 1997/07/28 06:50:32 charnier Exp $ .\" .Dd June 6, 1993 .Dt MESG 1 diff --git a/usr.bin/mesg/mesg.c b/usr.bin/mesg/mesg.c index 0d95764164ef2..18561416643d3 100644 --- a/usr.bin/mesg/mesg.c +++ b/usr.bin/mesg/mesg.c @@ -47,7 +47,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mesg.c 8.2 (Berkeley) 1/21/94"; #endif static const char rcsid[] = - "$Id: mesg.c,v 1.1.1.1.8.2 1997/08/29 05:29:35 imp Exp $"; + "$Id: mesg.c,v 1.1.1.1.8.3 1997/09/15 09:20:42 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/mk_cmds/Makefile b/usr.bin/mk_cmds/Makefile index ef9a00e688a82..6a4b0cb64d77d 100644 --- a/usr.bin/mk_cmds/Makefile +++ b/usr.bin/mk_cmds/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1995/01/19 22:27:57 wollman Exp $ +# $Id: Makefile,v 1.3 1996/06/02 17:18:24 phk Exp $ PROG= mk_cmds # diff --git a/usr.bin/mkdep/mkdep.gcc.sh b/usr.bin/mkdep/mkdep.gcc.sh index aac39b5636761..10a4c9080b282 100644 --- a/usr.bin/mkdep/mkdep.gcc.sh +++ b/usr.bin/mkdep/mkdep.gcc.sh @@ -32,7 +32,7 @@ # SUCH DAMAGE. # # @(#)mkdep.gcc.sh 8.1 (Berkeley) 6/6/93 -# $Id: mkdep.gcc.sh,v 1.8 1996/10/27 15:53:18 wosch Exp $ +# $Id: mkdep.gcc.sh,v 1.8.2.1 1997/09/15 09:20:44 jkh Exp $ PATH=/bin:/usr/bin; export PATH diff --git a/usr.bin/mkfifo/mkfifo.1 b/usr.bin/mkfifo/mkfifo.1 index 3aa3ee993051a..4120c91ed25b7 100644 --- a/usr.bin/mkfifo/mkfifo.1 +++ b/usr.bin/mkfifo/mkfifo.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mkfifo.1 8.2 (Berkeley) 1/5/94 -.\" $Id$ +.\" $Id: mkfifo.1,v 1.2.2.3 1997/09/15 09:20:46 jkh Exp $ .\" .Dd January 5, 1994 .Dt MKFIFO 1 diff --git a/usr.bin/mkfifo/mkfifo.c b/usr.bin/mkfifo/mkfifo.c index 70d8a6950aa11..af663375064ac 100644 --- a/usr.bin/mkfifo/mkfifo.c +++ b/usr.bin/mkfifo/mkfifo.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mkfifo.c 8.2 (Berkeley) 1/5/94"; #endif static const char rcsid[] = - "$Id: mkfifo.c,v 1.1.1.1.8.2 1997/08/29 05:29:36 imp Exp $"; + "$Id: mkfifo.c,v 1.1.1.1.8.3 1997/09/15 09:20:46 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/mklocale/data/Makefile b/usr.bin/mklocale/data/Makefile index e5b20802d0b61..dc619e11c2fed 100644 --- a/usr.bin/mklocale/data/Makefile +++ b/usr.bin/mklocale/data/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3.2.1 1997/02/28 22:54:47 adam Exp $ +# $Id: Makefile,v 1.3.2.2 1997/09/15 09:20:49 jkh Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} diff --git a/usr.bin/mklocale/data/lt_LN.ISO_8859-2.src b/usr.bin/mklocale/data/lt_LN.ISO_8859-2.src index 3f9ad913e06a9..980775948957c 100644 --- a/usr.bin/mklocale/data/lt_LN.ISO_8859-2.src +++ b/usr.bin/mklocale/data/lt_LN.ISO_8859-2.src @@ -1,7 +1,7 @@ /* * LOCALE_CTYPE for the iso_8859_2 Locale * - * $Id$ + * $Id: lt_LN.ISO_8859-2.src,v 1.1 1997/02/28 19:51:39 wosch Exp $ */ ENCODING "NONE" diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c index 7f2efe25766c0..2ea5871dbe3cb 100644 --- a/usr.bin/mkstr/mkstr.c +++ b/usr.bin/mkstr/mkstr.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mkstr.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: mkstr.c,v 1.1.1.1.8.1 1997/07/28 06:57:00 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/modstat/Makefile b/usr.bin/modstat/Makefile index c7f18f1cbf4a5..bf523d7301c02 100644 --- a/usr.bin/modstat/Makefile +++ b/usr.bin/modstat/Makefile @@ -33,7 +33,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.1 1994/08/19 12:14:02 davidg Exp $ +# $Id: Makefile,v 1.2 1996/05/30 02:19:03 pst Exp $ # PROG= modstat diff --git a/usr.bin/modstat/modstat.8 b/usr.bin/modstat/modstat.8 index b69672a04fc38..8a086f6d50b1b 100644 --- a/usr.bin/modstat/modstat.8 +++ b/usr.bin/modstat/modstat.8 @@ -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: modstat.8,v 1.2.8.1 1996/12/04 16:08:27 phk Exp $ +.\" $Id: modstat.8,v 1.2.8.2 1997/07/30 06:42:43 charnier Exp $ .\" .Dd June 7, 1993 .Dt MODSTAT 8 diff --git a/usr.bin/modstat/modstat.c b/usr.bin/modstat/modstat.c index 5f080d631a6ec..8aeb24879b40b 100644 --- a/usr.bin/modstat/modstat.c +++ b/usr.bin/modstat/modstat.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: modstat.c,v 1.4.2.2 1997/08/29 05:29:36 imp Exp $"; + "$Id: modstat.c,v 1.4.2.3 1997/09/15 09:20:51 jkh Exp $"; #endif /* not lint */ #include <a.out.h> diff --git a/usr.bin/more/Makefile b/usr.bin/more/Makefile index aaccab077b4d9..1e89528f1ef49 100644 --- a/usr.bin/more/Makefile +++ b/usr.bin/more/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.3 1995/02/21 03:46:45 wollman Exp $ +# $Id: Makefile,v 1.4 1995/07/25 00:36:40 bde Exp $ PROG= more CFLAGS+=-I${.CURDIR} -DTERMIOS diff --git a/usr.bin/more/option.c b/usr.bin/more/option.c index e99a688d45f97..d55ad27bea4c5 100644 --- a/usr.bin/more/option.c +++ b/usr.bin/more/option.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)option.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: option.c,v 1.1.1.1.8.2 1997/08/29 05:29:37 imp Exp $"; + "$Id: option.c,v 1.1.1.1.8.3 1997/09/15 09:20:52 jkh Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/msgs/Makefile b/usr.bin/msgs/Makefile index 8613f79cb5eab..922893f5d2e5c 100644 --- a/usr.bin/msgs/Makefile +++ b/usr.bin/msgs/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.3 1995/02/21 04:15:13 wollman Exp $ PROG= msgs DPADD= ${LIBTERMCAP} diff --git a/usr.bin/msgs/msgs.c b/usr.bin/msgs/msgs.c index 5540883c29922..830e31487e173 100644 --- a/usr.bin/msgs/msgs.c +++ b/usr.bin/msgs/msgs.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)msgs.c 8.2 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id$"; + "$Id: msgs.c,v 1.8.2.1 1997/07/30 06:46:41 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/mt/Makefile b/usr.bin/mt/Makefile index 74e987accca0e..ab94b426c4866 100644 --- a/usr.bin/mt/Makefile +++ b/usr.bin/mt/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.2 1997/08/22 14:21:51 jmg Exp $ +# $Id: Makefile,v 1.1.1.1.8.1 1997/08/25 12:51:40 jmg Exp $ PROG= mt CFLAGS+=-I${.CURDIR}/../../sys diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index d1c498e68216f..efdac0c25eb6d 100644 --- a/usr.bin/mt/mt.c +++ b/usr.bin/mt/mt.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id: mt.c,v 1.9.2.3 1997/08/29 05:29:38 imp Exp $"; + "$Id: mt.c,v 1.9.2.4 1997/09/15 09:20:54 jkh Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/netstat/atalk.c b/usr.bin/netstat/atalk.c index 49717e68299db..aebb3ba2f856e 100644 --- a/usr.bin/netstat/atalk.c +++ b/usr.bin/netstat/atalk.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)atalk.c 1.1 (Whistle) 6/6/96"; */ static const char rcsid[] = - "$Id: atalk.c,v 1.6 1996/10/28 18:56:31 wollman Exp $"; + "$Id: atalk.c,v 1.6.2.1 1997/07/30 06:52:04 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 84ba041348753..c7d45808cd364 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; */ static const char rcsid[] = - "$Id$"; + "$Id: inet.c,v 1.21 1996/10/28 18:56:34 wollman Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c index 7ce9c9ee76ffe..6b32513a9b136 100644 --- a/usr.bin/netstat/ipx.c +++ b/usr.bin/netstat/ipx.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ns.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$Id: ipx.c,v 1.4.2.1 1997/06/28 09:23:50 jhay Exp $"; + "$Id: ipx.c,v 1.4.2.2 1997/07/30 06:52:05 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/iso.c b/usr.bin/netstat/iso.c index ade41449ce7c8..937bf1ababfc1 100644 --- a/usr.bin/netstat/iso.c +++ b/usr.bin/netstat/iso.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)iso.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ /* - * $Header: /home/ncvs/src/usr.bin/netstat/iso.c,v 1.1.1.1 1994/05/27 12:32:25 rgrimes Exp $ + * $Header: /home/ncvs/src/usr.bin/netstat/iso.c,v 1.2 1995/04/09 05:33:17 davidg Exp $ * $Source: /home/ncvs/src/usr.bin/netstat/iso.c,v $ */ /******************************************************************************* diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index 2bed235279ac9..495dcd36627b8 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -42,7 +42,7 @@ char const copyright[] = static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 3/1/94"; #endif static const char rcsid[] = - "$Id: main.c,v 1.16.2.2 1997/07/30 06:52:05 charnier Exp $"; + "$Id: main.c,v 1.16.2.3 1997/08/29 05:29:39 imp Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c index e689f6f05ea36..8d5fb365d1479 100644 --- a/usr.bin/netstat/mbuf.c +++ b/usr.bin/netstat/mbuf.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)mbuf.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: mbuf.c,v 1.4.2.1 1997/07/30 06:52:05 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 6ed4c004e1b86..e280db80535d3 100644 --- a/usr.bin/netstat/route.c +++ b/usr.bin/netstat/route.c @@ -36,7 +36,7 @@ static char sccsid[] = "From: @(#)route.c 8.6 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: route.c,v 1.21.2.1 1997/06/28 09:23:54 jhay Exp $"; + "$Id: route.c,v 1.21.2.2 1997/07/30 06:52:06 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index a37da93002fcb..3f644c2a94cec 100644 --- a/usr.bin/netstat/unix.c +++ b/usr.bin/netstat/unix.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)unix.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: unix.c,v 1.3.2.1 1997/07/30 06:52:06 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/nfsstat/nfsstat.1 b/usr.bin/nfsstat/nfsstat.1 index 1e0520a714310..a673d1fe9c01e 100644 --- a/usr.bin/nfsstat/nfsstat.1 +++ b/usr.bin/nfsstat/nfsstat.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)nfsstat.1 8.1 (Berkeley) 6/6/93 -.\" $Id: nfsstat.1,v 1.4.2.1 1997/05/03 21:10:29 max Exp $ +.\" $Id: nfsstat.1,v 1.4.2.2 1997/09/15 09:20:54 jkh Exp $ .\" .Dd June 6, 1993 .Dt NFSSTAT 1 diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c index 03c28cbce81e8..604040a356789 100644 --- a/usr.bin/nfsstat/nfsstat.c +++ b/usr.bin/nfsstat/nfsstat.c @@ -43,7 +43,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "From: @(#)nfsstat.c 8.1 (Berkeley) 6/6/93";*/ static const char rcsid[] = - "$Id: nfsstat.c,v 1.6.2.1 1997/08/29 05:29:39 imp Exp $"; + "$Id: nfsstat.c,v 1.6.2.2 1997/09/15 09:20:55 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index 148b0cabcc0b2..627acc54ea5af 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nice.1 8.1 (Berkeley) 6/6/93 -.\" $Id: nice.1,v 1.1.1.1.8.2 1997/03/06 07:44:50 mpp Exp $ +.\" $Id: nice.1,v 1.1.1.1.8.3 1997/09/15 09:20:56 jkh Exp $ .\" .Dd June 6, 1993 .Dt NICE 1 diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1 index 49aeab7c739be..1da695c349cc3 100644 --- a/usr.bin/nm/nm.1 +++ b/usr.bin/nm/nm.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nm.1 8.1 (Berkeley) 6/6/93 -.\" $Id: nm.1,v 1.4.2.1 1997/03/06 07:44:53 mpp Exp $ +.\" $Id: nm.1,v 1.4.2.2 1997/08/01 06:33:52 charnier Exp $ .\" .Dd June 6, 1993 .Dt NM 1 diff --git a/usr.bin/nm/nm.c b/usr.bin/nm/nm.c index 42d95fd3f8401..c3f8684d1c605 100644 --- a/usr.bin/nm/nm.c +++ b/usr.bin/nm/nm.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)nm.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: nm.c,v 1.9.2.2 1997/08/29 05:29:40 imp Exp $"; + "$Id: nm.c,v 1.9.2.3 1997/09/15 09:20:57 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/nohup/nohup.c b/usr.bin/nohup/nohup.c index 7b32e2ff02aef..823ce61a67db7 100644 --- a/usr.bin/nohup/nohup.c +++ b/usr.bin/nohup/nohup.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)nohup.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: nohup.c,v 1.1.1.1.8.1 1997/08/01 06:35:23 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/opieinfo/Makefile b/usr.bin/opieinfo/Makefile index 1e3f9778feb3e..c17edba79096e 100644 --- a/usr.bin/opieinfo/Makefile +++ b/usr.bin/opieinfo/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1.1.1.2.1 1997/02/22 04:59:30 nate Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/opiekey/Makefile b/usr.bin/opiekey/Makefile index de04e8daa6e06..4f0d3c72aedc3 100644 --- a/usr.bin/opiekey/Makefile +++ b/usr.bin/opiekey/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1.1.1.2.1 1997/02/22 05:00:19 nate Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/opiepasswd/Makefile b/usr.bin/opiepasswd/Makefile index bb52c8229bcd7..a00c96a861507 100644 --- a/usr.bin/opiepasswd/Makefile +++ b/usr.bin/opiepasswd/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1.1.1.2.1 1997/02/22 04:58:12 nate Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/pagesize/pagesize.sh b/usr.bin/pagesize/pagesize.sh index 950ec81afc687..9e13026600462 100644 --- a/usr.bin/pagesize/pagesize.sh +++ b/usr.bin/pagesize/pagesize.sh @@ -32,7 +32,7 @@ # SUCH DAMAGE. # # @(#)pagesize.sh 8.1 (Berkeley) 4/3/94 -# $Id: pagesize.sh,v 1.2 1996/11/05 07:17:33 wosch Exp $ +# $Id: pagesize.sh,v 1.1.1.1.8.1 1996/11/06 09:35:20 phk Exp $ # PATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index 01dc336813767..74fd30c3e02a0 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 4/2/94 -# $Id: Makefile,v 1.19.2.1 1996/11/05 20:13:30 phk Exp $ +# $Id: Makefile,v 1.19.2.2 1997/05/10 21:32:32 davidn Exp $ PROG= passwd SRCS= local_passwd.c yppasswd_private_xdr.c yppasswd_comm.c yp_passwd.c \ diff --git a/usr.bin/passwd/extern.h b/usr.bin/passwd/extern.h index 7a4bd127c98d6..43c2d8e6ab26c 100644 --- a/usr.bin/passwd/extern.h +++ b/usr.bin/passwd/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)extern.h 8.1 (Berkeley) 4/2/94 - * $Id$ + * $Id: extern.h,v 1.2 1995/01/20 22:03:36 wollman Exp $ */ int krb_passwd __P((char *, char *, char *, char *)); diff --git a/usr.bin/passwd/local_passwd.c b/usr.bin/passwd/local_passwd.c index 605cf6571f60f..a3fc14a942a29 100644 --- a/usr.bin/passwd/local_passwd.c +++ b/usr.bin/passwd/local_passwd.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: local_passwd.c,v 1.9.2.1 1996/11/05 20:13:31 phk Exp $ + * $Id: local_passwd.c,v 1.9.2.2 1997/05/10 21:32:33 davidn Exp $ */ #ifndef lint diff --git a/usr.bin/passwd/passwd.c b/usr.bin/passwd/passwd.c index e337b531b1270..f1f7b6afcb7ea 100644 --- a/usr.bin/passwd/passwd.c +++ b/usr.bin/passwd/passwd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)passwd.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id: passwd.c,v 1.9.2.1 1997/05/10 21:32:33 davidn Exp $"; + "$Id: passwd.c,v 1.9.2.2 1997/08/01 06:39:47 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c index bba63a3bcaa99..e67ad2f674fd5 100644 --- a/usr.bin/paste/paste.c +++ b/usr.bin/paste/paste.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)paste.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: paste.c,v 1.1.1.1.8.2 1997/08/05 03:40:23 asami Exp $"; + "$Id: paste.c,v 1.1.1.1.8.3 1997/08/29 05:29:41 imp Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index c8143cb2e5153..06d4b2865a769 100644 --- a/usr.bin/pr/pr.1 +++ b/usr.bin/pr/pr.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pr.1 8.3 (Berkeley) 4/18/94 -.\" $Id: pr.1,v 1.2 1996/08/29 18:06:06 wosch Exp $ +.\" $Id: pr.1,v 1.2.2.1 1997/08/05 06:31:54 charnier Exp $ .\" .Dd April 18, 1994 .Dt PR 1 diff --git a/usr.bin/quota/quota.1 b/usr.bin/quota/quota.1 index 96a250a22407b..4490bf6244258 100644 --- a/usr.bin/quota/quota.1 +++ b/usr.bin/quota/quota.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)quota.1 8.1 (Berkeley) 6/6/93 -.\" $Id: quota.1,v 1.3 1996/10/05 22:27:14 wosch Exp $ +.\" $Id: quota.1,v 1.3.2.1 1997/08/05 06:36:34 charnier Exp $ .\" .Dd June 6, 1993 .Dt QUOTA 1 diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c index 9fd27642e5aa5..3744bb85c883a 100644 --- a/usr.bin/quota/quota.c +++ b/usr.bin/quota/quota.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "from: @(#)quota.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: quota.c,v 1.5.2.2 1997/08/29 05:29:44 imp Exp $"; + "$Id: quota.c,v 1.5.2.3 1997/09/15 10:19:35 jkh Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/ranlib/build.c b/usr.bin/ranlib/build.c index eedb7215d08d3..d07725e58f3cf 100644 --- a/usr.bin/ranlib/build.c +++ b/usr.bin/ranlib/build.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)build.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: build.c,v 1.5.2.1 1997/08/05 06:39:13 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/ranlib/misc.c b/usr.bin/ranlib/misc.c index 97e970de11404..f6a16d881badf 100644 --- a/usr.bin/ranlib/misc.c +++ b/usr.bin/ranlib/misc.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: misc.c,v 1.3.2.1 1997/08/05 06:39:13 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ranlib/ranlib.1 b/usr.bin/ranlib/ranlib.1 index 6f74e1f3361f7..c3593870b7907 100644 --- a/usr.bin/ranlib/ranlib.1 +++ b/usr.bin/ranlib/ranlib.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ranlib.1 8.1 (Berkeley) 6/6/93 -.\" $Id: ranlib.1,v 1.3 1996/10/05 22:27:16 wosch Exp $ +.\" $Id: ranlib.1,v 1.3.2.1 1997/08/05 06:39:14 charnier Exp $ .\" .Dd June 6, 1993 .Dt RANLIB 1 diff --git a/usr.bin/ranlib/ranlib.c b/usr.bin/ranlib/ranlib.c index 422f66aa56df8..e7635b912aa8f 100644 --- a/usr.bin/ranlib/ranlib.c +++ b/usr.bin/ranlib/ranlib.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ranlib.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: ranlib.c,v 1.2.2.2 1997/08/29 05:29:44 imp Exp $"; + "$Id: ranlib.c,v 1.2.2.3 1997/09/15 10:19:37 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/ranlib/touch.c b/usr.bin/ranlib/touch.c index 93670b39b6964..a005e5ed2f9d6 100644 --- a/usr.bin/ranlib/touch.c +++ b/usr.bin/ranlib/touch.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)touch.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: touch.c,v 1.3.2.1 1997/08/05 06:39:15 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/rdist/docmd.c b/usr.bin/rdist/docmd.c index cfa924469a9fd..b1ed9673bcbe1 100644 --- a/usr.bin/rdist/docmd.c +++ b/usr.bin/rdist/docmd.c @@ -34,7 +34,7 @@ #ifndef lint /*static char sccsid[] = "From: @(#)docmd.c 8.1 (Berkeley) 6/9/93";*/ static const char rcsid[] = - "$Id: docmd.c,v 1.6.2.1 1997/02/23 23:44:00 joerg Exp $"; + "$Id: docmd.c,v 1.6.2.2 1997/10/09 14:13:20 jkh Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/rdist/main.c b/usr.bin/rdist/main.c index 6bb56a47db6a0..6fe03111ba937 100644 --- a/usr.bin/rdist/main.c +++ b/usr.bin/rdist/main.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: main.c,v 1.2.2.1 1997/08/06 06:38:59 charnier Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/rdist/rshrcmd.c b/usr.bin/rdist/rshrcmd.c index 0a81b414e7c0d..98e977f784586 100644 --- a/usr.bin/rdist/rshrcmd.c +++ b/usr.bin/rdist/rshrcmd.c @@ -6,7 +6,7 @@ #ifndef lint static char RCSid[] = -"$Id: rshrcmd.c,v 1.1 1996/08/10 07:54:17 peter Exp $"; +"$Id: rshrcmd.c,v 1.1.2.1 1996/12/14 14:04:52 joerg Exp $"; #endif #include "defs.h" diff --git a/usr.bin/renice/renice.c b/usr.bin/renice/renice.c index 5962ed1707e31..97dcf7a873fcb 100644 --- a/usr.bin/renice/renice.c +++ b/usr.bin/renice/renice.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)renice.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: renice.c,v 1.2.6.1 1997/08/06 06:40:17 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/rlogin/krcmd.c b/usr.bin/rlogin/krcmd.c index cb9c98f87f4d8..2810d4d468920 100644 --- a/usr.bin/rlogin/krcmd.c +++ b/usr.bin/rlogin/krcmd.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)krcmd.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ /* - * $Source: /home/ncvs/src/usr.bin/rlogin/krcmd.c,v $ + * $Source: /home/ncvs/src/usr.bin/rlogin/Attic/krcmd.c,v $ * $Header: /mit/kerberos/ucb/mit/kcmd/RCS/krcmd.c,v 5.1 * 89/07/25 15:38:44 kfall Exp Locker: kfall $ * static char *rcsid_kcmd_c = diff --git a/usr.bin/rlogin/rlogin.c b/usr.bin/rlogin/rlogin.c index f066c1bf32c6c..f1598fd62f83b 100644 --- a/usr.bin/rlogin/rlogin.c +++ b/usr.bin/rlogin/rlogin.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)rlogin.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: rlogin.c,v 1.13.2.2 1997/08/29 05:29:46 imp Exp $"; + "$Id: rlogin.c,v 1.13.2.3 1997/09/15 10:19:44 jkh Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/rpcgen/rpc_cout.c b/usr.bin/rpcgen/rpc_cout.c index f8dd6b362b313..8a91042894c2f 100644 --- a/usr.bin/rpcgen/rpc_cout.c +++ b/usr.bin/rpcgen/rpc_cout.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)rpc_cout.c 1.13 89/02/22 (C) 1987 SMI"; #endif static const char rcsid[] = - "$Id$"; + "$Id: rpc_cout.c,v 1.4.2.1 1997/08/07 06:38:41 charnier Exp $"; #endif /* diff --git a/usr.bin/rpcgen/rpc_main.c b/usr.bin/rpcgen/rpc_main.c index 10539db5aadc6..42e2d58a1258c 100644 --- a/usr.bin/rpcgen/rpc_main.c +++ b/usr.bin/rpcgen/rpc_main.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)rpc_main.c 1.30 89/03/30 (C) 1987 SMI"; #endif static const char rcsid[] = - "$Id$"; + "$Id: rpc_main.c,v 1.5.2.1 1997/08/07 06:38:42 charnier Exp $"; #endif /* diff --git a/usr.bin/rpcgen/rpc_tblout.c b/usr.bin/rpcgen/rpc_tblout.c index 00b5561e76817..c016b6991efaf 100644 --- a/usr.bin/rpcgen/rpc_tblout.c +++ b/usr.bin/rpcgen/rpc_tblout.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)rpc_tblout.c 1.4 89/02/22 (C) 1988 SMI"; #endif static const char rcsid[] = - "$Id$"; + "$Id: rpc_tblout.c,v 1.2.2.1 1997/08/07 06:38:42 charnier Exp $"; #endif /* diff --git a/usr.bin/rpcgen/rpc_util.c b/usr.bin/rpcgen/rpc_util.c index 175cf29fb3f34..36176275efa0f 100644 --- a/usr.bin/rpcgen/rpc_util.c +++ b/usr.bin/rpcgen/rpc_util.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)rpc_util.c 1.11 89/02/22 (C) 1987 SMI"; #endif static const char rcsid[] = - "$Id$"; + "$Id: rpc_util.c,v 1.4.2.1 1997/08/07 06:38:42 charnier Exp $"; #endif /* diff --git a/usr.bin/rpcinfo/Makefile b/usr.bin/rpcinfo/Makefile index 1605846fbea1e..4b2f3ee88fa73 100644 --- a/usr.bin/rpcinfo/Makefile +++ b/usr.bin/rpcinfo/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.2 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.2 1993/11/10 03:46:45 smace Exp $ +# $Id: Makefile,v 1.1 1994/08/07 18:23:23 wollman Exp $ PROG= rpcinfo MAN8 = rpcinfo.8 diff --git a/usr.bin/rpcinfo/rpcinfo.8 b/usr.bin/rpcinfo/rpcinfo.8 index 09467a7b99519..c363644ae073a 100644 --- a/usr.bin/rpcinfo/rpcinfo.8 +++ b/usr.bin/rpcinfo/rpcinfo.8 @@ -1,5 +1,5 @@ .\" from: @(#)rpcinfo.8c 2.2 88/08/03 4.0 RPCSRC; from 1.24 88/02/25 SMI -.\" $Id: rpcinfo.8,v 1.1 1994/08/07 18:23:24 wollman Exp $ +.\" $Id: rpcinfo.8,v 1.1.8.1 1997/08/07 06:40:10 charnier Exp $ .\" .Dd December 17, 1987 .Dt RPCINFO 8 diff --git a/usr.bin/rpcinfo/rpcinfo.c b/usr.bin/rpcinfo/rpcinfo.c index bd8945e79df84..ef6b59aa7ff9c 100644 --- a/usr.bin/rpcinfo/rpcinfo.c +++ b/usr.bin/rpcinfo/rpcinfo.c @@ -2,7 +2,7 @@ /*static char sccsid[] = "from: @(#)rpcinfo.c 1.22 87/08/12 SMI";*/ /*static char sccsid[] = "from: @(#)rpcinfo.c 2.2 88/08/11 4.0 RPCSRC";*/ static char rcsid[] = - "$Id: rpcinfo.c,v 1.2.6.2 1997/08/29 05:29:46 imp Exp $"; + "$Id: rpcinfo.c,v 1.2.6.3 1997/09/15 10:19:46 jkh Exp $"; #endif /* diff --git a/usr.bin/rs/rs.c b/usr.bin/rs/rs.c index a023db94f9435..04fd33be81666 100644 --- a/usr.bin/rs/rs.c +++ b/usr.bin/rs/rs.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)rs.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: rs.c,v 1.2.2.1 1997/08/08 07:51:52 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c index 5b55902b5d079..86ecc785e5f17 100644 --- a/usr.bin/rsh/rsh.c +++ b/usr.bin/rsh/rsh.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "From: @(#)rsh.c 8.3 (Berkeley) 4/6/94"; #endif static char rcsid[] = - "$Id: rsh.c,v 1.8.2.2 1997/08/29 05:29:47 imp Exp $"; + "$Id: rsh.c,v 1.8.2.3 1997/09/15 10:19:51 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/rup/Makefile b/usr.bin/rup/Makefile index 1d53109f824f4..4882354332bcd 100644 --- a/usr.bin/rup/Makefile +++ b/usr.bin/rup/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1993/11/10 03:47:06 smace Exp $ +# $Id: Makefile,v 1.1.1.1 1994/08/28 15:01:31 csgr Exp $ PROG= rup MAN1= rup.1 diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1 index d5be15021bd02..eae2fe2f4743a 100644 --- a/usr.bin/rup/rup.1 +++ b/usr.bin/rup/rup.1 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rup.1,v 1.3 1996/01/30 13:50:33 mpp Exp $ +.\" $Id: rup.1,v 1.3.2.1 1997/08/08 12:06:40 charnier Exp $ .\" .Dd June 7, 1993 .Dt RUP 1 diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c index a04257d8e2ef0..414d1ab981a0d 100644 --- a/usr.bin/rup/rup.c +++ b/usr.bin/rup/rup.c @@ -33,7 +33,7 @@ #ifndef lint static char rcsid[] = - "$Id: rup.c,v 1.4.2.1 1997/08/08 12:06:41 charnier Exp $"; + "$Id: rup.c,v 1.4.2.2 1997/09/15 10:19:53 jkh Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/ruptime/ruptime.1 b/usr.bin/ruptime/ruptime.1 index 3e48bce413eab..9b38019a13e3a 100644 --- a/usr.bin/ruptime/ruptime.1 +++ b/usr.bin/ruptime/ruptime.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ruptime.1 8.2 (Berkeley) 4/5/94 -.\" $Id$ +.\" $Id: ruptime.1,v 1.2 1996/09/23 22:24:20 wosch Exp $ .\" .Dd April 5, 1994 .Dt RUPTIME 1 diff --git a/usr.bin/ruptime/ruptime.c b/usr.bin/ruptime/ruptime.c index 0d91a7d41737c..3ca301e65a7d0 100644 --- a/usr.bin/ruptime/ruptime.c +++ b/usr.bin/ruptime/ruptime.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -/* $Id: ruptime.c,v 1.7.2.1 1997/08/29 05:29:51 imp Exp $ */ +/* $Id: ruptime.c,v 1.7.2.2 1997/09/15 10:19:55 jkh Exp $ */ #ifndef lint static char copyright[] = diff --git a/usr.bin/rusers/Makefile b/usr.bin/rusers/Makefile index 6e2fd6ab2fc61..eeb303266378a 100644 --- a/usr.bin/rusers/Makefile +++ b/usr.bin/rusers/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1993/11/10 03:47:23 smace Exp $ +# $Id: Makefile,v 1.1.1.1 1994/08/28 15:06:02 csgr Exp $ PROG = rusers MAN1 = rusers.1 diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1 index 70fac73c9c493..52ce383ab15c2 100644 --- a/usr.bin/rusers/rusers.1 +++ b/usr.bin/rusers/rusers.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rusers.1 6.7 (Berkeley) 4/23/91 -.\" $Id: rusers.1,v 1.2.2.1 1997/03/06 07:45:03 mpp Exp $ +.\" $Id: rusers.1,v 1.2.2.2 1997/08/11 07:11:23 charnier Exp $ .\" .Dd April 23, 1991 .Dt RUSERS 1 diff --git a/usr.bin/rusers/rusers.c b/usr.bin/rusers/rusers.c index 3cb699364b496..d82a35a2c3780 100644 --- a/usr.bin/rusers/rusers.c +++ b/usr.bin/rusers/rusers.c @@ -33,7 +33,7 @@ #ifndef lint static char rcsid[] = - "$Id: rusers.c,v 1.2.6.1 1997/08/11 07:11:24 charnier Exp $"; + "$Id: rusers.c,v 1.2.6.2 1997/09/15 10:19:57 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/rwall/Makefile b/usr.bin/rwall/Makefile index 07bb67880ebd6..e78348bc308f2 100644 --- a/usr.bin/rwall/Makefile +++ b/usr.bin/rwall/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1993/11/10 03:47:37 smace Exp $ +# $Id: Makefile,v 1.1.1.1 1994/08/28 15:11:02 csgr Exp $ PROG = rwall MAN1 = rwall.1 diff --git a/usr.bin/rwall/rwall.1 b/usr.bin/rwall/rwall.1 index 6ce779908201c..920ca13f26af2 100644 --- a/usr.bin/rwall/rwall.1 +++ b/usr.bin/rwall/rwall.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rwall.1 6.7 (Berkeley) 4/23/91 -.\" $Id: rwall.1,v 1.1.1.1.8.1 1997/03/06 07:45:05 mpp Exp $ +.\" $Id: rwall.1,v 1.1.1.1.8.2 1997/08/11 07:13:00 charnier Exp $ .\" .Dd April 23, 1991 .Dt RWALL 1 diff --git a/usr.bin/rwall/rwall.c b/usr.bin/rwall/rwall.c index 1acf445c402f8..48fdb590f9b9f 100644 --- a/usr.bin/rwall/rwall.c +++ b/usr.bin/rwall/rwall.c @@ -43,7 +43,7 @@ char const copyright[] = static char sccsid[] = "from: @(#)wall.c 5.14 (Berkeley) 3/2/91"; #endif static char rcsid[] = - "$Id: rwall.c,v 1.2 1995/05/30 06:33:30 rgrimes Exp $"; + "$Id: rwall.c,v 1.2.6.1 1997/08/11 07:13:00 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/rwho/rwho.c b/usr.bin/rwho/rwho.c index 94f479a81a8b9..837cfcd8e1fcf 100644 --- a/usr.bin/rwho/rwho.c +++ b/usr.bin/rwho/rwho.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)rwho.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: rwho.c,v 1.7.2.1 1997/08/11 07:14:28 charnier Exp $"; + "$Id: rwho.c,v 1.7.2.2 1997/08/29 05:29:52 imp Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/sasc/sasc.1 b/usr.bin/sasc/sasc.1 index 6aa4f0f1690e6..904fd9c5fae6f 100644 --- a/usr.bin/sasc/sasc.1 +++ b/usr.bin/sasc/sasc.1 @@ -28,7 +28,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: sasc.1,v 1.3 1996/01/30 13:50:40 mpp Exp $ +.\" $Id: sasc.1,v 1.3.2.1 1997/08/11 07:16:15 charnier Exp $ .\" .Dd January 6, 1995 .Dt SASC 1 diff --git a/usr.bin/sasc/sasc.c b/usr.bin/sasc/sasc.c index e811abfd91776..98fc262f100a9 100644 --- a/usr.bin/sasc/sasc.c +++ b/usr.bin/sasc/sasc.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: sasc.c,v 1.2.2.1 1997/08/11 07:16:16 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c index 18931b7cffebd..721c721f4ca90 100644 --- a/usr.bin/script/script.c +++ b/usr.bin/script/script.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)script.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: script.c,v 1.3.2.1 1997/08/11 07:17:45 charnier Exp $"; + "$Id: script.c,v 1.3.2.2 1997/08/29 05:29:52 imp Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/sed/compile.c b/usr.bin/sed/compile.c index 04bac84d21c4b..9ddbaf3ab482a 100644 --- a/usr.bin/sed/compile.c +++ b/usr.bin/sed/compile.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)compile.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: compile.c,v 1.8.2.1 1997/08/12 06:36:11 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/sed/main.c b/usr.bin/sed/main.c index 96ae5c26f7d28..c4c3331818f2a 100644 --- a/usr.bin/sed/main.c +++ b/usr.bin/sed/main.c @@ -46,7 +46,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 1/3/94"; #endif static const char rcsid[] = - "$Id: main.c,v 1.3.2.2 1997/08/12 06:36:12 charnier Exp $"; + "$Id: main.c,v 1.3.2.3 1997/08/29 05:29:53 imp Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/sed/misc.c b/usr.bin/sed/misc.c index 237f67a3f50c6..a4f3633d260d4 100644 --- a/usr.bin/sed/misc.c +++ b/usr.bin/sed/misc.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: misc.c,v 1.1.1.1.8.1 1997/08/12 06:36:12 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/sed/process.c b/usr.bin/sed/process.c index dbe7e8b73d433..779dc87c848bc 100644 --- a/usr.bin/sed/process.c +++ b/usr.bin/sed/process.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)process.c 8.6 (Berkeley) 4/20/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: process.c,v 1.5.2.1 1997/08/12 06:36:13 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/showmount/showmount.c b/usr.bin/showmount/showmount.c index f6c116f5784b0..230c059ddd3bf 100644 --- a/usr.bin/showmount/showmount.c +++ b/usr.bin/showmount/showmount.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)showmount.c 8.3 (Berkeley) 3/29/95"; #endif static const char rcsid[] = - "$Id$"; + "$Id: showmount.c,v 1.3.2.2 1997/08/12 06:38:15 charnier Exp $"; #endif not lint #include <sys/types.h> diff --git a/usr.bin/size/size.c b/usr.bin/size/size.c index 91d2b2cbe93fe..8c86017baefcc 100644 --- a/usr.bin/size/size.c +++ b/usr.bin/size/size.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)size.c 8.2 (Berkeley) 12/9/93"; #endif static const char rcsid[] = - "$Id: size.c,v 1.1.1.1.8.1 1997/08/12 06:39:16 charnier Exp $"; + "$Id: size.c,v 1.1.1.1.8.2 1997/08/29 05:29:54 imp Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/soelim/soelim.c b/usr.bin/soelim/soelim.c index 635088a0a7c5f..43f62a24e8140 100644 --- a/usr.bin/soelim/soelim.c +++ b/usr.bin/soelim/soelim.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)soelim.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: soelim.c,v 1.1.1.1.8.1 1997/08/12 06:40:20 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/strings/strings.c b/usr.bin/strings/strings.c index 11aad13b29d7a..2c988e56fdb9b 100644 --- a/usr.bin/strings/strings.c +++ b/usr.bin/strings/strings.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)strings.c 8.2 (Berkeley) 1/28/94"; #endif static const char rcsid[] = - "$Id: strings.c,v 1.4.2.1 1997/08/12 06:42:27 charnier Exp $"; + "$Id: strings.c,v 1.4.2.2 1997/08/29 05:29:55 imp Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/strip/strip.1 b/usr.bin/strip/strip.1 index f78ee54514a79..67438c84c128e 100644 --- a/usr.bin/strip/strip.1 +++ b/usr.bin/strip/strip.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strip.1 8.1 (Berkeley) 6/6/93 -.\" $Id: strip.1,v 1.3 1996/08/29 18:06:12 wosch Exp $ +.\" $Id: strip.1,v 1.3.2.1 1997/08/13 06:37:16 charnier Exp $ .\" .Dd June 6, 1993 .Dt STRIP 1 diff --git a/usr.bin/strip/strip.c b/usr.bin/strip/strip.c index 78e9ad44eb324..15f7adc7b51fe 100644 --- a/usr.bin/strip/strip.c +++ b/usr.bin/strip/strip.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)strip.c 8.1 (Berkeley) 6/6/93"; #endif static char rcsid[] = - "$Id: strip.c,v 1.6.2.1 1997/08/13 06:37:16 charnier Exp $"; + "$Id: strip.c,v 1.6.2.2 1997/08/29 05:29:56 imp Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index 0d3ea18943c24..3b4f4000ad23c 100644 --- a/usr.bin/su/su.1 +++ b/usr.bin/su/su.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)su.1 8.2 (Berkeley) 4/18/94 -.\" $Id: su.1,v 1.3.2.4 1997/08/13 06:38:16 charnier Exp $ +.\" $Id: su.1,v 1.3.2.5 1997/10/12 08:12:40 jmg Exp $ .\" .\" this is for hilit19's braindeadness: " .Dd April 18, 1994 diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c index 1e0991c1aa498..9d6173106e104 100644 --- a/usr.bin/su/su.c +++ b/usr.bin/su/su.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)su.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: su.c,v 1.14.2.5 1997/09/28 17:00:06 markm Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/symorder/symorder.c b/usr.bin/symorder/symorder.c index 1bf9c3cfca9ff..d1888db58a288 100644 --- a/usr.bin/symorder/symorder.c +++ b/usr.bin/symorder/symorder.c @@ -42,7 +42,7 @@ char const copyright[] = static char sccsid[] = "@(#)symorder.c 5.8 (Berkeley) 4/1/91"; #endif static const char rcsid[] = - "$Id: symorder.c,v 1.12.2.1 1997/08/13 06:39:58 charnier Exp $"; + "$Id: symorder.c,v 1.12.2.2 1997/08/29 05:29:56 imp Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/systat/main.c b/usr.bin/systat/main.c index e922b3252d1a0..7647812caff80 100644 --- a/usr.bin/systat/main.c +++ b/usr.bin/systat/main.c @@ -42,7 +42,7 @@ static char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: main.c,v 1.5.2.1 1997/08/14 06:33:29 charnier Exp $"; + "$Id: main.c,v 1.5.2.2 1997/08/26 06:16:41 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/systat/netcmds.c b/usr.bin/systat/netcmds.c index 94dc3ca381e55..42d0ac12cb9d3 100644 --- a/usr.bin/systat/netcmds.c +++ b/usr.bin/systat/netcmds.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)netcmds.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$Id$"; + "$Id: netcmds.c,v 1.4 1996/10/28 19:08:10 wollman Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/systat/netstat.c b/usr.bin/systat/netstat.c index 511d10f53511d..04d4c65fdf585 100644 --- a/usr.bin/systat/netstat.c +++ b/usr.bin/systat/netstat.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)netstat.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$Id: netstat.c,v 1.5 1996/10/28 19:08:13 wollman Exp $"; + "$Id: netstat.c,v 1.5.2.1 1996/11/02 20:35:53 phk Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c index 316aa797d9906..afc954a4c8b3d 100644 --- a/usr.bin/systat/vmstat.c +++ b/usr.bin/systat/vmstat.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 1/12/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: vmstat.c,v 1.19.2.3 1997/08/14 06:33:30 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tail/reverse.c b/usr.bin/tail/reverse.c index 272b37c35e32e..cce33272ab6bd 100644 --- a/usr.bin/tail/reverse.c +++ b/usr.bin/tail/reverse.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)reverse.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: reverse.c,v 1.5.2.1 1997/08/14 06:34:42 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/talk/Makefile b/usr.bin/talk/Makefile index c676d5db19bd9..047b347c2d463 100644 --- a/usr.bin/talk/Makefile +++ b/usr.bin/talk/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.3 1995/02/21 04:35:43 wollman Exp $ +# $Id: Makefile,v 1.4 1996/03/09 19:22:49 joerg Exp $ PROG= talk DPADD= ${LIBCURSES} ${LIBTERMCAP} diff --git a/usr.bin/talk/get_iface.c b/usr.bin/talk/get_iface.c index 741392e3db7e8..03448055f4a42 100644 --- a/usr.bin/talk/get_iface.c +++ b/usr.bin/talk/get_iface.c @@ -29,7 +29,7 @@ * From: * Id: find_interface.c,v 1.1 1995/08/14 16:08:39 wollman Exp * - * $Id: get_iface.c,v 1.1 1996/03/09 19:22:52 joerg Exp $ + * $Id: get_iface.c,v 1.2 1996/03/12 10:23:30 ache Exp $ */ #include <unistd.h> diff --git a/usr.bin/tconv/Makefile b/usr.bin/tconv/Makefile index 11b45dba3a66d..b86086acc1184 100644 --- a/usr.bin/tconv/Makefile +++ b/usr.bin/tconv/Makefile @@ -1,5 +1,5 @@ # Makefile for tconv -# $Id: Makefile,v 1.1.1.1 1994/10/09 17:40:30 ache Exp $ +# $Id: Makefile,v 1.2 1995/01/15 06:19:01 jkh Exp $ PROG= tconv SRCS= tconv.c quit.c diff --git a/usr.bin/tconv/tconv.1 b/usr.bin/tconv/tconv.1 index fbce116ab2cf8..31484d58d6e41 100644 --- a/usr.bin/tconv/tconv.1 +++ b/usr.bin/tconv/tconv.1 @@ -1,5 +1,5 @@ .\" @(#) mytinfo tconv.1 3.2 92/02/01 public domain, By Ross Ridge -.\" $Id: tconv.1,v 1.5 1996/10/05 22:27:20 wosch Exp $ +.\" $Id: tconv.1,v 1.5.2.1 1997/08/14 06:37:58 charnier Exp $ .\" .Dd February 1, 1992 .Dt TCONV 1 diff --git a/usr.bin/tconv/tconv.c b/usr.bin/tconv/tconv.c index cf0921f920586..d1c256ea8b8e0 100644 --- a/usr.bin/tconv/tconv.c +++ b/usr.bin/tconv/tconv.c @@ -58,7 +58,7 @@ static const char SCCSid[] = "@(#) mytinfo tconv.c 3.2 92/02/01 public domain, By Ross Ridge"; static const char rcsid[] = - "$Id$"; + "$Id: tconv.c,v 1.2.6.1 1997/08/14 06:37:58 charnier Exp $"; #endif /* the right margin of the output */ diff --git a/usr.bin/tcopy/tcopy.c b/usr.bin/tcopy/tcopy.c index 3f3774ad84549..d6fdfabb0dd22 100644 --- a/usr.bin/tcopy/tcopy.c +++ b/usr.bin/tcopy/tcopy.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tcopy.c 8.2 (Berkeley) 4/17/94"; #endif static const char rcsid[] = - "$Id: tcopy.c,v 1.2.2.1 1997/08/18 07:03:43 charnier Exp $"; + "$Id: tcopy.c,v 1.2.2.2 1997/08/29 05:29:58 imp Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tee/tee.c b/usr.bin/tee/tee.c index 4f8340ad6027a..313250244ef9a 100644 --- a/usr.bin/tee/tee.c +++ b/usr.bin/tee/tee.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tee.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: tee.c,v 1.1.1.1.8.1 1997/08/18 07:05:41 charnier Exp $"; + "$Id: tee.c,v 1.1.1.1.8.2 1997/08/29 05:29:59 imp Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1 index 682152b9c29b7..065e55e234719 100644 --- a/usr.bin/telnet/telnet.1 +++ b/usr.bin/telnet/telnet.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)telnet.1 8.5 (Berkeley) 3/1/94 -.\" $Id: telnet.1,v 1.3.2.1 1997/02/05 06:01:04 pst Exp $ +.\" $Id: telnet.1,v 1.3.2.2 1997/08/18 07:08:03 charnier Exp $ .\" .Dd March 1, 1994 .Dt TELNET 1 diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c index 5c9376d5fc01f..dfddb26ad051f 100644 --- a/usr.bin/tftp/main.c +++ b/usr.bin/tftp/main.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: main.c,v 1.4.2.1 1997/08/18 07:09:35 charnier Exp $"; #endif /* not lint */ /* Many bug fixes are from Jim Guyton <guyton@rand-unix> */ diff --git a/usr.bin/tftp/tftp.c b/usr.bin/tftp/tftp.c index 014e28763179d..924a6ab1a549f 100644 --- a/usr.bin/tftp/tftp.c +++ b/usr.bin/tftp/tftp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)tftp.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: tftp.c,v 1.1.1.1.8.1 1997/08/18 07:09:40 charnier Exp $"; #endif /* not lint */ /* Many bug fixes are from Jim Guyton <guyton@rand-unix> */ diff --git a/usr.bin/tftp/tftpsubs.c b/usr.bin/tftp/tftpsubs.c index 277d561403e0d..40ae00b25c76f 100644 --- a/usr.bin/tftp/tftpsubs.c +++ b/usr.bin/tftp/tftpsubs.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)tftpsubs.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: tftpsubs.c,v 1.1.1.1.8.1 1997/08/18 07:09:42 charnier Exp $"; #endif /* not lint */ /* Simple minded read-ahead/write-behind subroutines for tftp user and diff --git a/usr.bin/time/time.c b/usr.bin/time/time.c index 78a1a06fa3f1b..2785c4a895333 100644 --- a/usr.bin/time/time.c +++ b/usr.bin/time/time.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)time.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: time.c,v 1.4.2.1 1997/08/18 07:10:55 charnier Exp $"; + "$Id: time.c,v 1.4.2.2 1997/08/29 05:30:00 imp Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tip/libacu/acucommon.c b/usr.bin/tip/libacu/acucommon.c index fe0d146b17833..70adbc5318056 100644 --- a/usr.bin/tip/libacu/acucommon.c +++ b/usr.bin/tip/libacu/acucommon.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)acucommon.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: acucommon.c,v 1.1.6.1 1997/08/20 07:06:06 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/libacu/unidialer.c b/usr.bin/tip/libacu/unidialer.c index a8d8ef126603c..7206a21ce6a08 100644 --- a/usr.bin/tip/libacu/unidialer.c +++ b/usr.bin/tip/libacu/unidialer.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)unidialer.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: unidialer.c,v 1.4.2.1 1997/08/20 07:06:09 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/libacu/ventel.c b/usr.bin/tip/libacu/ventel.c index a438b4252e43b..1d9928ed8b276 100644 --- a/usr.bin/tip/libacu/ventel.c +++ b/usr.bin/tip/libacu/ventel.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ventel.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: ventel.c,v 1.1.6.1 1997/08/20 07:06:11 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/tip/acu.c b/usr.bin/tip/tip/acu.c index 4ad58cf391ca3..c8c595311058b 100644 --- a/usr.bin/tip/tip/acu.c +++ b/usr.bin/tip/tip/acu.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)acu.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: acu.c,v 1.2.6.1 1997/08/20 07:06:20 charnier Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tip/tip/acutab.c b/usr.bin/tip/tip/acutab.c index cb0dd85a1342d..1ddf2e8266c47 100644 --- a/usr.bin/tip/tip/acutab.c +++ b/usr.bin/tip/tip/acutab.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)acutab.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: acutab.c,v 1.2.6.1 1997/08/20 07:06:23 charnier Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tip/tip/cmds.c b/usr.bin/tip/tip/cmds.c index 3e9cddd3036c8..47a7e0a7eb5fe 100644 --- a/usr.bin/tip/tip/cmds.c +++ b/usr.bin/tip/tip/cmds.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cmds.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: cmds.c,v 1.2.6.3 1997/08/25 05:02:51 imp Exp $"; + "$Id: cmds.c,v 1.2.6.4 1997/09/01 01:48:23 eivind Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tip/tip/cmdtab.c b/usr.bin/tip/tip/cmdtab.c index f9efc7b05dc95..05e6c0189abd8 100644 --- a/usr.bin/tip/tip/cmdtab.c +++ b/usr.bin/tip/tip/cmdtab.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: cmdtab.c,v 1.1.6.1 1997/08/20 07:06:28 charnier Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tip/tip/cu.c b/usr.bin/tip/tip/cu.c index 8767af90bebd9..fbf0ba1be4222 100644 --- a/usr.bin/tip/tip/cu.c +++ b/usr.bin/tip/tip/cu.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cu.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: cu.c,v 1.1.6.1 1997/08/20 07:06:31 charnier Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tip/tip/hunt.c b/usr.bin/tip/tip/hunt.c index 001aefd57f441..52fb6df19e463 100644 --- a/usr.bin/tip/tip/hunt.c +++ b/usr.bin/tip/tip/hunt.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)hunt.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: hunt.c,v 1.1.6.1 1997/08/20 07:06:37 charnier Exp $"; + "$Id: hunt.c,v 1.1.6.2 1997/09/15 08:42:07 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tip/tip/log.c b/usr.bin/tip/tip/log.c index 2a57c84485ae0..579938606089a 100644 --- a/usr.bin/tip/tip/log.c +++ b/usr.bin/tip/tip/log.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)log.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: log.c,v 1.1.6.1 1997/08/20 07:06:38 charnier Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tip/tip/partab.c b/usr.bin/tip/tip/partab.c index c49721e643f09..acec0f8d80c62 100644 --- a/usr.bin/tip/tip/partab.c +++ b/usr.bin/tip/tip/partab.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)partab.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: partab.c,v 1.1.6.1 1997/08/20 07:06:40 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/tip/remote.c b/usr.bin/tip/tip/remote.c index 9071eb62028f0..4f604c67e2b29 100644 --- a/usr.bin/tip/tip/remote.c +++ b/usr.bin/tip/tip/remote.c @@ -43,7 +43,7 @@ static const char copyright[] = static char sccsid[] = "@(#)remote.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: remote.c,v 1.2.6.1 1997/08/20 07:06:42 charnier Exp $"; #endif /* not lint */ #include <sys/syslimits.h> diff --git a/usr.bin/tip/tip/tip.c b/usr.bin/tip/tip/tip.c index 05ef6d4ee9984..6b8710315fcf6 100644 --- a/usr.bin/tip/tip/tip.c +++ b/usr.bin/tip/tip/tip.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tip.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: tip.c,v 1.2.2.3 1997/08/25 05:02:52 imp Exp $"; + "$Id: tip.c,v 1.2.2.4 1997/09/01 01:48:25 eivind Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tip/tip/tipout.c b/usr.bin/tip/tip/tipout.c index d1f7e7aef4615..a214717f24e94 100644 --- a/usr.bin/tip/tip/tipout.c +++ b/usr.bin/tip/tip/tipout.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)tipout.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: tipout.c,v 1.3.2.1 1997/08/20 07:06:48 charnier Exp $"; + "$Id: tipout.c,v 1.3.2.2 1997/08/25 05:02:54 imp Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/tip/value.c b/usr.bin/tip/tip/value.c index 5b8cae9e53962..b4b52fd53ec0f 100644 --- a/usr.bin/tip/tip/value.c +++ b/usr.bin/tip/tip/value.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)value.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: value.c,v 1.2.6.1 1997/08/20 07:06:51 charnier Exp $"; #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/tip/vars.c b/usr.bin/tip/tip/vars.c index dd337fb9a7f1f..3e9f8452b7e19 100644 --- a/usr.bin/tip/tip/vars.c +++ b/usr.bin/tip/tip/vars.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)vars.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: vars.c,v 1.1.6.1 1997/08/20 07:06:54 charnier Exp $"; #endif /* not lint */ #include "tipconf.h" diff --git a/usr.bin/tn3270/api/api_bsd.c b/usr.bin/tn3270/api/api_bsd.c index 7a884e83a12ce..dd399c4d2c830 100644 --- a/usr.bin/tn3270/api/api_bsd.c +++ b/usr.bin/tn3270/api/api_bsd.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)api_bsd.c 8.2 (Berkeley) 1/7/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: api_bsd.c,v 1.1.1.1.8.1 1997/08/20 07:12:44 charnier Exp $"; #endif /* not lint */ #if defined(unix) diff --git a/usr.bin/tn3270/ascii/mset.c b/usr.bin/tn3270/ascii/mset.c index a26852d27cbe0..96d07308b1e1b 100644 --- a/usr.bin/tn3270/ascii/mset.c +++ b/usr.bin/tn3270/ascii/mset.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mset.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: mset.c,v 1.2.6.1 1997/08/20 07:12:56 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c index fc939dde9d908..abfa85258b409 100644 --- a/usr.bin/top/machine.c +++ b/usr.bin/top/machine.c @@ -17,7 +17,7 @@ * Steven Wallace <swallace@freebsd.org> * Wolfram Schneider <wosch@FreeBSD.org> * - * $Id: machine.c,v 1.3.2.1 1997/05/31 03:18:12 gpalmer Exp $ + * $Id: machine.c,v 1.3.2.2 1997/09/27 21:30:16 wosch Exp $ */ diff --git a/usr.bin/tr/str.c b/usr.bin/tr/str.c index 55ad1bd448bcd..8c2f504ccb45f 100644 --- a/usr.bin/tr/str.c +++ b/usr.bin/tr/str.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)str.c 8.2 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id$"; + "$Id: str.c,v 1.8.2.1 1997/08/20 07:16:09 charnier Exp $"; #endif /* not lint */ #include <sys/cdefs.h> diff --git a/usr.bin/tr/tr.c b/usr.bin/tr/tr.c index 3c8c57decfc4a..3ff9258db4adc 100644 --- a/usr.bin/tr/tr.c +++ b/usr.bin/tr/tr.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tr.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: tr.c,v 1.3.2.1 1997/08/20 07:16:10 charnier Exp $"; + "$Id: tr.c,v 1.3.2.2 1997/08/29 05:30:02 imp Exp $"; #endif /* not lint */ #include <locale.h> diff --git a/usr.bin/tset/map.c b/usr.bin/tset/map.c index cee4b669ed55c..0eff07274184d 100644 --- a/usr.bin/tset/map.c +++ b/usr.bin/tset/map.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)map.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: map.c,v 1.3.2.1 1997/08/20 07:19:21 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tset/misc.c b/usr.bin/tset/misc.c index 1e94df18c83ae..b911978a019fa 100644 --- a/usr.bin/tset/misc.c +++ b/usr.bin/tset/misc.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: misc.c,v 1.2.2.1 1997/08/20 07:19:23 charnier Exp $"; #endif /* not lint */ #include <fcntl.h> diff --git a/usr.bin/tset/set.c b/usr.bin/tset/set.c index 68fa7a2259c0c..7e2294ca1973b 100644 --- a/usr.bin/tset/set.c +++ b/usr.bin/tset/set.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)set.c 8.2 (Berkeley) 2/28/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: set.c,v 1.4.6.1 1997/08/20 07:19:24 charnier Exp $"; #endif /* not lint */ #include <termios.h> diff --git a/usr.bin/tset/term.c b/usr.bin/tset/term.c index 714ef65155418..e00187b17accf 100644 --- a/usr.bin/tset/term.c +++ b/usr.bin/tset/term.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)term.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: term.c,v 1.1.1.1.8.1 1997/08/20 07:19:26 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tset/tset.c b/usr.bin/tset/tset.c index 2549c4aca438f..35a13a4446c94 100644 --- a/usr.bin/tset/tset.c +++ b/usr.bin/tset/tset.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tset.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcdif[] = - "$Id: tset.c,v 1.10.2.1 1997/08/20 07:19:30 charnier Exp $"; + "$Id: tset.c,v 1.10.2.2 1997/08/29 05:30:03 imp Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tset/wrterm.c b/usr.bin/tset/wrterm.c index d6274cfd1e046..99784b37d7e37 100644 --- a/usr.bin/tset/wrterm.c +++ b/usr.bin/tset/wrterm.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)wrterm.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: wrterm.c,v 1.1.1.1.8.1 1997/08/20 07:19:31 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tsort/tsort.c b/usr.bin/tsort/tsort.c index 9eb2d30c85c0d..e1ed76bab9022 100644 --- a/usr.bin/tsort/tsort.c +++ b/usr.bin/tsort/tsort.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tsort.c,v 1.4 1996/08/02 04:50:44 jkh Exp $ + * $Id: tsort.c,v 1.4.2.1 1997/08/29 05:30:03 imp Exp $ */ #ifndef lint diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1 index 4ff436c1b57e4..5e8ceee5a8f94 100644 --- a/usr.bin/tty/tty.1 +++ b/usr.bin/tty/tty.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tty.1 8.1 (Berkeley) 6/6/93 -.\" $Id: tty.1,v 1.2 1996/08/29 18:06:15 wosch Exp $ +.\" $Id: tty.1,v 1.2.2.1 1997/08/20 07:22:28 charnier Exp $ .\" .Dd June 6, 1993 .Dt TTY 1 diff --git a/usr.bin/tty/tty.c b/usr.bin/tty/tty.c index f0cb61104c671..6372b01d19d3d 100644 --- a/usr.bin/tty/tty.c +++ b/usr.bin/tty/tty.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tty.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: tty.c,v 1.1.1.1.8.1 1997/08/20 07:22:30 charnier Exp $"; + "$Id: tty.c,v 1.1.1.1.8.2 1997/08/29 05:30:04 imp Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/ul/ul.c b/usr.bin/ul/ul.c index 9c6b1d4e73e79..40ddc08a67d1e 100644 --- a/usr.bin/ul/ul.c +++ b/usr.bin/ul/ul.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ul.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: ul.c,v 1.2.6.2 1997/08/26 06:18:16 charnier Exp $"; + "$Id: ul.c,v 1.2.6.3 1997/08/29 05:30:05 imp Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c index 94b577b8207d6..77036618d673e 100644 --- a/usr.bin/unexpand/unexpand.c +++ b/usr.bin/unexpand/unexpand.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)unexpand.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: unexpand.c,v 1.1.1.1.8.1 1997/08/21 06:45:17 charnier Exp $"; + "$Id: unexpand.c,v 1.1.1.1.8.2 1997/08/26 06:20:11 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/unifdef/unifdef.c b/usr.bin/unifdef/unifdef.c index b6ecd2f406477..a7fb502a2f519 100644 --- a/usr.bin/unifdef/unifdef.c +++ b/usr.bin/unifdef/unifdef.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)unifdef.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: unifdef.c,v 1.1.1.1.8.1 1997/08/21 06:46:44 charnier Exp $"; + "$Id: unifdef.c,v 1.1.1.1.8.2 1997/08/26 06:22:02 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/uniq/uniq.c b/usr.bin/uniq/uniq.c index 0f530dea9d3ca..75f8dba09bedf 100644 --- a/usr.bin/uniq/uniq.c +++ b/usr.bin/uniq/uniq.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)uniq.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: uniq.c,v 1.1.1.1.8.1 1997/08/22 06:41:11 charnier Exp $"; + "$Id: uniq.c,v 1.1.1.1.8.2 1997/08/29 05:30:06 imp Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/units/Makefile b/usr.bin/units/Makefile index 15679b5a7ce04..1101e650012e5 100644 --- a/usr.bin/units/Makefile +++ b/usr.bin/units/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/04/06 06:00:58 thorpej Exp $ +# $Id: Makefile,v 1.1.1.1 1996/06/08 03:43:43 alex Exp $ PROG= units diff --git a/usr.bin/units/README b/usr.bin/units/README index ffb88a993165b..c29e5df208493 100644 --- a/usr.bin/units/README +++ b/usr.bin/units/README @@ -1,4 +1,4 @@ -# $Id: README,v 1.2 1996/04/06 06:00:59 thorpej Exp $ +# $Id: README,v 1.1.1.1 1996/06/08 03:43:43 alex Exp $ This is a program which I wrote as a clone of the UNIX 'units' command. I threw it together in a couple days, but it seems to work, diff --git a/usr.bin/units/pathnames.h b/usr.bin/units/pathnames.h index b315c5b5823b8..74735239ba5fb 100644 --- a/usr.bin/units/pathnames.h +++ b/usr.bin/units/pathnames.h @@ -1,4 +1,4 @@ -/* $Id: pathnames.h,v 1.3 1996/04/06 06:01:00 thorpej Exp $ */ +/* $Id: pathnames.h,v 1.1.1.1 1996/06/08 03:43:43 alex Exp $ */ /* * Copyright (c) 1993 Christopher G. Demetriou diff --git a/usr.bin/units/units.1 b/usr.bin/units/units.1 index 924ea2f07a946..6b316ea127ba3 100644 --- a/usr.bin/units/units.1 +++ b/usr.bin/units/units.1 @@ -1,4 +1,4 @@ -.\" $Id: units.1,v 1.2 1996/06/10 00:43:42 alex Exp $ +.\" $Id: units.1,v 1.2.2.1 1997/08/22 06:43:23 charnier Exp $ .Dd July 14, 1993 .Dt UNITS 1 .Os diff --git a/usr.bin/units/units.c b/usr.bin/units/units.c index 3eae64b59130c..cc212a74c6d29 100644 --- a/usr.bin/units/units.c +++ b/usr.bin/units/units.c @@ -17,7 +17,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: units.c,v 1.2.2.1 1997/08/22 06:43:24 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/units/units.lib b/usr.bin/units/units.lib index ef4e8d7a9a25e..9aa93d087c88e 100644 --- a/usr.bin/units/units.lib +++ b/usr.bin/units/units.lib @@ -1,4 +1,4 @@ -/ $Id: units.lib,v 1.3 1996/04/06 06:01:04 thorpej Exp $ +/ $Id: units.lib,v 1.1.1.1 1996/06/08 03:43:43 alex Exp $ / primitive units diff --git a/usr.bin/unvis/unvis.c b/usr.bin/unvis/unvis.c index 6a78de42492e4..48ad7c0301f17 100644 --- a/usr.bin/unvis/unvis.c +++ b/usr.bin/unvis/unvis.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: unvis.c,v 1.1.1.1.8.2 1997/08/26 06:23:21 charnier Exp $"; + "$Id: unvis.c,v 1.1.1.1.8.3 1997/08/29 05:30:07 imp Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/users/users.c b/usr.bin/users/users.c index d0f50aa4a8ccb..c59210d8ae863 100644 --- a/usr.bin/users/users.c +++ b/usr.bin/users/users.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)users.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: users.c,v 1.1.1.1.8.1 1997/08/25 06:25:54 charnier Exp $"; + "$Id: users.c,v 1.1.1.1.8.2 1997/08/29 05:30:07 imp Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/uudecode/uudecode.c b/usr.bin/uudecode/uudecode.c index 16e914c3dafac..2bfd8ce0d1adb 100644 --- a/usr.bin/uudecode/uudecode.c +++ b/usr.bin/uudecode/uudecode.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)uudecode.c 8.2 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id: uudecode.c,v 1.9 1997/08/22 06:51:43 charnier Exp $"; + "$Id: uudecode.c,v 1.4.2.3 1997/09/17 03:04:44 davidg Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index ac039db9859ac..3ccd71acc58ba 100644 --- a/usr.bin/uuencode/uuencode.1 +++ b/usr.bin/uuencode/uuencode.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)uuencode.1 8.1 (Berkeley) 6/6/93 -.\" $Id: uuencode.1,v 1.3 1996/10/21 22:02:30 wosch Exp $ +.\" $Id: uuencode.1,v 1.3.2.1 1997/08/25 06:29:53 charnier Exp $ .\" .Dd June 6, 1993 .Dt UUENCODE 1 diff --git a/usr.bin/uuencode/uuencode.c b/usr.bin/uuencode/uuencode.c index 0aaaacbbb28ea..f5d6b0b6f90e5 100644 --- a/usr.bin/uuencode/uuencode.c +++ b/usr.bin/uuencode/uuencode.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)uuencode.c 8.2 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id: uuencode.c,v 1.1.1.1.8.1 1997/08/25 06:29:53 charnier Exp $"; + "$Id: uuencode.c,v 1.1.1.1.8.2 1997/08/29 05:30:09 imp Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/vacation/vacation.1 b/usr.bin/vacation/vacation.1 index 8ce05e04ba135..b08d8b5ed320f 100644 --- a/usr.bin/vacation/vacation.1 +++ b/usr.bin/vacation/vacation.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)vacation.1 8.1 (Berkeley) 6/16/93 -.\" $Id$ +.\" $Id: vacation.1,v 1.4 1996/09/28 13:37:36 joerg Exp $ .\" .Dd June 16, 1993 .Dt VACATION 1 diff --git a/usr.bin/vacation/vacation.c b/usr.bin/vacation/vacation.c index bebe214f21068..5014a9fbd418b 100644 --- a/usr.bin/vacation/vacation.c +++ b/usr.bin/vacation/vacation.c @@ -40,7 +40,7 @@ static char copyright[] = #ifndef lint static char sccsid[] = "From: @(#)vacation.c 8.2 (Berkeley) 1/26/94"; static char rcsid[] = - "$Id: vacation.c,v 1.3.2.1 1997/08/28 04:42:57 imp Exp $"; + "$Id: vacation.c,v 1.3.2.2 1997/08/29 05:30:10 imp Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/vgrind/vfontedpr.c b/usr.bin/vgrind/vfontedpr.c index 4db0b8644cef0..68df60b64b37d 100644 --- a/usr.bin/vgrind/vfontedpr.c +++ b/usr.bin/vgrind/vfontedpr.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)vfontedpr.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: vfontedpr.c,v 1.6.2.2 1997/08/26 06:28:51 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index f386bd4e6490c..58bbdeaf504f0 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.3.2.7 1997/08/11 18:36:39 asami Exp $ +# $Id: Makefile,v 1.3.2.8 1997/08/21 04:51:43 peter Exp $ # # This has most of the glue needed to compile tknvi and the perl hooks, # but not all. diff --git a/usr.bin/vis/foldit.c b/usr.bin/vis/foldit.c index 2bbf15d92f53f..514240c69aa0a 100644 --- a/usr.bin/vis/foldit.c +++ b/usr.bin/vis/foldit.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)foldit.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: foldit.c,v 1.2.6.1 1997/08/26 06:30:32 charnier Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/vis/vis.c b/usr.bin/vis/vis.c index 09fc720bac305..34590ec7ff3eb 100644 --- a/usr.bin/vis/vis.c +++ b/usr.bin/vis/vis.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)vis.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: vis.c,v 1.3.2.1 1997/08/26 06:30:33 charnier Exp $"; + "$Id: vis.c,v 1.3.2.2 1997/08/29 05:30:10 imp Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index a1741650f19c8..ba644cdca2386 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)vmstat.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: vmstat.c,v 1.15.2.2 1997/08/29 05:30:11 imp Exp $"; + "$Id: vmstat.c,v 1.15.2.3 1997/10/07 05:39:54 dima Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/w/pr_time.c b/usr.bin/w/pr_time.c index 4d353bc114574..96e450d2cbb83 100644 --- a/usr.bin/w/pr_time.c +++ b/usr.bin/w/pr_time.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)pr_time.c 8.2 (Berkeley) 4/4/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: pr_time.c,v 1.6.2.3 1997/08/26 06:47:38 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1 index 64781da086e9a..3218f9da3331d 100644 --- a/usr.bin/w/w.1 +++ b/usr.bin/w/w.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)w.1 8.1 (Berkeley) 6/6/93 -.\" $Id: w.1,v 1.2.8.2 1997/03/06 07:45:28 mpp Exp $ +.\" $Id: w.1,v 1.2.8.3 1997/08/26 06:47:43 charnier Exp $ .\" .Dd June 6, 1993 .Dt W 1 diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c index 60240074f2c51..be6a9f134fa43 100644 --- a/usr.bin/w/w.c +++ b/usr.bin/w/w.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)w.c 8.4 (Berkeley) 4/16/94"; #endif static const char rcsid[] = - "$Id: w.c,v 1.16.2.3 1997/08/26 06:47:45 charnier Exp $"; + "$Id: w.c,v 1.16.2.4 1997/08/29 05:30:12 imp Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/wall/wall.c b/usr.bin/wall/wall.c index 2382598c127e4..e71182eef6ad7 100644 --- a/usr.bin/wall/wall.c +++ b/usr.bin/wall/wall.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)wall.c 8.2 (Berkeley) 11/16/93"; #endif static const char rcsid[] = - "$Id: wall.c,v 1.3.2.1 1997/08/26 06:50:36 charnier Exp $"; + "$Id: wall.c,v 1.3.2.2 1997/08/29 05:30:12 imp Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index 2a5ca36adb208..ed5a163129ccc 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)wc.1 8.2 (Berkeley) 4/19/94 -.\" $Id: wc.1,v 1.2 1996/08/29 18:06:16 wosch Exp $ +.\" $Id: wc.1,v 1.2.2.1 1997/08/26 06:52:00 charnier Exp $ .\" .Dd April 19, 1994 .Dt WC 1 diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c index e47cb1df6e164..8f0e19db1ecb2 100644 --- a/usr.bin/wc/wc.c +++ b/usr.bin/wc/wc.c @@ -42,7 +42,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)wc.c 8.1 (Berkeley) 6/6/93"; #else static const char rcsid[] = - "$Id: wc.c,v 1.4.2.1 1997/08/26 06:52:01 charnier Exp $"; + "$Id: wc.c,v 1.4.2.2 1997/08/29 05:30:13 imp Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/what/what.1 b/usr.bin/what/what.1 index 865804d2cddf1..4ff142285ee4e 100644 --- a/usr.bin/what/what.1 +++ b/usr.bin/what/what.1 @@ -31,7 +31,7 @@ .\" .\" @(#)what.1 8.1 (Berkeley) 6/6/93 .\" -.\" $Id: what.1,v 1.2.2.1 1997/05/25 18:48:48 max Exp $ +.\" $Id: what.1,v 1.2.2.2 1997/08/26 06:53:44 charnier Exp $ .\" .Dd June 6, 1993 .Dt WHAT 1 diff --git a/usr.bin/what/what.c b/usr.bin/what/what.c index 91f114d9278c0..effe21febfa73 100644 --- a/usr.bin/what/what.c +++ b/usr.bin/what/what.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)what.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: what.c,v 1.2.6.1 1997/08/26 06:53:45 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/whereis/whereis.1 b/usr.bin/whereis/whereis.1 index 6c5a4f74f2a12..67456392f78b9 100644 --- a/usr.bin/whereis/whereis.1 +++ b/usr.bin/whereis/whereis.1 @@ -31,7 +31,7 @@ .\" .\" @(#)whereis.1 8.2 (Berkeley) 12/30/93 .\" -.\" $Id$ +.\" $Id: whereis.1,v 1.2 1996/06/15 12:29:47 joerg Exp $ .\" .Dd June 15, 1996 .Dt WHEREIS 1 diff --git a/usr.bin/whereis/whereis.pl b/usr.bin/whereis/whereis.pl index 520c3d4aa6df2..74c55259a289a 100644 --- a/usr.bin/whereis/whereis.pl +++ b/usr.bin/whereis/whereis.pl @@ -28,7 +28,7 @@ # # Rewritten from scratch for FreeBSD after the 4.3BSD manual page. # -# $Id: whereis.pl,v 1.1 1996/06/15 12:29:48 joerg Exp $ +# $Id: whereis.pl,v 1.1.2.1 1996/12/23 18:56:53 joerg Exp $ # sub usage diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index 21c8be2b3b0f3..4ba082114968b 100644 --- a/usr.bin/which/which.1 +++ b/usr.bin/which/which.1 @@ -27,7 +27,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: which.1,v 1.6 1996/08/27 20:04:31 wosch Exp $ +.\" $Id: which.1,v 1.6.2.1 1997/08/27 06:18:05 charnier Exp $ .Dd January 26, 1995 .Dt WHICH 1 .Os FreeBSD diff --git a/usr.bin/which/which.pl b/usr.bin/which/which.pl index d12cef41e8018..a88030408c8b3 100755 --- a/usr.bin/which/which.pl +++ b/usr.bin/which/which.pl @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: which.pl,v 1.8 1996/10/27 15:50:40 wosch Exp $ +# $Id: which.pl,v 1.8.2.1 1997/08/27 06:18:05 charnier Exp $ $all = $silent = $found = 0; @path = split(/:/, $ENV{'PATH'}); diff --git a/usr.bin/who/who.1 b/usr.bin/who/who.1 index 1ef7d618c5604..972d9bfd07886 100644 --- a/usr.bin/who/who.1 +++ b/usr.bin/who/who.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)who.1 8.2 (Berkeley) 12/30/93 -.\" $Id: who.1,v 1.2 1996/08/29 18:06:18 wosch Exp $ +.\" $Id: who.1,v 1.2.2.1 1997/08/27 06:19:30 charnier Exp $ .\" .Dd December 30, 1993 .Dt WHO 1 diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c index 13b655241fb5d..eacf7d21ce559 100644 --- a/usr.bin/who/who.c +++ b/usr.bin/who/who.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)who.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: who.c,v 1.3.2.2 1997/08/27 06:19:30 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c index 591b612ca9a41..63c888b0068f1 100644 --- a/usr.bin/whois/whois.c +++ b/usr.bin/whois/whois.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)whois.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: whois.c,v 1.2.2.1 1997/08/27 06:20:34 charnier Exp $"; + "$Id: whois.c,v 1.2.2.2 1997/08/29 05:30:14 imp Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1 index 34dee5ab33fee..eba65d73cdda2 100644 --- a/usr.bin/write/write.1 +++ b/usr.bin/write/write.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)write.1 8.1 (Berkeley) 6/6/93 -.\" $Id: write.1,v 1.2.2.1 1997/03/22 17:20:33 mpp Exp $ +.\" $Id: write.1,v 1.2.2.2 1997/08/27 06:23:09 charnier Exp $ .\" .Dd June 6, 1993 .Dt WRITE 1 diff --git a/usr.bin/write/write.c b/usr.bin/write/write.c index c05ab62bcb6fc..e3c188421da16 100644 --- a/usr.bin/write/write.c +++ b/usr.bin/write/write.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)write.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: write.c,v 1.6.2.1 1997/08/27 06:23:09 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c index 13085e8950ca5..23999a54000e7 100644 --- a/usr.bin/xargs/xargs.c +++ b/usr.bin/xargs/xargs.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)xargs.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: xargs.c,v 1.3.2.1 1997/08/28 06:22:57 charnier Exp $"; + "$Id: xargs.c,v 1.3.2.2 1997/08/29 05:30:14 imp Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index 7f0203cb93106..e517bef60fa39 100644 --- a/usr.bin/xinstall/install.1 +++ b/usr.bin/xinstall/install.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)install.1 8.1 (Berkeley) 6/6/93 -.\" $Id: install.1,v 1.7 1996/09/29 06:29:53 imp Exp $ +.\" $Id: install.1,v 1.7.2.1 1997/08/28 06:24:41 charnier Exp $ .\" .Dd September 22, 1996 .Dt INSTALL 1 diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 0a718cc69e34d..ac6c405decef4 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "From: @(#)xinstall.c 8.1 (Berkeley) 7/21/93"; #endif static const char rcsid[] = - "$Id: xinstall.c,v 1.18.2.1 1997/08/28 06:24:41 charnier Exp $"; + "$Id: xinstall.c,v 1.18.2.2 1997/08/29 05:30:15 imp Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/xstr/xstr.c b/usr.bin/xstr/xstr.c index 5820f7066913a..1e4d8ab07c6e5 100644 --- a/usr.bin/xstr/xstr.c +++ b/usr.bin/xstr/xstr.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)xstr.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: xstr.c,v 1.2.6.1 1997/08/29 11:39:13 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/yacc/error.c b/usr.bin/yacc/error.c index 8cf7dbab1f149..1e1b7c4c1f4f1 100644 --- a/usr.bin/yacc/error.c +++ b/usr.bin/yacc/error.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)error.c 5.3 (Berkeley) 6/1/90"; #endif static const char rcsid[] = - "$Id$"; + "$Id: error.c,v 1.1.1.1.8.1 1997/08/29 11:40:45 charnier Exp $"; #endif /* not lint */ /* routines for printing error messages */ diff --git a/usr.bin/yacc/main.c b/usr.bin/yacc/main.c index ac28f5ca2659e..3158bff90cf6f 100644 --- a/usr.bin/yacc/main.c +++ b/usr.bin/yacc/main.c @@ -45,7 +45,7 @@ char copyright[] = static char sccsid[] = "@(#)main.c 5.5 (Berkeley) 5/24/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: main.c,v 1.1.1.1.8.1 1997/08/29 11:40:45 charnier Exp $"; #endif /* not lint */ #include <signal.h> diff --git a/usr.bin/yacc/mkpar.c b/usr.bin/yacc/mkpar.c index 9846b37b7a2e0..993405319df9c 100644 --- a/usr.bin/yacc/mkpar.c +++ b/usr.bin/yacc/mkpar.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)mkpar.c 5.3 (Berkeley) 1/20/91"; #endif static const char rcsid[] = - "$Id$"; + "$Id: mkpar.c,v 1.2.6.1 1997/08/29 11:40:46 charnier Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/ypcat/Makefile b/usr.bin/ypcat/Makefile index c133eb52a80ef..132817542ac60 100644 --- a/usr.bin/ypcat/Makefile +++ b/usr.bin/ypcat/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.3 1994/02/17 07:06:10 rgrimes Exp $ +# $Id: Makefile,v 1.1 1994/08/08 01:13:28 wollman Exp $ PROG= ypcat diff --git a/usr.bin/ypcat/ypcat.1 b/usr.bin/ypcat/ypcat.1 index 52a2e5c22dd14..b1cb5c9766732 100644 --- a/usr.bin/ypcat/ypcat.1 +++ b/usr.bin/ypcat/ypcat.1 @@ -26,7 +26,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: ypcat.1,v 1.3 1996/02/11 22:37:53 mpp Exp $ +.\" $Id: ypcat.1,v 1.3.2.1 1997/09/01 06:04:21 charnier Exp $ .\" .Dd December 3, 1993 .Dt YPCAT 1 diff --git a/usr.bin/ypcat/ypcat.c b/usr.bin/ypcat/ypcat.c index 292c5162e9d16..5177c88572784 100644 --- a/usr.bin/ypcat/ypcat.c +++ b/usr.bin/ypcat/ypcat.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: ypcat.c,v 1.1.8.1 1997/09/01 06:04:22 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ypmatch/Makefile b/usr.bin/ypmatch/Makefile index cf79ca74de20d..94491c43bf3cc 100644 --- a/usr.bin/ypmatch/Makefile +++ b/usr.bin/ypmatch/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.3 1994/02/17 07:06:13 rgrimes Exp $ +# $Id: Makefile,v 1.1 1994/08/08 01:13:31 wollman Exp $ PROG= ypmatch diff --git a/usr.bin/ypmatch/ypmatch.1 b/usr.bin/ypmatch/ypmatch.1 index e5f0c9723c980..8bb4ad5cfa0de 100644 --- a/usr.bin/ypmatch/ypmatch.1 +++ b/usr.bin/ypmatch/ypmatch.1 @@ -26,7 +26,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: ypmatch.1,v 1.3 1996/02/11 22:37:57 mpp Exp $ +.\" $Id: ypmatch.1,v 1.3.2.1 1997/09/01 06:06:23 charnier Exp $ .\" .Dd December 3, 1993 .Dt YPMATCH 1 diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c index ee722b9d5bc70..a1af41f8ffc95 100644 --- a/usr.bin/ypmatch/ypmatch.c +++ b/usr.bin/ypmatch/ypmatch.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: ypmatch.c,v 1.2.6.1 1997/09/01 06:06:23 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ypwhich/Makefile b/usr.bin/ypwhich/Makefile index 1c964b2e8df53..45b81e525ba62 100644 --- a/usr.bin/ypwhich/Makefile +++ b/usr.bin/ypwhich/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.2 1994/02/17 07:06:22 rgrimes Exp $ +# $Id: Makefile,v 1.1 1994/08/08 01:13:34 wollman Exp $ PROG= ypwhich NOMAN= diff --git a/usr.bin/ypwhich/ypwhich.c b/usr.bin/ypwhich/ypwhich.c index 3c0a46659a095..f5d0da535ad96 100644 --- a/usr.bin/ypwhich/ypwhich.c +++ b/usr.bin/ypwhich/ypwhich.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: ypwhich.c,v 1.7.2.1 1997/09/01 06:08:30 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> |