summaryrefslogtreecommitdiffstats
path: root/chpass
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
commit69d8c87ff532ef4aaaaa9b3a1877509e41cd3ef6 (patch)
treebd77e026a90728b78552cccf51b71fd05457df70 /chpass
parentdc0fc8f2227eaf41141653427ab3f22806bc819a (diff)
downloadpw-darwin-69d8c87ff532ef4aaaaa9b3a1877509e41cd3ef6.tar.gz
pw-darwin-69d8c87ff532ef4aaaaa9b3a1877509e41cd3ef6.tar.zst
pw-darwin-69d8c87ff532ef4aaaaa9b3a1877509e41cd3ef6.zip
$Id$ -> $FreeBSD$
Diffstat (limited to 'chpass')
-rw-r--r--chpass/chpass.12
-rw-r--r--chpass/chpass.c2
-rw-r--r--chpass/edit.c2
-rw-r--r--chpass/pw_yp.c2
-rw-r--r--chpass/pw_yp.h2
-rw-r--r--chpass/util.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/chpass/chpass.1 b/chpass/chpass.1
index 098bca2..e0978b6 100644
--- a/chpass/chpass.1
+++ b/chpass/chpass.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)chpass.1 8.2 (Berkeley) 12/30/93
-.\" $Id: chpass.1,v 1.15 1999/02/23 02:41:26 ghelmer Exp $
+.\" $FreeBSD$
.\"
.Dd December 30, 1993
.Dt CHPASS 1
diff --git a/chpass/chpass.c b/chpass/chpass.c
index 2809f8b..77f9f78 100644
--- a/chpass/chpass.c
+++ b/chpass/chpass.c
@@ -40,7 +40,7 @@ static const char copyright[] =
#ifndef lint
static const char sccsid[] = "From: @(#)chpass.c 8.4 (Berkeley) 4/2/94";
static const char rcsid[] =
- "$Id: chpass.c,v 1.14 1997/03/29 04:28:38 imp Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/param.h>
diff --git a/chpass/edit.c b/chpass/edit.c
index cf4ae4d..cfb9513 100644
--- a/chpass/edit.c
+++ b/chpass/edit.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: edit.c,v 1.13 1999/02/23 02:41:26 ghelmer Exp $
+ * $FreeBSD$
*/
#ifndef lint
diff --git a/chpass/pw_yp.c b/chpass/pw_yp.c
index dbc262b..0877987 100644
--- a/chpass/pw_yp.c
+++ b/chpass/pw_yp.c
@@ -35,7 +35,7 @@
* Center for Telecommunications Research
* Columbia University, New York City
*
- * $Id: pw_yp.c,v 1.13 1998/10/17 14:08:12 bde Exp $
+ * $FreeBSD$
*/
#ifdef YP
diff --git a/chpass/pw_yp.h b/chpass/pw_yp.h
index 0a1e1c0..15f63d0 100644
--- a/chpass/pw_yp.h
+++ b/chpass/pw_yp.h
@@ -35,7 +35,7 @@
* Center for Telecommunications Research
* Columbia University, New York City
*
- * $Id$
+ * $FreeBSD$
*/
#ifdef YP
diff --git a/chpass/util.c b/chpass/util.c
index d8917f5..e7dd06b 100644
--- a/chpass/util.c
+++ b/chpass/util.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)util.c 8.4 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
- "$Id: util.c,v 1.6 1998/03/23 07:41:49 charnier Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>