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 deeb4eb23db83..8ef2a9024a9af 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.6 1995/07/04 08:38:54 bde Exp $ +# $Id: Makefile,v 1.7 1996/03/28 20:49:29 joerg Exp $ PROG= bootparamd SRCS= bootparam_prot_xdr.c bootparam_prot_svc.c bootparamd.c main.c diff --git a/usr.sbin/bootparamd/bootparamd/bootparamd.c b/usr.sbin/bootparamd/bootparamd/bootparamd.c index 07a803fff2810..3169ecf9736b7 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.3.2.3 1998/03/09 13:50:32 jkh Exp $"; + "$Id: bootparamd.c,v 1.3.2.4 1998/07/18 11:08:53 jkh 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 910e7c1d28ada..f90d66e1d2d5c 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.2.2.4 1997/09/15 06:26:16 charnier Exp $ +.\" $Id: bootparams.5,v 1.2.2.5 1998/03/09 13:50:33 jkh 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 35befe9e169b2..3acbd6ae1caef 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.3.2.3 1998/03/09 13:50:35 jkh Exp $"; + "$Id: main.c,v 1.3.2.4 1998/07/18 11:08:56 jkh Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/bootparamd/callbootd/Makefile b/usr.sbin/bootparamd/callbootd/Makefile index 82d8f88895880..f9123e6b1c182 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.5 1995/05/30 03:46:29 rgrimes Exp $ +# $Id: Makefile,v 1.6 1995/07/04 08:39:07 bde Exp $ PROG= callbootd SRCS= bootparam_prot_xdr.c bootparam_prot_clnt.c callbootd.c diff --git a/usr.sbin/bootparamd/callbootd/callbootd.c b/usr.sbin/bootparamd/callbootd/callbootd.c index 372af4c150298..5cbb4f63eed5c 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.3.6.1 1997/09/15 06:26:20 charnier Exp $"; + "$Id: callbootd.c,v 1.3.6.2 1998/07/18 11:09:02 jkh Exp $"; #endif /* not lint */ #include "bootparam_prot.h" |