summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-06-04 08:43:47 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-06-04 08:43:47 +0000
commitcd296df2c681e613fb665b6a63fa41835070cac5 (patch)
treecb05851963e02aee14ac63ab52ef6b8e1de07020
parent167be6f259825b0e88a4cfc7cd9228c9603fc603 (diff)
Oops, screwed up the $OpenBSD$ IDs
-rw-r--r--usr.sbin/pkg_install/add/extract.c5
-rw-r--r--usr.sbin/pkg_install/add/futil.c5
-rw-r--r--usr.sbin/pkg_install/add/main.c5
-rw-r--r--usr.sbin/pkg_install/add/perform.c5
-rw-r--r--usr.sbin/pkg_install/create/main.c5
-rw-r--r--usr.sbin/pkg_install/create/perform.c5
-rw-r--r--usr.sbin/pkg_install/create/pl.c5
-rw-r--r--usr.sbin/pkg_install/delete/main.c5
-rw-r--r--usr.sbin/pkg_install/delete/perform.c5
-rw-r--r--usr.sbin/pkg_install/info/main.c5
-rw-r--r--usr.sbin/pkg_install/info/perform.c5
-rw-r--r--usr.sbin/pkg_install/info/show.c5
-rw-r--r--usr.sbin/pkg_install/lib/exec.c5
-rw-r--r--usr.sbin/pkg_install/lib/file.c5
-rw-r--r--usr.sbin/pkg_install/lib/ftp.c3
-rw-r--r--usr.sbin/pkg_install/lib/ftp.h3
-rw-r--r--usr.sbin/pkg_install/lib/global.c5
-rw-r--r--usr.sbin/pkg_install/lib/msg.c5
-rw-r--r--usr.sbin/pkg_install/lib/pen.c5
-rw-r--r--usr.sbin/pkg_install/lib/plist.c4
-rw-r--r--usr.sbin/pkg_install/lib/str.c5
21 files changed, 60 insertions, 40 deletions
diff --git a/usr.sbin/pkg_install/add/extract.c b/usr.sbin/pkg_install/add/extract.c
index 605bfafbbd0..3add2b04442 100644
--- a/usr.sbin/pkg_install/add/extract.c
+++ b/usr.sbin/pkg_install/add/extract.c
@@ -1,6 +1,7 @@
-# $OpenBSD: extract.c,v 1.1 1996/06/04 07:56:03 niklas Exp $
+/* $OpenBSD: extract.c,v 1.2 1996/06/04 08:43:32 niklas Exp $ */
+
#ifndef lint
-static const char *rcsid = "$OpenBSD: extract.c,v 1.1 1996/06/04 07:56:03 niklas Exp $";
+static const char *rcsid = "$OpenBSD: extract.c,v 1.2 1996/06/04 08:43:32 niklas Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/add/futil.c b/usr.sbin/pkg_install/add/futil.c
index d78817679d5..333032ade08 100644
--- a/usr.sbin/pkg_install/add/futil.c
+++ b/usr.sbin/pkg_install/add/futil.c
@@ -1,6 +1,7 @@
-# $OpenBSD: futil.c,v 1.1 1996/06/04 07:56:03 niklas Exp $
+/* $OpenBSD: futil.c,v 1.2 1996/06/04 08:43:33 niklas Exp $ */
+
#ifndef lint
-static const char *rcsid = "$OpenBSD: futil.c,v 1.1 1996/06/04 07:56:03 niklas Exp $";
+static const char *rcsid = "$OpenBSD: futil.c,v 1.2 1996/06/04 08:43:33 niklas Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/add/main.c b/usr.sbin/pkg_install/add/main.c
index 0e067103a12..77f61d54bfe 100644
--- a/usr.sbin/pkg_install/add/main.c
+++ b/usr.sbin/pkg_install/add/main.c
@@ -1,6 +1,7 @@
-# $OpenBSD: main.c,v 1.1 1996/06/04 07:56:03 niklas Exp $
+/* $OpenBSD: main.c,v 1.2 1996/06/04 08:43:34 niklas Exp $ */
+
#ifndef lint
-static char *rcsid = "$OpenBSD: main.c,v 1.1 1996/06/04 07:56:03 niklas Exp $";
+static char *rcsid = "$OpenBSD: main.c,v 1.2 1996/06/04 08:43:34 niklas Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/add/perform.c b/usr.sbin/pkg_install/add/perform.c
index cb9e8270419..ff9a3ba939c 100644
--- a/usr.sbin/pkg_install/add/perform.c
+++ b/usr.sbin/pkg_install/add/perform.c
@@ -1,6 +1,7 @@
-# $OpenBSD: perform.c,v 1.1 1996/06/04 07:56:04 niklas Exp $
+/* $OpenBSD: perform.c,v 1.2 1996/06/04 08:43:34 niklas Exp $ */
+
#ifndef lint
-static const char *rcsid = "$OpenBSD: perform.c,v 1.1 1996/06/04 07:56:04 niklas Exp $";
+static const char *rcsid = "$OpenBSD: perform.c,v 1.2 1996/06/04 08:43:34 niklas Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/create/main.c b/usr.sbin/pkg_install/create/main.c
index 19498a8e66c..d8cc661b938 100644
--- a/usr.sbin/pkg_install/create/main.c
+++ b/usr.sbin/pkg_install/create/main.c
@@ -1,6 +1,7 @@
-# $OpenBSD: main.c,v 1.1 1996/06/04 07:56:05 niklas Exp $
+/* $OpenBSD: main.c,v 1.2 1996/06/04 08:43:35 niklas Exp $ */
+
#ifndef lint
-static const char *rcsid = "$OpenBSD: main.c,v 1.1 1996/06/04 07:56:05 niklas Exp $";
+static const char *rcsid = "$OpenBSD: main.c,v 1.2 1996/06/04 08:43:35 niklas Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c
index f1b703299a2..d635ab0ac5d 100644
--- a/usr.sbin/pkg_install/create/perform.c
+++ b/usr.sbin/pkg_install/create/perform.c
@@ -1,6 +1,7 @@
-# $OpenBSD: perform.c,v 1.1 1996/06/04 07:56:05 niklas Exp $
+/* $OpenBSD: perform.c,v 1.2 1996/06/04 08:43:36 niklas Exp $ */
+
#ifndef lint
-static const char *rcsid = "$OpenBSD: perform.c,v 1.1 1996/06/04 07:56:05 niklas Exp $";
+static const char *rcsid = "$OpenBSD: perform.c,v 1.2 1996/06/04 08:43:36 niklas Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/create/pl.c b/usr.sbin/pkg_install/create/pl.c
index 39101035274..15df3e6e622 100644
--- a/usr.sbin/pkg_install/create/pl.c
+++ b/usr.sbin/pkg_install/create/pl.c
@@ -1,6 +1,7 @@
-# $OpenBSD: pl.c,v 1.1 1996/06/04 07:56:06 niklas Exp $
+/* $OpenBSD: pl.c,v 1.2 1996/06/04 08:43:36 niklas Exp $ */
+
#ifndef lint
-static const char *rcsid = "$OpenBSD: pl.c,v 1.1 1996/06/04 07:56:06 niklas Exp $";
+static const char *rcsid = "$OpenBSD: pl.c,v 1.2 1996/06/04 08:43:36 niklas Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/delete/main.c b/usr.sbin/pkg_install/delete/main.c
index ef64951d899..871f2e8d480 100644
--- a/usr.sbin/pkg_install/delete/main.c
+++ b/usr.sbin/pkg_install/delete/main.c
@@ -1,6 +1,7 @@
-# $OpenBSD: main.c,v 1.1 1996/06/04 07:56:07 niklas Exp $
+/* $OpenBSD: main.c,v 1.2 1996/06/04 08:43:37 niklas Exp $ */
+
#ifndef lint
-static char *rcsid = "$OpenBSD: main.c,v 1.1 1996/06/04 07:56:07 niklas Exp $";
+static char *rcsid = "$OpenBSD: main.c,v 1.2 1996/06/04 08:43:37 niklas Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/delete/perform.c b/usr.sbin/pkg_install/delete/perform.c
index 299291ddd14..06edcaad3d7 100644
--- a/usr.sbin/pkg_install/delete/perform.c
+++ b/usr.sbin/pkg_install/delete/perform.c
@@ -1,6 +1,7 @@
-# $OpenBSD: perform.c,v 1.1 1996/06/04 07:56:08 niklas Exp $
+/* $OpenBSD: perform.c,v 1.2 1996/06/04 08:43:38 niklas Exp $ */
+
#ifndef lint
-static const char *rcsid = "$OpenBSD: perform.c,v 1.1 1996/06/04 07:56:08 niklas Exp $";
+static const char *rcsid = "$OpenBSD: perform.c,v 1.2 1996/06/04 08:43:38 niklas Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/info/main.c b/usr.sbin/pkg_install/info/main.c
index 0564276ef86..f2b0edeb483 100644
--- a/usr.sbin/pkg_install/info/main.c
+++ b/usr.sbin/pkg_install/info/main.c
@@ -1,6 +1,7 @@
-# $OpenBSD: main.c,v 1.1 1996/06/04 07:56:09 niklas Exp $
+/* $OpenBSD: main.c,v 1.2 1996/06/04 08:43:39 niklas Exp $ */
+
#ifndef lint
-static char *rcsid = "$OpenBSD: main.c,v 1.1 1996/06/04 07:56:09 niklas Exp $";
+static char *rcsid = "$OpenBSD: main.c,v 1.2 1996/06/04 08:43:39 niklas Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/info/perform.c b/usr.sbin/pkg_install/info/perform.c
index 84900147a91..255e9f32fd8 100644
--- a/usr.sbin/pkg_install/info/perform.c
+++ b/usr.sbin/pkg_install/info/perform.c
@@ -1,6 +1,7 @@
-# $OpenBSD: perform.c,v 1.1 1996/06/04 07:56:10 niklas Exp $
+/* $OpenBSD: perform.c,v 1.2 1996/06/04 08:43:39 niklas Exp $ */
+
#ifndef lint
-static const char *rcsid = "$OpenBSD: perform.c,v 1.1 1996/06/04 07:56:10 niklas Exp $";
+static const char *rcsid = "$OpenBSD: perform.c,v 1.2 1996/06/04 08:43:39 niklas Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/info/show.c b/usr.sbin/pkg_install/info/show.c
index 3d38df6e20f..464e3532896 100644
--- a/usr.sbin/pkg_install/info/show.c
+++ b/usr.sbin/pkg_install/info/show.c
@@ -1,6 +1,7 @@
-# $OpenBSD: show.c,v 1.1 1996/06/04 07:56:10 niklas Exp $
+/* $OpenBSD: show.c,v 1.2 1996/06/04 08:43:40 niklas Exp $ */
+
#ifndef lint
-static const char *rcsid = "$OpenBSD: show.c,v 1.1 1996/06/04 07:56:10 niklas Exp $";
+static const char *rcsid = "$OpenBSD: show.c,v 1.2 1996/06/04 08:43:40 niklas Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/lib/exec.c b/usr.sbin/pkg_install/lib/exec.c
index 6f10c3ce944..2fefd6006b9 100644
--- a/usr.sbin/pkg_install/lib/exec.c
+++ b/usr.sbin/pkg_install/lib/exec.c
@@ -1,6 +1,7 @@
-# $OpenBSD: exec.c,v 1.1 1996/06/04 07:56:11 niklas Exp $
+/* $OpenBSD: exec.c,v 1.2 1996/06/04 08:43:41 niklas Exp $ */
+
#ifndef lint
-static const char *rcsid = "$OpenBSD: exec.c,v 1.1 1996/06/04 07:56:11 niklas Exp $";
+static const char *rcsid = "$OpenBSD: exec.c,v 1.2 1996/06/04 08:43:41 niklas Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/lib/file.c b/usr.sbin/pkg_install/lib/file.c
index d37af1e8a07..a50016a6b8c 100644
--- a/usr.sbin/pkg_install/lib/file.c
+++ b/usr.sbin/pkg_install/lib/file.c
@@ -1,6 +1,7 @@
-# $OpenBSD: file.c,v 1.1 1996/06/04 07:56:11 niklas Exp $
+/* $OpenBSD: file.c,v 1.2 1996/06/04 08:43:42 niklas Exp $ */
+
#ifndef lint
-static const char *rcsid = "$OpenBSD: file.c,v 1.1 1996/06/04 07:56:11 niklas Exp $";
+static const char *rcsid = "$OpenBSD: file.c,v 1.2 1996/06/04 08:43:42 niklas Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/lib/ftp.c b/usr.sbin/pkg_install/lib/ftp.c
index ac507b6d6bd..913ca95cefa 100644
--- a/usr.sbin/pkg_install/lib/ftp.c
+++ b/usr.sbin/pkg_install/lib/ftp.c
@@ -1,4 +1,5 @@
- * $OpenBSD: ftp.c,v 1.1 1996/06/04 07:56:12 niklas Exp $
+/* $OpenBSD: ftp.c,v 1.2 1996/06/04 08:43:42 niklas Exp $ */
+
/*
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
diff --git a/usr.sbin/pkg_install/lib/ftp.h b/usr.sbin/pkg_install/lib/ftp.h
index b272d1c62de..176069bc272 100644
--- a/usr.sbin/pkg_install/lib/ftp.h
+++ b/usr.sbin/pkg_install/lib/ftp.h
@@ -1,4 +1,5 @@
-# $OpenBSD: ftp.h,v 1.1 1996/06/04 07:56:12 niklas Exp $
+/* $OpenBSD: ftp.h,v 1.2 1996/06/04 08:43:43 niklas Exp $ */
+
#ifndef _FTP_H_INCLUDE
#define _FTP_H_INCLUDE
diff --git a/usr.sbin/pkg_install/lib/global.c b/usr.sbin/pkg_install/lib/global.c
index 36d1a433b7b..c5137e6bb37 100644
--- a/usr.sbin/pkg_install/lib/global.c
+++ b/usr.sbin/pkg_install/lib/global.c
@@ -1,6 +1,7 @@
-# $OpenBSD: global.c,v 1.1 1996/06/04 07:56:12 niklas Exp $
+/* $OpenBSD: global.c,v 1.2 1996/06/04 08:43:44 niklas Exp $ */
+
#ifndef lint
-static const char *rcsid = "$OpenBSD: global.c,v 1.1 1996/06/04 07:56:12 niklas Exp $";
+static const char *rcsid = "$OpenBSD: global.c,v 1.2 1996/06/04 08:43:44 niklas Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/lib/msg.c b/usr.sbin/pkg_install/lib/msg.c
index 0ee3a57dbea..999bfaea477 100644
--- a/usr.sbin/pkg_install/lib/msg.c
+++ b/usr.sbin/pkg_install/lib/msg.c
@@ -1,6 +1,7 @@
-# $OpenBSD: msg.c,v 1.1 1996/06/04 07:56:13 niklas Exp $
+/* $OpenBSD: msg.c,v 1.2 1996/06/04 08:43:44 niklas Exp $ */
+
#ifndef lint
-static const char *rcsid = "$OpenBSD: msg.c,v 1.1 1996/06/04 07:56:13 niklas Exp $";
+static const char *rcsid = "$OpenBSD: msg.c,v 1.2 1996/06/04 08:43:44 niklas Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/lib/pen.c b/usr.sbin/pkg_install/lib/pen.c
index e26ad037617..42c89b6e715 100644
--- a/usr.sbin/pkg_install/lib/pen.c
+++ b/usr.sbin/pkg_install/lib/pen.c
@@ -1,6 +1,7 @@
-# $OpenBSD: pen.c,v 1.1 1996/06/04 07:56:13 niklas Exp $
+/* $OpenBSD: pen.c,v 1.2 1996/06/04 08:43:45 niklas Exp $ */
+
#ifndef lint
-static const char *rcsid = "$OpenBSD: pen.c,v 1.1 1996/06/04 07:56:13 niklas Exp $";
+static const char *rcsid = "$OpenBSD: pen.c,v 1.2 1996/06/04 08:43:45 niklas Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/lib/plist.c b/usr.sbin/pkg_install/lib/plist.c
index a24e63176d9..5cbc7aa25d7 100644
--- a/usr.sbin/pkg_install/lib/plist.c
+++ b/usr.sbin/pkg_install/lib/plist.c
@@ -1,6 +1,6 @@
-# $OpenBSD: plist.c,v 1.1 1996/06/04 07:56:14 niklas Exp $
+/* $OpenBSD: plist.c,v 1.2 1996/06/04 08:43:45 niklas Exp $ */
#ifndef lint
-static const char *rcsid = "$OpenBSD: plist.c,v 1.1 1996/06/04 07:56:14 niklas Exp $";
+static const char *rcsid = "$OpenBSD: plist.c,v 1.2 1996/06/04 08:43:45 niklas Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/lib/str.c b/usr.sbin/pkg_install/lib/str.c
index 1d8ec1c5c99..faaf3ba7579 100644
--- a/usr.sbin/pkg_install/lib/str.c
+++ b/usr.sbin/pkg_install/lib/str.c
@@ -1,6 +1,7 @@
-# $OpenBSD: str.c,v 1.1 1996/06/04 07:56:14 niklas Exp $
+/* $OpenBSD: str.c,v 1.2 1996/06/04 08:43:46 niklas Exp $ */
+
#ifndef lint
-static const char *rcsid = "$OpenBSD";
+static const char *rcsid = "$OpenBSD: str.c,v 1.2 1996/06/04 08:43:46 niklas Exp $";
#endif
/*