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 deeb4eb23db8..8ef2a9024a9a 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 0022484fefea..84346771f4c7 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.1 1997/09/15 06:26:15 charnier Exp $"; + "$Id: bootparamd.c,v 1.3.2.2 1997/10/19 10:44:28 joerg 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 ebd4f8df2172..dbb6c5707aac 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.3 1997/03/06 07:59:21 mpp Exp $ +.\" $Id: bootparams.5,v 1.2.2.4 1997/09/15 06:26:16 charnier 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 e4942816bcd2..f58b7528fb2e 100644 --- a/usr.sbin/bootparamd/bootparamd/main.c +++ b/usr.sbin/bootparamd/bootparamd/main.c @@ -10,7 +10,7 @@ use and modify. Please send modifications and/or suggestions + bug fixes to #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: main.c,v 1.3.2.2 1997/09/15 06:26:16 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/bootparamd/callbootd/Makefile b/usr.sbin/bootparamd/callbootd/Makefile index 82d8f8889588..f9123e6b1c18 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 6108fc7a329d..8b6106afc6b7 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$"; + "$Id: callbootd.c,v 1.3.6.1 1997/09/15 06:26:20 charnier Exp $"; #endif /* not lint */ #include "bootparam_prot.h" |
