diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
| commit | a8a3fe17f40c9b40fdba5b5a54eccb48a980e821 (patch) | |
| tree | cbb644b4992b30708378efe709bfa84fe6caddf4 /usr.sbin/pw | |
| parent | 95b66175a329d81a892710c81f126f1071ac17a0 (diff) | |
Diffstat (limited to 'usr.sbin/pw')
| -rw-r--r-- | usr.sbin/pw/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/pw/README | 2 | ||||
| -rw-r--r-- | usr.sbin/pw/bitmap.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pw/bitmap.h | 2 | ||||
| -rw-r--r-- | usr.sbin/pw/cpdir.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pw/edgroup.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pw/fileupd.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pw/grupd.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pw/psdate.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pw/psdate.h | 2 | ||||
| -rw-r--r-- | usr.sbin/pw/pw.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/pw/pw.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pw/pw.conf.5 | 2 | ||||
| -rw-r--r-- | usr.sbin/pw/pw.h | 2 | ||||
| -rw-r--r-- | usr.sbin/pw/pw_conf.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pw/pw_group.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pw/pw_log.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pw/pw_user.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pw/pwupd.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pw/pwupd.h | 2 | ||||
| -rw-r--r-- | usr.sbin/pw/rm_r.c | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/usr.sbin/pw/Makefile b/usr.sbin/pw/Makefile index 8728c048c333..39abe4c62d5d 100644 --- a/usr.sbin/pw/Makefile +++ b/usr.sbin/pw/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1.2.1 1996/12/10 00:31:52 joerg Exp $ +# $Id: Makefile,v 1.1.1.1.2.2 1997/02/07 11:21:44 davidn Exp $ PROG= pw SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c \ diff --git a/usr.sbin/pw/README b/usr.sbin/pw/README index 9302f6b5fec8..46d0461c390b 100644 --- a/usr.sbin/pw/README +++ b/usr.sbin/pw/README @@ -18,5 +18,5 @@ other bsd4.4 variants. Author and maintainer: David L. Nugent, <davidn@blaze.net.au> -$Id$ +$Id: README,v 1.1.1.1 1996/12/09 14:05:35 joerg Exp $ diff --git a/usr.sbin/pw/bitmap.c b/usr.sbin/pw/bitmap.c index bb55c5b6fcf3..e99a5b798d15 100644 --- a/usr.sbin/pw/bitmap.c +++ b/usr.sbin/pw/bitmap.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: bitmap.c,v 1.1.1.1.2.2 1997/11/04 07:16:10 charnier Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.sbin/pw/bitmap.h b/usr.sbin/pw/bitmap.h index 712affd554a3..62d8ecd5c30a 100644 --- a/usr.sbin/pw/bitmap.h +++ b/usr.sbin/pw/bitmap.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bitmap.h,v 1.1.1.1 1996/12/09 14:05:35 joerg Exp $ + * $Id: bitmap.h,v 1.1.1.1.2.1 1996/12/11 00:14:07 joerg Exp $ */ #ifndef _BITMAP_H_ diff --git a/usr.sbin/pw/cpdir.c b/usr.sbin/pw/cpdir.c index 048a87bd1724..bd86da28ff59 100644 --- a/usr.sbin/pw/cpdir.c +++ b/usr.sbin/pw/cpdir.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: cpdir.c,v 1.1.1.1.2.3 1997/11/04 07:16:11 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/pw/edgroup.c b/usr.sbin/pw/edgroup.c index e99f9c99a380..d58145e6623a 100644 --- a/usr.sbin/pw/edgroup.c +++ b/usr.sbin/pw/edgroup.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: edgroup.c,v 1.1.1.1.2.2 1997/11/04 07:16:11 charnier Exp $"; + "$Id: edgroup.c,v 1.1.1.1.2.3 1998/07/16 17:20:12 nate Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/fileupd.c b/usr.sbin/pw/fileupd.c index a8f85b7c0aee..3abd34c11a9b 100644 --- a/usr.sbin/pw/fileupd.c +++ b/usr.sbin/pw/fileupd.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: fileupd.c,v 1.1.1.1.2.2 1997/11/04 07:16:12 charnier Exp $"; + "$Id: fileupd.c,v 1.1.1.1.2.3 1998/07/16 17:20:16 nate Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/grupd.c b/usr.sbin/pw/grupd.c index 5701990db28b..249136abea3e 100644 --- a/usr.sbin/pw/grupd.c +++ b/usr.sbin/pw/grupd.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: grupd.c,v 1.1.1.1.2.2 1997/11/04 07:16:13 charnier Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/psdate.c b/usr.sbin/pw/psdate.c index 9b9cf78bc9fd..bfc9885aa3d0 100644 --- a/usr.sbin/pw/psdate.c +++ b/usr.sbin/pw/psdate.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: psdate.c,v 1.1.1.1.2.2 1997/11/04 07:16:13 charnier Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/pw/psdate.h b/usr.sbin/pw/psdate.h index b607087fd600..7dacb4c0bbd6 100644 --- a/usr.sbin/pw/psdate.h +++ b/usr.sbin/pw/psdate.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: psdate.h,v 1.1.1.1 1996/12/09 14:05:35 joerg Exp $ + * $Id: psdate.h,v 1.1.1.1.2.1 1996/12/11 00:14:12 joerg Exp $ */ #ifndef _PSDATE_H_ diff --git a/usr.sbin/pw/pw.8 b/usr.sbin/pw/pw.8 index 9a34ac32ee76..4abc69714c76 100644 --- a/usr.sbin/pw/pw.8 +++ b/usr.sbin/pw/pw.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pw.8,v 1.1.1.1.2.4 1997/10/14 06:38:56 charnier Exp $ +.\" $Id: pw.8,v 1.1.1.1.2.5 1997/11/04 07:16:14 charnier Exp $ .\" .Dd December 9, 1996 .Dt PW 8 diff --git a/usr.sbin/pw/pw.c b/usr.sbin/pw/pw.c index 1ba634263d87..616a109f0252 100644 --- a/usr.sbin/pw/pw.c +++ b/usr.sbin/pw/pw.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: pw.c,v 1.1.1.1.2.5 1997/11/04 07:16:15 charnier Exp $"; + "$Id: pw.c,v 1.1.1.1.2.6 1998/07/16 17:20:18 nate Exp $"; #endif /* not lint */ #include "pw.h" diff --git a/usr.sbin/pw/pw.conf.5 b/usr.sbin/pw/pw.conf.5 index 2c5408b58221..606fbd21124d 100644 --- a/usr.sbin/pw/pw.conf.5 +++ b/usr.sbin/pw/pw.conf.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pw.conf.5,v 1.1.1.1.2.4 1997/10/14 06:38:57 charnier Exp $ +.\" $Id: pw.conf.5,v 1.1.1.1.2.5 1997/12/25 09:35:59 hoek Exp $ .\" .Dd December 9, 1996 .Dt PW.CONF 5 diff --git a/usr.sbin/pw/pw.h b/usr.sbin/pw/pw.h index def3f3c1b7b8..7e48291999ad 100644 --- a/usr.sbin/pw/pw.h +++ b/usr.sbin/pw/pw.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pw.h,v 1.1.1.1.2.2 1996/12/11 00:14:15 joerg Exp $ + * $Id: pw.h,v 1.1.1.1.2.3 1997/11/04 07:16:16 charnier Exp $ */ #include <stdio.h> diff --git a/usr.sbin/pw/pw_conf.c b/usr.sbin/pw/pw_conf.c index 6e0c5a2ecc3b..475a49f6f92b 100644 --- a/usr.sbin/pw/pw_conf.c +++ b/usr.sbin/pw/pw_conf.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: pw_conf.c,v 1.1.1.1.2.3 1997/11/04 07:16:17 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/pw/pw_group.c b/usr.sbin/pw/pw_group.c index 19afcc07629c..388c3fbc4e0f 100644 --- a/usr.sbin/pw/pw_group.c +++ b/usr.sbin/pw/pw_group.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: pw_group.c,v 1.1.1.1.2.4 1997/11/04 07:16:18 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/pw/pw_log.c b/usr.sbin/pw/pw_log.c index e11e5ee1cc2b..515c964e0dc3 100644 --- a/usr.sbin/pw/pw_log.c +++ b/usr.sbin/pw/pw_log.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: pw_log.c,v 1.1.1.1.2.2 1997/11/04 07:16:19 charnier Exp $"; #endif /* not lint */ #include <fcntl.h> diff --git a/usr.sbin/pw/pw_user.c b/usr.sbin/pw/pw_user.c index c9f7e04ffa43..1ffcf8d986ba 100644 --- a/usr.sbin/pw/pw_user.c +++ b/usr.sbin/pw/pw_user.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: pw_user.c,v 1.1.1.1.2.10 1997/11/04 07:16:21 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.sbin/pw/pwupd.c b/usr.sbin/pw/pwupd.c index 92939c6ca02a..524336496b86 100644 --- a/usr.sbin/pw/pwupd.c +++ b/usr.sbin/pw/pwupd.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: pwupd.c,v 1.1.1.1.2.4 1997/11/04 07:16:21 charnier Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.sbin/pw/pwupd.h b/usr.sbin/pw/pwupd.h index 54324f89dfd6..64db796fb7ab 100644 --- a/usr.sbin/pw/pwupd.h +++ b/usr.sbin/pw/pwupd.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pwupd.h,v 1.1.1.1 1996/12/09 14:05:35 joerg Exp $ + * $Id: pwupd.h,v 1.1.1.1.2.1 1996/12/11 00:14:19 joerg Exp $ */ #ifndef _PWUPD_H_ diff --git a/usr.sbin/pw/rm_r.c b/usr.sbin/pw/rm_r.c index f671486876a8..393a12259234 100644 --- a/usr.sbin/pw/rm_r.c +++ b/usr.sbin/pw/rm_r.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: rm_r.c,v 1.1.1.1.2.2 1997/11/04 07:16:22 charnier Exp $"; #endif /* not lint */ #include <stdio.h> |
