diff options
Diffstat (limited to 'usr.sbin/bootparamd')
-rw-r--r-- | usr.sbin/bootparamd/bootparamd/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/bootparamd/bootparamd/bootparamd.c | 2 | ||||
-rw-r--r-- | usr.sbin/bootparamd/bootparamd/bootparams.5 | 2 | ||||
-rw-r--r-- | usr.sbin/bootparamd/bootparamd/main.c | 2 | ||||
-rw-r--r-- | usr.sbin/bootparamd/callbootd/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/bootparamd/callbootd/callbootd.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/bootparamd/bootparamd/Makefile b/usr.sbin/bootparamd/bootparamd/Makefile index 3e45b90580cd7..d26919aa72b1a 100644 --- a/usr.sbin/bootparamd/bootparamd/Makefile +++ b/usr.sbin/bootparamd/bootparamd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.9 1997/02/22 16:04:21 peter Exp $ +# $Id: Makefile,v 1.10 1998/05/09 11:32:43 bde Exp $ PROG= bootparamd SRCS= bootparamd.c main.c ${GENSRCS} diff --git a/usr.sbin/bootparamd/bootparamd/bootparamd.c b/usr.sbin/bootparamd/bootparamd/bootparamd.c index 2c5da81009b31..bfee96d978e0a 100644 --- a/usr.sbin/bootparamd/bootparamd/bootparamd.c +++ b/usr.sbin/bootparamd/bootparamd/bootparamd.c @@ -9,7 +9,7 @@ use and modify. Please send modifications and/or suggestions + bug fixes to #ifndef lint static const char rcsid[] = - "$Id: bootparamd.c,v 1.8 1997/10/19 10:42:39 joerg Exp $"; + "$Id: bootparamd.c,v 1.9 1998/06/09 04:58:36 imp Exp $"; #endif /* not lint */ #include <rpc/rpc.h> diff --git a/usr.sbin/bootparamd/bootparamd/bootparams.5 b/usr.sbin/bootparamd/bootparamd/bootparams.5 index 97b561e5c1a8e..4c22ccadb054c 100644 --- a/usr.sbin/bootparamd/bootparamd/bootparams.5 +++ b/usr.sbin/bootparamd/bootparamd/bootparams.5 @@ -25,7 +25,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" from: Id: bootparams.5,v 1.2 1994/10/03 19:26:13 gwr Exp -.\" $Id: bootparams.5,v 1.7 1997/09/04 11:49:26 charnier Exp $ +.\" $Id: bootparams.5,v 1.8 1998/01/01 11:02:45 bde Exp $ .\" .Dd October 2, 1994 .Dt BOOTPARAMS 5 diff --git a/usr.sbin/bootparamd/bootparamd/main.c b/usr.sbin/bootparamd/bootparamd/main.c index 7484bec9c1713..cd528de39d25b 100644 --- a/usr.sbin/bootparamd/bootparamd/main.c +++ b/usr.sbin/bootparamd/bootparamd/main.c @@ -9,7 +9,7 @@ use and modify. Please send modifications and/or suggestions + bug fixes to #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.7 1997/09/04 11:49:28 charnier Exp $"; + "$Id: main.c,v 1.8 1998/06/12 14:38:59 peter Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/bootparamd/callbootd/Makefile b/usr.sbin/bootparamd/callbootd/Makefile index 1d4fa9d802320..fc6a488e63652 100644 --- a/usr.sbin/bootparamd/callbootd/Makefile +++ b/usr.sbin/bootparamd/callbootd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.8 1997/02/22 16:04:27 peter Exp $ +# $Id: Makefile,v 1.9 1998/04/26 16:31:14 bde Exp $ PROG= callbootd SRCS= callbootd.c ${GENSRCS} diff --git a/usr.sbin/bootparamd/callbootd/callbootd.c b/usr.sbin/bootparamd/callbootd/callbootd.c index f92fb5f9b3ff4..d0d54955f31fe 100644 --- a/usr.sbin/bootparamd/callbootd/callbootd.c +++ b/usr.sbin/bootparamd/callbootd/callbootd.c @@ -9,7 +9,7 @@ use and modify. Please send modifications and/or suggestions + bug fixes to #ifndef lint static const char rcsid[] = - "$Id: callbootd.c,v 1.6 1997/09/04 11:50:37 charnier Exp $"; + "$Id: callbootd.c,v 1.7 1998/06/12 14:39:00 peter Exp $"; #endif /* not lint */ #include "bootparam_prot.h" |