From 0b3bc144008c93d61f3720daf8aeff915df65ede Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 14 Jan 1997 07:20:47 +0000 Subject: Make the long-awaited change from $Id$ to $FreeBSD$ This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. --- adduser/Makefile | 2 +- adduser/addgroup.8 | 2 +- adduser/addgroup.tcl | 2 +- adduser/adduser.8 | 2 +- adduser/adduser.perl | 2 +- adduser/rmgroup.8 | 2 +- adduser/rmgroup.sh | 2 +- adduser/rmuser.8 | 2 +- adduser/rmuser.perl | 2 +- chpass/chpass.c | 2 +- chpass/pw_yp.c | 2 +- chpass/pw_yp.h | 2 +- libutil/libutil.h | 2 +- libutil/login_cap.c | 2 +- pw/Makefile | 2 +- pw/README | 2 +- pw/bitmap.c | 2 +- pw/bitmap.h | 2 +- pw/cpdir.c | 2 +- pw/edgroup.c | 2 +- pw/fileupd.c | 2 +- pw/grupd.c | 2 +- pw/psdate.c | 2 +- pw/psdate.h | 2 +- pw/pw.8 | 2 +- pw/pw.c | 2 +- pw/pw.conf.5 | 2 +- pw/pw.h | 2 +- pw/pw_conf.c | 2 +- pw/pw_group.c | 2 +- pw/pw_log.c | 2 +- pw/pw_nis.c | 2 +- pw/pw_user.c | 2 +- pw/pwupd.c | 2 +- pw/pwupd.h | 2 +- pw/rm_r.c | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/adduser/Makefile b/adduser/Makefile index e2014ba..f982fd5 100644 --- a/adduser/Makefile +++ b/adduser/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1996/11/04 17:21:08 wosch Exp $ +# $FreeBSD$ SCRIPTS= adduser.perl rmuser.perl addgroup.tcl rmgroup.sh MAN8= adduser.8 rmuser.8 addgroup.8 rmgroup.8 diff --git a/adduser/addgroup.8 b/adduser/addgroup.8 index 371c40b..5b6a494 100644 --- a/adduser/addgroup.8 +++ b/adduser/addgroup.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: addgroup.8,v 1.1 1996/11/04 17:21:10 wosch Exp $ +.\" $FreeBSD$ .Dd Oct, 30, 1996 .Dt ADDGROUP 8 diff --git a/adduser/addgroup.tcl b/adduser/addgroup.tcl index 2082b24..e024c8f 100644 --- a/adduser/addgroup.tcl +++ b/adduser/addgroup.tcl @@ -29,7 +29,7 @@ # signal handling # add only users who exist # -# $Id: addgroup.tcl,v 1.1 1996/10/29 20:31:43 wosch Exp $ +# $FreeBSD$ # set global variables set etc_group "/etc/group"; #set etc_group "/usr/tmp/group" diff --git a/adduser/adduser.8 b/adduser/adduser.8 index f2817e5..7b85a2d 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.15 1996/12/23 00:57:46 mpp Exp $ +.\" $FreeBSD$ .Dd Jan, 9, 1995 .Dt ADDUSER 8 .Os FreeBSD 2.1 diff --git a/adduser/adduser.perl b/adduser/adduser.perl index 42a1c5e..916641e 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.24 1996/12/29 15:06:52 wosch Exp $ +# $FreeBSD$ # read variables diff --git a/adduser/rmgroup.8 b/adduser/rmgroup.8 index 5426836..570cf52 100644 --- a/adduser/rmgroup.8 +++ b/adduser/rmgroup.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rmgroup.8,v 1.1 1996/11/04 17:21:11 wosch Exp $ +.\" $FreeBSD$ .Dd Oct, 30, 1996 .Dt RMGROUP 8 diff --git a/adduser/rmgroup.sh b/adduser/rmgroup.sh index ad0afa4..dad7462 100644 --- a/adduser/rmgroup.sh +++ b/adduser/rmgroup.sh @@ -4,7 +4,7 @@ # # rmgroup - delete a Unix group # -# $Id: rmgroup.sh,v 1.1 1996/10/30 20:41:17 wosch Exp wosch $ +# $FreeBSD$ PATH=/bin:/usr/bin; export PATH db=/etc/group diff --git a/adduser/rmuser.8 b/adduser/rmuser.8 index c0901ae..f124024 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.1 1996/11/17 03:51:31 wosch Exp $ +.\" $FreeBSD$ .\" .Dd July 16, 1996 .Dt RMUSER 8 diff --git a/adduser/rmuser.perl b/adduser/rmuser.perl index 73b42ae..240ffc0 100644 --- a/adduser/rmuser.perl +++ b/adduser/rmuser.perl @@ -30,7 +30,7 @@ # # Guy Helmer , 07/17/96 # -# $Id: rmuser.perl,v 1.2 1996/12/07 21:25:12 ache Exp $ +# $FreeBSD$ sub LOCK_SH {0x01;} sub LOCK_EX {0x02;} diff --git a/chpass/chpass.c b/chpass/chpass.c index 2c5e79d..efb67bc 100644 --- a/chpass/chpass.c +++ b/chpass/chpass.c @@ -40,7 +40,7 @@ static char copyright[] = #ifndef lint static char sccsid[] = "From: @(#)chpass.c 8.4 (Berkeley) 4/2/94"; static char rcsid[] = - "$Id: chpass.c,v 1.10 1996/07/14 16:42:33 guido Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/chpass/pw_yp.c b/chpass/pw_yp.c index a02327d..db4a69d 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.5 1996/05/07 21:05:12 wpaul Exp $ + * $FreeBSD$ */ #ifdef YP diff --git a/chpass/pw_yp.h b/chpass/pw_yp.h index 2bda1ec..c524897 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: pw_yp.h,v 1.3 1996/02/23 16:08:59 wpaul Exp $ + * $FreeBSD$ */ #ifdef YP diff --git a/libutil/libutil.h b/libutil/libutil.h index 05acf60..1235b66 100644 --- a/libutil/libutil.h +++ b/libutil/libutil.h @@ -18,7 +18,7 @@ * 5. Modifications may be freely made to this file providing the above * conditions are met. * - * $Id: libutil.h,v 1.1 1996/01/01 08:27:37 peter Exp $ + * $FreeBSD$ */ #ifndef _LIBUTIL_H_ diff --git a/libutil/login_cap.c b/libutil/login_cap.c index 961f539..30a36f0 100644 --- a/libutil/login_cap.c +++ b/libutil/login_cap.c @@ -21,7 +21,7 @@ * * Low-level routines relating to the user capabilities database * - * $Id: login_cap.c,v 1.3 1997/01/07 13:32:04 davidn Exp $ + * $FreeBSD$ */ #include diff --git a/pw/Makefile b/pw/Makefile index c752a61..f5c74a6 100644 --- a/pw/Makefile +++ b/pw/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/12/17 14:15:33 davidn Exp $ +# $FreeBSD$ PROG= pw SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c pw_nis.c \ diff --git a/pw/README b/pw/README index 46d0461..0180f7a 100644 --- a/pw/README +++ b/pw/README @@ -18,5 +18,5 @@ other bsd4.4 variants. Author and maintainer: David L. Nugent, -$Id: README,v 1.1.1.1 1996/12/09 14:05:35 joerg Exp $ +$FreeBSD$ diff --git a/pw/bitmap.c b/pw/bitmap.c index 9d26464..493c543 100644 --- a/pw/bitmap.c +++ b/pw/bitmap.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bitmap.c,v 1.1.1.1 1996/12/09 14:05:35 joerg Exp $ + * $FreeBSD$ */ #include diff --git a/pw/bitmap.h b/pw/bitmap.h index 712affd..93a9790 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: bitmap.h,v 1.1.1.1 1996/12/09 14:05:35 joerg Exp $ + * $FreeBSD$ */ #ifndef _BITMAP_H_ diff --git a/pw/cpdir.c b/pw/cpdir.c index 5f1773c..f8e2c32 100644 --- a/pw/cpdir.c +++ b/pw/cpdir.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cpdir.c,v 1.1.1.2 1996/12/09 23:55:15 joerg Exp $ + * $FreeBSD$ */ #include diff --git a/pw/edgroup.c b/pw/edgroup.c index c7b379c..62c2efe 100644 --- a/pw/edgroup.c +++ b/pw/edgroup.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: edgroup.c,v 1.1.1.2 1996/12/10 23:58:54 joerg Exp $ + * $FreeBSD$ */ #include diff --git a/pw/fileupd.c b/pw/fileupd.c index e49e407..9dd63c9 100644 --- a/pw/fileupd.c +++ b/pw/fileupd.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: fileupd.c,v 1.1.1.2 1996/12/10 23:58:55 joerg Exp $ + * $FreeBSD$ */ #include diff --git a/pw/grupd.c b/pw/grupd.c index 725cf09..583e4bb 100644 --- a/pw/grupd.c +++ b/pw/grupd.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: grupd.c,v 1.1.1.2 1996/12/10 23:58:56 joerg Exp $ + * $FreeBSD$ */ #include diff --git a/pw/psdate.c b/pw/psdate.c index 9a131fe..d77f1e3 100644 --- a/pw/psdate.c +++ b/pw/psdate.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: psdate.c,v 1.1.1.1 1996/12/09 14:05:35 joerg Exp $ + * $FreeBSD$ */ #include diff --git a/pw/psdate.h b/pw/psdate.h index b607087..14defb0 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: psdate.h,v 1.1.1.1 1996/12/09 14:05:35 joerg Exp $ + * $FreeBSD$ */ #ifndef _PSDATE_H_ diff --git a/pw/pw.8 b/pw/pw.8 index 7b8ebad..1a1f25f 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.5 1996/12/19 15:22:41 davidn Exp $ +.\" $FreeBSD$ .\" .Dd December 9, 1996 .Dt PW 8 diff --git a/pw/pw.c b/pw/pw.c index e9d55cc..b7336e1 100644 --- a/pw/pw.c +++ b/pw/pw.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pw.c,v 1.1.1.3 1996/12/10 23:58:58 joerg Exp $ + * $FreeBSD$ */ #include "pw.h" diff --git a/pw/pw.conf.5 b/pw/pw.conf.5 index 4ef6b18..d8324a3 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.2 1997/01/05 04:05:22 davidn Exp $ +.\" $FreeBSD$ .\" .Dd December 9, 1996 .Dt PW.CONF 5 diff --git a/pw/pw.h b/pw/pw.h index 37c4807..55edc21 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.3 1996/12/21 15:35:42 davidn Exp $ + * $FreeBSD$ */ #include diff --git a/pw/pw_conf.c b/pw/pw_conf.c index bf93c2a..79da46a 100644 --- a/pw/pw_conf.c +++ b/pw/pw_conf.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pw_conf.c,v 1.2 1996/12/21 15:35:42 davidn Exp $ + * $FreeBSD$ */ #include diff --git a/pw/pw_group.c b/pw/pw_group.c index a8b3c41..0e698cd 100644 --- a/pw/pw_group.c +++ b/pw/pw_group.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pw_group.c,v 1.2 1996/12/19 15:22:44 davidn Exp $ + * $FreeBSD$ */ #include diff --git a/pw/pw_log.c b/pw/pw_log.c index 753ca8e..7f11ea9 100644 --- a/pw/pw_log.c +++ b/pw/pw_log.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pw_log.c,v 1.1.1.1 1996/12/09 14:05:35 joerg Exp $ + * $FreeBSD$ */ #include diff --git a/pw/pw_nis.c b/pw/pw_nis.c index 781cfdd..f88ce66 100644 --- a/pw/pw_nis.c +++ b/pw/pw_nis.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #include diff --git a/pw/pw_user.c b/pw/pw_user.c index 9f95fee..effad9a 100644 --- a/pw/pw_user.c +++ b/pw/pw_user.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pw_user.c,v 1.11 1997/01/03 04:42:18 davidn Exp $ + * $FreeBSD$ */ #include diff --git a/pw/pwupd.c b/pw/pwupd.c index 29ee0bb..a2c2431 100644 --- a/pw/pwupd.c +++ b/pw/pwupd.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pwupd.c,v 1.2 1996/12/21 15:35:44 davidn Exp $ + * $FreeBSD$ */ #include diff --git a/pw/pwupd.h b/pw/pwupd.h index 457a91b..652f259 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.1.1.2 1996/12/10 23:59:03 joerg Exp $ + * $FreeBSD$ */ #ifndef _PWUPD_H_ diff --git a/pw/rm_r.c b/pw/rm_r.c index 49cd553..b1dd1a2 100644 --- a/pw/rm_r.c +++ b/pw/rm_r.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: rm_r.c,v 1.1.1.1 1996/12/09 14:05:35 joerg Exp $ + * $FreeBSD$ */ #include -- cgit v1.2.3-56-ge451