summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-28 01:35:59 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-28 01:35:59 +0000
commit5cc3dcbb4b1ff86e884ca90d654447e83c91ac8f (patch)
treed28e06d76151f322f52c41fbec8057ba40655975
parent69d8c87ff532ef4aaaaa9b3a1877509e41cd3ef6 (diff)
downloadpw-darwin-5cc3dcbb4b1ff86e884ca90d654447e83c91ac8f.tar.gz
pw-darwin-5cc3dcbb4b1ff86e884ca90d654447e83c91ac8f.tar.zst
pw-darwin-5cc3dcbb4b1ff86e884ca90d654447e83c91ac8f.zip
$Id$ -> $FreeBSD$
-rw-r--r--adduser/Makefile2
-rw-r--r--adduser/adduser.82
-rw-r--r--adduser/adduser.perl2
-rw-r--r--adduser/rmuser.82
-rw-r--r--adduser/rmuser.perl2
-rw-r--r--libc/gen/pw_scan.c2
-rw-r--r--libutil/pw_util.c2
-rw-r--r--pw/Makefile2
-rw-r--r--pw/README2
-rw-r--r--pw/bitmap.c2
-rw-r--r--pw/bitmap.h2
-rw-r--r--pw/cpdir.c2
-rw-r--r--pw/edgroup.c2
-rw-r--r--pw/fileupd.c2
-rw-r--r--pw/grupd.c2
-rw-r--r--pw/psdate.c2
-rw-r--r--pw/psdate.h2
-rw-r--r--pw/pw.82
-rw-r--r--pw/pw.c2
-rw-r--r--pw/pw.conf.52
-rw-r--r--pw/pw.h2
-rw-r--r--pw/pw_conf.c2
-rw-r--r--pw/pw_group.c2
-rw-r--r--pw/pw_log.c2
-rw-r--r--pw/pw_nis.c2
-rw-r--r--pw/pw_user.c2
-rw-r--r--pw/pw_vpw.c2
-rw-r--r--pw/pwupd.c2
-rw-r--r--pw/pwupd.h2
-rw-r--r--pw/rm_r.c2
30 files changed, 30 insertions, 30 deletions
diff --git a/adduser/Makefile b/adduser/Makefile
index f60716f..62e911d 100644
--- a/adduser/Makefile
+++ b/adduser/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.12 1997/07/05 19:12:43 pst Exp $
+# $FreeBSD$
MAINTAINER= wosch
diff --git a/adduser/adduser.8 b/adduser/adduser.8
index deba8e9..12287f5 100644
--- a/adduser/adduser.8
+++ b/adduser/adduser.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: adduser.8,v 1.26 1998/08/17 18:50:29 wosch Exp $
+.\" $FreeBSD$
.\"
.Dd January 9, 1995
.Dt ADDUSER 8
diff --git a/adduser/adduser.perl b/adduser/adduser.perl
index 7b5a75e..3ce7b2a 100644
--- a/adduser/adduser.perl
+++ b/adduser/adduser.perl
@@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: adduser.perl,v 1.42 1999/01/15 10:26:59 danny Exp $
+# $FreeBSD$
# read variables
diff --git a/adduser/rmuser.8 b/adduser/rmuser.8
index b63fdff..d3b7648 100644
--- a/adduser/rmuser.8
+++ b/adduser/rmuser.8
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: rmuser.8,v 1.8 1997/11/02 00:58:39 jraynard Exp $
+.\" $FreeBSD$
.\"
.Dd February 23, 1997
.Dt RMUSER 8
diff --git a/adduser/rmuser.perl b/adduser/rmuser.perl
index 57bd74f..0e4296a 100644
--- a/adduser/rmuser.perl
+++ b/adduser/rmuser.perl
@@ -30,7 +30,7 @@
#
# Guy Helmer <ghelmer@cs.iastate.edu>, 02/23/97
#
-# $Id: rmuser.perl,v 1.6 1997/03/08 18:04:45 wosch Exp $
+# $FreeBSD$
sub LOCK_SH {0x01;}
sub LOCK_EX {0x02;}
diff --git a/libc/gen/pw_scan.c b/libc/gen/pw_scan.c
index d474786..5190686 100644
--- a/libc/gen/pw_scan.c
+++ b/libc/gen/pw_scan.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)pw_scan.c 8.3 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
- "$Id$";
+ "$FreeBSD$";
#endif /* not lint */
/*
diff --git a/libutil/pw_util.c b/libutil/pw_util.c
index 057b8bc..207da8f 100644
--- a/libutil/pw_util.c
+++ b/libutil/pw_util.c
@@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)pw_util.c 8.3 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
- "$Id: pw_util.c,v 1.15 1999/06/26 12:15:37 pb Exp $";
+ "$FreeBSD$";
#endif /* not lint */
/*
diff --git a/pw/Makefile b/pw/Makefile
index 7b630dd..e6c9fa3 100644
--- a/pw/Makefile
+++ b/pw/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1998/09/19 22:42:12 obrien Exp $
+# $FreeBSD$
PROG= pw
SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c pw_nis.c pw_vpw.c \
diff --git a/pw/README b/pw/README
index 3888127..e5abd8f 100644
--- a/pw/README
+++ b/pw/README
@@ -18,5 +18,5 @@ other bsd4.4 variants.
Author and maintainer: David L. Nugent, <davidn@blaze.net.au>
-$Id: README,v 1.3 1997/02/22 16:12:18 peter Exp $
+$FreeBSD$
diff --git a/pw/bitmap.c b/pw/bitmap.c
index bb55c5b..bcfea7e 100644
--- a/pw/bitmap.c
+++ b/pw/bitmap.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id$";
+ "$FreeBSD$";
#endif /* not lint */
#include <stdlib.h>
diff --git a/pw/bitmap.h b/pw/bitmap.h
index a2ef01a..94bd059 100644
--- a/pw/bitmap.h
+++ b/pw/bitmap.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $FreeBSD$
*/
#ifndef _BITMAP_H_
diff --git a/pw/cpdir.c b/pw/cpdir.c
index 048a87b..6d59401 100644
--- a/pw/cpdir.c
+++ b/pw/cpdir.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id$";
+ "$FreeBSD$";
#endif /* not lint */
#include <err.h>
diff --git a/pw/edgroup.c b/pw/edgroup.c
index 649a398..40313d2 100644
--- a/pw/edgroup.c
+++ b/pw/edgroup.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: edgroup.c,v 1.6 1998/07/16 17:18:22 nate Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <stdio.h>
diff --git a/pw/fileupd.c b/pw/fileupd.c
index d76259b..376f589 100644
--- a/pw/fileupd.c
+++ b/pw/fileupd.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: fileupd.c,v 1.6 1998/07/16 17:18:24 nate Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <stdio.h>
diff --git a/pw/grupd.c b/pw/grupd.c
index e36c192..237fe95 100644
--- a/pw/grupd.c
+++ b/pw/grupd.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: grupd.c,v 1.5 1997/10/10 06:23:32 charnier Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <stdio.h>
diff --git a/pw/psdate.c b/pw/psdate.c
index 5bdd3c9..f8b1fce 100644
--- a/pw/psdate.c
+++ b/pw/psdate.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: psdate.c,v 1.4 1997/10/10 06:23:32 charnier Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <stdio.h>
diff --git a/pw/psdate.h b/pw/psdate.h
index f0f1522..137427f 100644
--- a/pw/psdate.h
+++ b/pw/psdate.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $FreeBSD$
*/
#ifndef _PSDATE_H_
diff --git a/pw/pw.8 b/pw/pw.8
index 5de8237..c65aafe 100644
--- a/pw/pw.8
+++ b/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.15 1998/09/18 04:45:43 jkoshy Exp $
+.\" $FreeBSD$
.\"
.Dd December 9, 1996
.Dt PW 8
diff --git a/pw/pw.c b/pw/pw.c
index f71cdf7..1da063c 100644
--- a/pw/pw.c
+++ b/pw/pw.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: pw.c,v 1.14 1999/02/23 11:01:50 davidn Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <err.h>
diff --git a/pw/pw.conf.5 b/pw/pw.conf.5
index 06bccb7..2cec824 100644
--- a/pw/pw.conf.5
+++ b/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.7 1997/10/10 06:23:34 charnier Exp $
+.\" $FreeBSD$
.\"
.Dd December 9, 1996
.Dt PW.CONF 5
diff --git a/pw/pw.h b/pw/pw.h
index 16bea61..f85eac7 100644
--- a/pw/pw.h
+++ b/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.7 1997/10/10 06:23:35 charnier Exp $
+ * $FreeBSD$
*/
#include <stdio.h>
diff --git a/pw/pw_conf.c b/pw/pw_conf.c
index 387c462..e8a2105 100644
--- a/pw/pw_conf.c
+++ b/pw/pw_conf.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: pw_conf.c,v 1.8 1999/02/23 07:15:10 davidn Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <string.h>
diff --git a/pw/pw_group.c b/pw/pw_group.c
index 220a9b1..3385752 100644
--- a/pw/pw_group.c
+++ b/pw/pw_group.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: pw_group.c,v 1.7 1997/10/10 06:23:36 charnier Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <ctype.h>
diff --git a/pw/pw_log.c b/pw/pw_log.c
index e11e5ee..6f72c0d 100644
--- a/pw/pw_log.c
+++ b/pw/pw_log.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id$";
+ "$FreeBSD$";
#endif /* not lint */
#include <fcntl.h>
diff --git a/pw/pw_nis.c b/pw/pw_nis.c
index 3b041a8..74a3ed0 100644
--- a/pw/pw_nis.c
+++ b/pw/pw_nis.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: pw_nis.c,v 1.4 1997/10/10 06:23:38 charnier Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <stdio.h>
diff --git a/pw/pw_user.c b/pw/pw_user.c
index c1bb8e6..bba8a01 100644
--- a/pw/pw_user.c
+++ b/pw/pw_user.c
@@ -27,7 +27,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: pw_user.c,v 1.28 1999/03/02 00:53:33 davidn Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <ctype.h>
diff --git a/pw/pw_vpw.c b/pw/pw_vpw.c
index fca5324..ef12437 100644
--- a/pw/pw_vpw.c
+++ b/pw/pw_vpw.c
@@ -27,7 +27,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id$";
+ "$FreeBSD$";
#endif /* not lint */
#include <stdio.h>
diff --git a/pw/pwupd.c b/pw/pwupd.c
index 8e5fb32..05fb087 100644
--- a/pw/pwupd.c
+++ b/pw/pwupd.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: pwupd.c,v 1.7 1998/02/11 23:31:24 wosch Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <stdio.h>
diff --git a/pw/pwupd.h b/pw/pwupd.h
index 6695973..046bd2e 100644
--- a/pw/pwupd.h
+++ b/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.4 1997/02/22 16:12:31 peter Exp $
+ * $FreeBSD$
*/
#ifndef _PWUPD_H_
diff --git a/pw/rm_r.c b/pw/rm_r.c
index f671486..2af9a4e 100644
--- a/pw/rm_r.c
+++ b/pw/rm_r.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id$";
+ "$FreeBSD$";
#endif /* not lint */
#include <stdio.h>