Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin s/netbsd.org/NetBSD.org/i



details:   https://anonhg.NetBSD.org/src/rev/70f6515bd53c
branches:  trunk
changeset: 555240:70f6515bd53c
user:      grant <grant%NetBSD.org@localhost>
date:      Wed Nov 12 13:31:07 2003 +0000

description:
s/netbsd.org/NetBSD.org/i

diffstat:

 usr.sbin/ac/ac.c                        |   6 +++---
 usr.sbin/etcupdate/etcupdate            |   4 ++--
 usr.sbin/faithd/README                  |   4 ++--
 usr.sbin/gspa/gspa/gspa.8               |   6 +++---
 usr.sbin/ifwatchd/ifwatchd.c            |   4 ++--
 usr.sbin/isdn/daicctl/daicctl.1         |   4 ++--
 usr.sbin/isdn/daicctl/daicctl.h         |   4 ++--
 usr.sbin/isdn/daicctl/debug.c           |   4 ++--
 usr.sbin/isdn/daicctl/dnload.c          |   4 ++--
 usr.sbin/isdn/daicctl/istat.c           |   4 ++--
 usr.sbin/isdn/daicctl/main.c            |   4 ++--
 usr.sbin/isdn/daicctl/xlog.c            |   4 ++--
 usr.sbin/isdn/isdnd/monitor.c           |   4 ++--
 usr.sbin/isdn/isdnmonitor/main.c        |   4 ++--
 usr.sbin/isdn/isdnmonitor/monitor.h     |   4 ++--
 usr.sbin/iteconfig/pathnames.h          |   4 ++--
 usr.sbin/kvm_mkdb/nlist_coff.c          |   6 +++---
 usr.sbin/kvm_mkdb/nlist_ecoff.c         |   6 +++---
 usr.sbin/kvm_mkdb/nlist_elf32.c         |   6 +++---
 usr.sbin/kvm_mkdb/nlist_elf64.c         |   6 +++---
 usr.sbin/pkg_install/view/linkfarm.1    |   4 ++--
 usr.sbin/pkg_install/view/pkg_view.1    |   4 ++--
 usr.sbin/rpc.pcnfsd/README              |   4 ++--
 usr.sbin/rpc.yppasswdd/yppasswdd_mkpw.c |   6 +++---
 usr.sbin/sa/extern.h                    |   4 ++--
 usr.sbin/sa/main.c                      |   6 +++---
 usr.sbin/sa/pathnames.h                 |   4 ++--
 usr.sbin/sa/pdb.c                       |   6 +++---
 usr.sbin/sa/usrdb.c                     |   6 +++---
 usr.sbin/sup/README                     |   4 ++--
 usr.sbin/sushi/blabel.c                 |   4 ++--
 usr.sbin/sushi/blabel.h                 |   4 ++--
 usr.sbin/sushi/formtree.h               |   4 ++--
 usr.sbin/sushi/functions.c              |  12 ++++++------
 usr.sbin/sushi/functions.h              |   4 ++--
 usr.sbin/sushi/handlers.c               |   4 ++--
 usr.sbin/sushi/handlers.h               |   4 ++--
 usr.sbin/sushi/menutree.c               |   6 +++---
 usr.sbin/sushi/menutree.h               |   4 ++--
 usr.sbin/sushi/run.c                    |   4 ++--
 usr.sbin/sushi/run.h                    |   4 ++--
 usr.sbin/sushi/scandir.c                |   6 +++---
 usr.sbin/sushi/scandir.h                |   4 ++--
 usr.sbin/sushi/scanform.c               |   4 ++--
 usr.sbin/sushi/scanform.h               |   4 ++--
 usr.sbin/sushi/sushi.8                  |   4 ++--
 usr.sbin/sushi/sushi.c                  |   4 ++--
 usr.sbin/sushi/sushi.h                  |   4 ++--
 usr.sbin/usbdevs/usbdevs.c              |   4 ++--
 usr.sbin/ypserv/common/ypresp_xdr.c     |   6 +++---
 usr.sbin/ypserv/mknetid/mknetid.c       |   6 +++---
 usr.sbin/ypserv/ypinit/ypinit.8         |   4 ++--
 usr.sbin/ypserv/ypinit/ypinit.sh        |   6 +++---
 usr.sbin/ypserv/yppush/yppush.h         |   4 ++--
 usr.sbin/ypserv/yppush/yppush_svc.c     |   6 +++---
 usr.sbin/ypserv/ypserv/ypserv_xdr.c     |   6 +++---
 56 files changed, 133 insertions(+), 133 deletions(-)

diffs (truncated from 1064 to 300 lines):

diff -r 301b86d4621b -r 70f6515bd53c usr.sbin/ac/ac.c
--- a/usr.sbin/ac/ac.c  Wed Nov 12 13:27:39 2003 +0000
+++ b/usr.sbin/ac/ac.c  Wed Nov 12 13:31:07 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ac.c,v 1.16 2003/09/19 06:19:02 itojun Exp $ */
+/* $NetBSD: ac.c,v 1.17 2003/11/12 13:31:07 grant Exp $ */
 
 /*
  * Copyright (c) 1994 Christopher G. Demetriou
@@ -15,7 +15,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
@@ -49,7 +49,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ac.c,v 1.16 2003/09/19 06:19:02 itojun Exp $");
+__RCSID("$NetBSD: ac.c,v 1.17 2003/11/12 13:31:07 grant Exp $");
 #endif
 
 #include <sys/types.h>
diff -r 301b86d4621b -r 70f6515bd53c usr.sbin/etcupdate/etcupdate
--- a/usr.sbin/etcupdate/etcupdate      Wed Nov 12 13:27:39 2003 +0000
+++ b/usr.sbin/etcupdate/etcupdate      Wed Nov 12 13:31:07 2003 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: etcupdate,v 1.20 2003/11/06 07:09:40 martti Exp $
+# $NetBSD: etcupdate,v 1.21 2003/11/12 13:31:07 grant Exp $
 #
 # Copyright (c) 2001 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -43,7 +43,7 @@
 # see the modifications and either install the new version or merge the
 # changes in to your current configuration files.
 #
-# This script was written by Martti Kuparinen <martti%netbsd.org@localhost> and
+# This script was written by Martti Kuparinen <martti%NetBSD.org@localhost> and
 # improved by several other NetBSD users.
 #
 # The idea for this script (including code fragments, variable names etc.)
diff -r 301b86d4621b -r 70f6515bd53c usr.sbin/faithd/README
--- a/usr.sbin/faithd/README    Wed Nov 12 13:27:39 2003 +0000
+++ b/usr.sbin/faithd/README    Wed Nov 12 13:31:07 2003 +0000
@@ -94,9 +94,9 @@
 (5.a) Install "newbie" and set up FAITH mode. See kit/ports/newbie.
 
 (5.b) Add an entry into /etc/hosts so that you can resolve hostname into
-faked IPv6 addrss.  For example, add the following line for www.netbsd.org:
+faked IPv6 addrss.  For example, add the following line for www.NetBSD.org:
 
-       3ffe:0501:ffff:0000::140.160.140.252    www.netbsd.org
+       3ffe:0501:ffff:0000::140.160.140.252    www.NetBSD.org
 
 <<On the translating router on which faithd runs.>>
 
diff -r 301b86d4621b -r 70f6515bd53c usr.sbin/gspa/gspa/gspa.8
--- a/usr.sbin/gspa/gspa/gspa.8 Wed Nov 12 13:27:39 2003 +0000
+++ b/usr.sbin/gspa/gspa/gspa.8 Wed Nov 12 13:31:07 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: gspa.8,v 1.1 2002/05/27 21:12:54 wiz Exp $
+.\" $NetBSD: gspa.8,v 1.2 2003/11/12 13:31:07 grant Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -87,6 +87,6 @@
 The
 .Fl c
 mode was added by Ignatios Souvatzis
-.Aq is%netbsd.org@localhost .
+.Aq is%NetBSD.org@localhost .
 This man page was written by Thomas Klausner
-.Aq wiz%netbsd.org@localhost .
+.Aq wiz%NetBSD.org@localhost .
diff -r 301b86d4621b -r 70f6515bd53c usr.sbin/ifwatchd/ifwatchd.c
--- a/usr.sbin/ifwatchd/ifwatchd.c      Wed Nov 12 13:27:39 2003 +0000
+++ b/usr.sbin/ifwatchd/ifwatchd.c      Wed Nov 12 13:31:07 2003 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: ifwatchd.c,v 1.16 2003/07/04 14:11:36 abs Exp $        */
+/*     $NetBSD: ifwatchd.c,v 1.17 2003/11/12 13:31:07 grant Exp $      */
 
 /*-
  * Copyright (c) 2002, 2003 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
- * by Martin Husemann <martin%NetBSD.ORG@localhost>.
+ * by Martin Husemann <martin%NetBSD.org@localhost>.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -r 301b86d4621b -r 70f6515bd53c usr.sbin/isdn/daicctl/daicctl.1
--- a/usr.sbin/isdn/daicctl/daicctl.1   Wed Nov 12 13:27:39 2003 +0000
+++ b/usr.sbin/isdn/daicctl/daicctl.1   Wed Nov 12 13:31:07 2003 +0000
@@ -1,10 +1,10 @@
-.\" $NetBSD: daicctl.1,v 1.8 2002/07/29 00:54:45 wiz Exp $
+.\" $NetBSD: daicctl.1,v 1.9 2003/11/12 13:31:07 grant Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to The NetBSD Foundation
-.\" by Martin Husemann <martin%netbsd.org@localhost>.
+.\" by Martin Husemann <martin%NetBSD.org@localhost>.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
diff -r 301b86d4621b -r 70f6515bd53c usr.sbin/isdn/daicctl/daicctl.h
--- a/usr.sbin/isdn/daicctl/daicctl.h   Wed Nov 12 13:27:39 2003 +0000
+++ b/usr.sbin/isdn/daicctl/daicctl.h   Wed Nov 12 13:31:07 2003 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: daicctl.h,v 1.4 2002/04/14 11:41:43 martin Exp $ */
+/* $NetBSD: daicctl.h,v 1.5 2003/11/12 13:31:07 grant Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
- * by Martin Husemann <martin%netbsd.org@localhost>.
+ * by Martin Husemann <martin%NetBSD.org@localhost>.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -r 301b86d4621b -r 70f6515bd53c usr.sbin/isdn/daicctl/debug.c
--- a/usr.sbin/isdn/daicctl/debug.c     Wed Nov 12 13:27:39 2003 +0000
+++ b/usr.sbin/isdn/daicctl/debug.c     Wed Nov 12 13:31:07 2003 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: debug.c,v 1.3 2002/04/14 11:41:43 martin Exp $ */
+/*     $NetBSD: debug.c,v 1.4 2003/11/12 13:31:07 grant Exp $  */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
- * by Martin Husemann <martin%netbsd.org@localhost>.
+ * by Martin Husemann <martin%NetBSD.org@localhost>.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -r 301b86d4621b -r 70f6515bd53c usr.sbin/isdn/daicctl/dnload.c
--- a/usr.sbin/isdn/daicctl/dnload.c    Wed Nov 12 13:27:39 2003 +0000
+++ b/usr.sbin/isdn/daicctl/dnload.c    Wed Nov 12 13:31:07 2003 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: dnload.c,v 1.4 2002/04/14 11:41:43 martin Exp $ */
+/* $NetBSD: dnload.c,v 1.5 2003/11/12 13:31:07 grant Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
- * by Martin Husemann <martin%netbsd.org@localhost>.
+ * by Martin Husemann <martin%NetBSD.org@localhost>.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -r 301b86d4621b -r 70f6515bd53c usr.sbin/isdn/daicctl/istat.c
--- a/usr.sbin/isdn/daicctl/istat.c     Wed Nov 12 13:27:39 2003 +0000
+++ b/usr.sbin/isdn/daicctl/istat.c     Wed Nov 12 13:31:07 2003 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: istat.c,v 1.4 2003/10/06 09:43:27 itojun Exp $ */
+/* $NetBSD: istat.c,v 1.5 2003/11/12 13:31:07 grant Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
- * by Martin Husemann <martin%netbsd.org@localhost>.
+ * by Martin Husemann <martin%NetBSD.org@localhost>.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -r 301b86d4621b -r 70f6515bd53c usr.sbin/isdn/daicctl/main.c
--- a/usr.sbin/isdn/daicctl/main.c      Wed Nov 12 13:27:39 2003 +0000
+++ b/usr.sbin/isdn/daicctl/main.c      Wed Nov 12 13:31:07 2003 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: main.c,v 1.7 2003/10/06 09:43:27 itojun Exp $ */
+/* $NetBSD: main.c,v 1.8 2003/11/12 13:31:07 grant Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
- * by Martin Husemann <martin%netbsd.org@localhost>.
+ * by Martin Husemann <martin%NetBSD.org@localhost>.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -r 301b86d4621b -r 70f6515bd53c usr.sbin/isdn/daicctl/xlog.c
--- a/usr.sbin/isdn/daicctl/xlog.c      Wed Nov 12 13:27:39 2003 +0000
+++ b/usr.sbin/isdn/daicctl/xlog.c      Wed Nov 12 13:31:07 2003 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: xlog.c,v 1.4 2003/10/06 09:43:27 itojun Exp $ */
+/* $NetBSD: xlog.c,v 1.5 2003/11/12 13:31:07 grant Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
- * by Martin Husemann <martin%netbsd.org@localhost>.
+ * by Martin Husemann <martin%NetBSD.org@localhost>.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -r 301b86d4621b -r 70f6515bd53c usr.sbin/isdn/isdnd/monitor.c
--- a/usr.sbin/isdn/isdnd/monitor.c     Wed Nov 12 13:27:39 2003 +0000
+++ b/usr.sbin/isdn/isdnd/monitor.c     Wed Nov 12 13:31:07 2003 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: monitor.c,v 1.11 2003/10/06 09:43:27 itojun Exp $ */
+/* $NetBSD: monitor.c,v 1.12 2003/11/12 13:31:07 grant Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
- * by Martin Husemann <martin%netbsd.org@localhost>.
+ * by Martin Husemann <martin%NetBSD.org@localhost>.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -r 301b86d4621b -r 70f6515bd53c usr.sbin/isdn/isdnmonitor/main.c
--- a/usr.sbin/isdn/isdnmonitor/main.c  Wed Nov 12 13:27:39 2003 +0000
+++ b/usr.sbin/isdn/isdnmonitor/main.c  Wed Nov 12 13:31:07 2003 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: main.c,v 1.6 2003/10/06 09:43:27 itojun Exp $ */
+/* $NetBSD: main.c,v 1.7 2003/11/12 13:31:07 grant Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
- * by Martin Husemann <martin%netbsd.org@localhost>.
+ * by Martin Husemann <martin%NetBSD.org@localhost>.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -r 301b86d4621b -r 70f6515bd53c usr.sbin/isdn/isdnmonitor/monitor.h
--- a/usr.sbin/isdn/isdnmonitor/monitor.h       Wed Nov 12 13:27:39 2003 +0000
+++ b/usr.sbin/isdn/isdnmonitor/monitor.h       Wed Nov 12 13:31:07 2003 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: monitor.h,v 1.2 2002/04/14 11:41:44 martin Exp $ */
+/* $NetBSD: monitor.h,v 1.3 2003/11/12 13:31:07 grant Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
- * by Martin Husemann <martin%netbsd.org@localhost>.
+ * by Martin Husemann <martin%NetBSD.org@localhost>.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -r 301b86d4621b -r 70f6515bd53c usr.sbin/iteconfig/pathnames.h
--- a/usr.sbin/iteconfig/pathnames.h    Wed Nov 12 13:27:39 2003 +0000
+++ b/usr.sbin/iteconfig/pathnames.h    Wed Nov 12 13:31:07 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pathnames.h,v 1.5 2000/06/14 17:26:05 cgd Exp $ */
+/* $NetBSD: pathnames.h,v 1.6 2003/11/12 13:31:07 grant Exp $ */
 
 /*
  * Copyright (c) 1994 Christopher G. Demetriou
@@ -15,7 +15,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
diff -r 301b86d4621b -r 70f6515bd53c usr.sbin/kvm_mkdb/nlist_coff.c
--- a/usr.sbin/kvm_mkdb/nlist_coff.c    Wed Nov 12 13:27:39 2003 +0000
+++ b/usr.sbin/kvm_mkdb/nlist_coff.c    Wed Nov 12 13:31:07 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nlist_coff.c,v 1.7 2003/09/19 06:24:04 itojun Exp $ */
+/* $NetBSD: nlist_coff.c,v 1.8 2003/11/12 13:31:07 grant Exp $ */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou
@@ -15,7 +15,7 @@
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
  *          This product includes software developed for the
- *          NetBSD Project.  See http://www.netbsd.org/ for
+ *          NetBSD Project.  See http://www.NetBSD.org/ for
  *          information about NetBSD.



Home | Main Index | Thread Index | Old Index