diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 16:15:28 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 16:15:28 +0000 |
commit | 476602a9d0b9041b42a108349dc58a4ca6bf4223 (patch) | |
tree | 38391bfc9e5932559569fed2d8231e23b5bdd0ce | |
parent | fce15c9ab3ca0f4ffcbe6938087612818d7c7d80 (diff) |
Notes
594 files changed, 622 insertions, 613 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index fe61d94ebbdf8..9265995121686 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)sysctl.8 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd September 23, 1994 .Dt SYSCTL 8 diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index deff4510b2ead..2279e300e7f55 100644 --- a/sbin/sysctl/sysctl.c +++ b/sbin/sysctl/sysctl.c @@ -40,7 +40,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "From: @(#)sysctl.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$FreeBSD$"; + "$Id$"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/IPXrouted/Makefile b/usr.sbin/IPXrouted/Makefile index aae4fb4fd9fd9..5c8be5eec1e7b 100644 --- a/usr.sbin/IPXrouted/Makefile +++ b/usr.sbin/IPXrouted/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $Id$ PROG= IPXrouted MAN8= IPXrouted.8 diff --git a/usr.sbin/IPXrouted/af.c b/usr.sbin/IPXrouted/af.c index 64fb89ef186d9..0936b436d6d8c 100644 --- a/usr.sbin/IPXrouted/af.c +++ b/usr.sbin/IPXrouted/af.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/af.h b/usr.sbin/IPXrouted/af.h index 3fdc060132d09..cad28615d5fcb 100644 --- a/usr.sbin/IPXrouted/af.h +++ b/usr.sbin/IPXrouted/af.h @@ -36,7 +36,7 @@ * * @(#)af.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $Id$ */ /* diff --git a/usr.sbin/IPXrouted/defs.h b/usr.sbin/IPXrouted/defs.h index 04b43fad89798..a2950286d34ca 100644 --- a/usr.sbin/IPXrouted/defs.h +++ b/usr.sbin/IPXrouted/defs.h @@ -34,7 +34,7 @@ * * @(#)defs.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $Id$ */ #include <sys/types.h> diff --git a/usr.sbin/IPXrouted/if.c b/usr.sbin/IPXrouted/if.c index 34c96bc32f7fe..e8aeaa69f0872 100644 --- a/usr.sbin/IPXrouted/if.c +++ b/usr.sbin/IPXrouted/if.c @@ -34,7 +34,7 @@ * * static char sccsid[] = "@(#)if.c 5.1 (Berkeley) 6/4/85"; (routed/if.c) * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/input.c b/usr.sbin/IPXrouted/input.c index 3cce6c3a55780..cf54e89c9a794 100644 --- a/usr.sbin/IPXrouted/input.c +++ b/usr.sbin/IPXrouted/input.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/interface.h b/usr.sbin/IPXrouted/interface.h index 56ce15c4374ff..ed1208723e506 100644 --- a/usr.sbin/IPXrouted/interface.h +++ b/usr.sbin/IPXrouted/interface.h @@ -34,7 +34,7 @@ * * @(#)interface.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $Id$ */ /* diff --git a/usr.sbin/IPXrouted/main.c b/usr.sbin/IPXrouted/main.c index fffee4d38e799..a441371938bc5 100644 --- a/usr.sbin/IPXrouted/main.c +++ b/usr.sbin/IPXrouted/main.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/output.c b/usr.sbin/IPXrouted/output.c index 89e9b7d4b96eb..06b9a1619b739 100644 --- a/usr.sbin/IPXrouted/output.c +++ b/usr.sbin/IPXrouted/output.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/protocol.h b/usr.sbin/IPXrouted/protocol.h index 57affd21d5a7e..90a013a0d93ed 100644 --- a/usr.sbin/IPXrouted/protocol.h +++ b/usr.sbin/IPXrouted/protocol.h @@ -37,7 +37,7 @@ * * @(#)protocol.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $Id$ */ /* diff --git a/usr.sbin/IPXrouted/sap.h b/usr.sbin/IPXrouted/sap.h index e48d2160931f6..f5780d65abd69 100644 --- a/usr.sbin/IPXrouted/sap.h +++ b/usr.sbin/IPXrouted/sap.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef _SAP_H_ #define _SAP_H_ diff --git a/usr.sbin/IPXrouted/sap_input.c b/usr.sbin/IPXrouted/sap_input.c index a6d865e005375..c55d82f1dc018 100644 --- a/usr.sbin/IPXrouted/sap_input.c +++ b/usr.sbin/IPXrouted/sap_input.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/usr.sbin/IPXrouted/sap_output.c b/usr.sbin/IPXrouted/sap_output.c index c25f0e7835fa3..11c9cc0a7caec 100644 --- a/usr.sbin/IPXrouted/sap_output.c +++ b/usr.sbin/IPXrouted/sap_output.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/usr.sbin/IPXrouted/sap_tables.c b/usr.sbin/IPXrouted/sap_tables.c index 39f451c7532d3..2f584dc45f42c 100644 --- a/usr.sbin/IPXrouted/sap_tables.c +++ b/usr.sbin/IPXrouted/sap_tables.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include "defs.h" diff --git a/usr.sbin/IPXrouted/startup.c b/usr.sbin/IPXrouted/startup.c index a9f882d754712..6261cb725b8ac 100644 --- a/usr.sbin/IPXrouted/startup.c +++ b/usr.sbin/IPXrouted/startup.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/table.h b/usr.sbin/IPXrouted/table.h index dca22521297b5..8debdcdc52241 100644 --- a/usr.sbin/IPXrouted/table.h +++ b/usr.sbin/IPXrouted/table.h @@ -36,7 +36,7 @@ * * @(#)table.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $Id$ */ /* diff --git a/usr.sbin/IPXrouted/tables.c b/usr.sbin/IPXrouted/tables.c index 640cf0a40b857..17d1330f5c534 100644 --- a/usr.sbin/IPXrouted/tables.c +++ b/usr.sbin/IPXrouted/tables.c @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/timer.c b/usr.sbin/IPXrouted/timer.c index 3792997245e1c..d6b064e7e1683 100644 --- a/usr.sbin/IPXrouted/timer.c +++ b/usr.sbin/IPXrouted/timer.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/trace.c b/usr.sbin/IPXrouted/trace.c index af4df0105a1db..3b76d2ca375ce 100644 --- a/usr.sbin/IPXrouted/trace.c +++ b/usr.sbin/IPXrouted/trace.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/usr.sbin/IPXrouted/trace.h b/usr.sbin/IPXrouted/trace.h index e6f144dd11a26..cbe52d5481b6c 100644 --- a/usr.sbin/IPXrouted/trace.h +++ b/usr.sbin/IPXrouted/trace.h @@ -37,7 +37,7 @@ * * @(#)trace.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $Id$ */ /* diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 6e813d594b781..f121d3a9d37c8 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 5.20 (Berkeley) 6/12/93 -# $FreeBSD$ +# $Id$ # XXX MISSING: mkproto SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chown chroot ckdist \ diff --git a/usr.sbin/ac/Makefile b/usr.sbin/ac/Makefile index 8a1c5a32d230f..e3b47f524fccb 100644 --- a/usr.sbin/ac/Makefile +++ b/usr.sbin/ac/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= ac MAN8= ac.8 diff --git a/usr.sbin/ac/ac.8 b/usr.sbin/ac/ac.8 index f2281a3dee4bb..e1514f0f67ac0 100644 --- a/usr.sbin/ac/ac.8 +++ b/usr.sbin/ac/ac.8 @@ -28,7 +28,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. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd March 15, 1994 .Dt AC 8 diff --git a/usr.sbin/ac/ac.c b/usr.sbin/ac/ac.c index beb2ddb1f8a9b..f4af92c47585c 100644 --- a/usr.sbin/ac/ac.c +++ b/usr.sbin/ac/ac.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif #include <sys/types.h> diff --git a/usr.sbin/adduser/Makefile b/usr.sbin/adduser/Makefile index f982fd5155402..044e6cb61ed8d 100644 --- a/usr.sbin/adduser/Makefile +++ b/usr.sbin/adduser/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ SCRIPTS= adduser.perl rmuser.perl addgroup.tcl rmgroup.sh MAN8= adduser.8 rmuser.8 addgroup.8 rmgroup.8 diff --git a/usr.sbin/adduser/addgroup.8 b/usr.sbin/adduser/addgroup.8 index 7d7c55fe6869a..2e2d754e226ae 100644 --- a/usr.sbin/adduser/addgroup.8 +++ b/usr.sbin/adduser/addgroup.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .Dd Oct, 30, 1996 .Dt ADDGROUP 8 diff --git a/usr.sbin/adduser/addgroup.tcl b/usr.sbin/adduser/addgroup.tcl index e024c8fa1191d..25aeab69da1b3 100644 --- a/usr.sbin/adduser/addgroup.tcl +++ b/usr.sbin/adduser/addgroup.tcl @@ -29,7 +29,7 @@ # signal handling # add only users who exist # -# $FreeBSD$ +# $Id$ # set global variables set etc_group "/etc/group"; #set etc_group "/usr/tmp/group" diff --git a/usr.sbin/adduser/adduser.8 b/usr.sbin/adduser/adduser.8 index 3ee6fa1fecc9e..01fc4150fcc9d 100644 --- a/usr.sbin/adduser/adduser.8 +++ b/usr.sbin/adduser/adduser.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .Dd Jan, 9, 1995 .Dt ADDUSER 8 .Os FreeBSD 2.1 diff --git a/usr.sbin/adduser/adduser.perl b/usr.sbin/adduser/adduser.perl index 916641ee205ab..0a77087160484 100644 --- a/usr.sbin/adduser/adduser.perl +++ b/usr.sbin/adduser/adduser.perl @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $Id$ # read variables diff --git a/usr.sbin/adduser/rmgroup.8 b/usr.sbin/adduser/rmgroup.8 index 3868bcecfab21..d5197be7df5d7 100644 --- a/usr.sbin/adduser/rmgroup.8 +++ b/usr.sbin/adduser/rmgroup.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .Dd Oct, 30, 1996 .Dt RMGROUP 8 diff --git a/usr.sbin/adduser/rmgroup.sh b/usr.sbin/adduser/rmgroup.sh index dad7462b72f0f..41303f2f6830b 100644 --- a/usr.sbin/adduser/rmgroup.sh +++ b/usr.sbin/adduser/rmgroup.sh @@ -4,7 +4,7 @@ # # rmgroup - delete a Unix group # -# $FreeBSD$ +# $Id$ PATH=/bin:/usr/bin; export PATH db=/etc/group diff --git a/usr.sbin/adduser/rmuser.8 b/usr.sbin/adduser/rmuser.8 index 2b92f3500485e..88195cded1a97 100644 --- a/usr.sbin/adduser/rmuser.8 +++ b/usr.sbin/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. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd July 16, 1996 .Dt RMUSER 8 diff --git a/usr.sbin/adduser/rmuser.perl b/usr.sbin/adduser/rmuser.perl index 240ffc07a5395..13b78e6f58b75 100644 --- a/usr.sbin/adduser/rmuser.perl +++ b/usr.sbin/adduser/rmuser.perl @@ -30,7 +30,7 @@ # # Guy Helmer <ghelmer@alpha.dsu.edu>, 07/17/96 # -# $FreeBSD$ +# $Id$ sub LOCK_SH {0x01;} sub LOCK_EX {0x02;} diff --git a/usr.sbin/amd/amd/afs_ops.c b/usr.sbin/amd/amd/afs_ops.c index c99d67a38fad4..f84edb2dde505 100644 --- a/usr.sbin/amd/amd/afs_ops.c +++ b/usr.sbin/amd/amd/afs_ops.c @@ -37,7 +37,7 @@ * * @(#)afs_ops.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/am_ops.c b/usr.sbin/amd/amd/am_ops.c index 5daa5f9181087..f3360e0f60c98 100644 --- a/usr.sbin/amd/amd/am_ops.c +++ b/usr.sbin/amd/amd/am_ops.c @@ -37,7 +37,7 @@ * * @(#)am_ops.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/amd.8 b/usr.sbin/amd/amd/amd.8 index aea6f37d2c339..d0e7a27578ffa 100644 --- a/usr.sbin/amd/amd/amd.8 +++ b/usr.sbin/amd/amd/amd.8 @@ -37,7 +37,7 @@ .\" .\" @(#)amd.8 5.10 (Berkeley) 4/19/94 .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd "April 19, 1994" .Dt AMD 8 diff --git a/usr.sbin/amd/amd/amd.c b/usr.sbin/amd/amd/amd.c index a3087b6bc74f7..4087492aeff37 100644 --- a/usr.sbin/amd/amd/amd.c +++ b/usr.sbin/amd/amd/amd.c @@ -37,7 +37,7 @@ * * @(#)amd.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/amq_subr.c b/usr.sbin/amd/amd/amq_subr.c index e05911fb03576..ede6aa588ca6a 100644 --- a/usr.sbin/amd/amd/amq_subr.c +++ b/usr.sbin/amd/amd/amq_subr.c @@ -37,7 +37,7 @@ * * @(#)amq_subr.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ /* diff --git a/usr.sbin/amd/amd/clock.c b/usr.sbin/amd/amd/clock.c index 65578ed895250..a97282feeb455 100644 --- a/usr.sbin/amd/amd/clock.c +++ b/usr.sbin/amd/amd/clock.c @@ -37,7 +37,7 @@ * * @(#)clock.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/efs_ops.c b/usr.sbin/amd/amd/efs_ops.c index 4cc01500f1f84..71e6f9be2418d 100644 --- a/usr.sbin/amd/amd/efs_ops.c +++ b/usr.sbin/amd/amd/efs_ops.c @@ -37,7 +37,7 @@ * * @(#)efs_ops.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/get_args.c b/usr.sbin/amd/amd/get_args.c index 90263ca0fb34c..874ecd8cfe058 100644 --- a/usr.sbin/amd/amd/get_args.c +++ b/usr.sbin/amd/amd/get_args.c @@ -37,7 +37,7 @@ * * @(#)get_args.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/host_ops.c b/usr.sbin/amd/amd/host_ops.c index e831a4e9cbd11..bf71fc092a5aa 100644 --- a/usr.sbin/amd/amd/host_ops.c +++ b/usr.sbin/amd/amd/host_ops.c @@ -37,7 +37,7 @@ * * @(#)host_ops.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/ifs_ops.c b/usr.sbin/amd/amd/ifs_ops.c index 000d0e335c4eb..d52caa5b0c65c 100644 --- a/usr.sbin/amd/amd/ifs_ops.c +++ b/usr.sbin/amd/amd/ifs_ops.c @@ -37,7 +37,7 @@ * * @(#)ifs_ops.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/info_file.c b/usr.sbin/amd/amd/info_file.c index fea0d21ab7d6e..432486300b46f 100644 --- a/usr.sbin/amd/amd/info_file.c +++ b/usr.sbin/amd/amd/info_file.c @@ -37,7 +37,7 @@ * * @(#)info_file.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/info_hes.c b/usr.sbin/amd/amd/info_hes.c index f9a835f3018f9..954a41413e992 100644 --- a/usr.sbin/amd/amd/info_hes.c +++ b/usr.sbin/amd/amd/info_hes.c @@ -37,7 +37,7 @@ * * @(#)info_hes.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/info_ndbm.c b/usr.sbin/amd/amd/info_ndbm.c index 4bfcc8f2285fe..fa3f4574c31a8 100644 --- a/usr.sbin/amd/amd/info_ndbm.c +++ b/usr.sbin/amd/amd/info_ndbm.c @@ -37,7 +37,7 @@ * * @(#)info_ndbm.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/info_nis.c b/usr.sbin/amd/amd/info_nis.c index 21ef0e17dd107..72309bbed71f2 100644 --- a/usr.sbin/amd/amd/info_nis.c +++ b/usr.sbin/amd/amd/info_nis.c @@ -37,7 +37,7 @@ * * @(#)info_nis.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/info_passwd.c b/usr.sbin/amd/amd/info_passwd.c index ed941ba4ec68a..067f8c3fd294f 100644 --- a/usr.sbin/amd/amd/info_passwd.c +++ b/usr.sbin/amd/amd/info_passwd.c @@ -37,7 +37,7 @@ * * @(#)info_passwd.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/info_union.c b/usr.sbin/amd/amd/info_union.c index 1c0f8d5820e55..e72de442adf96 100644 --- a/usr.sbin/amd/amd/info_union.c +++ b/usr.sbin/amd/amd/info_union.c @@ -37,7 +37,7 @@ * * @(#)info_union.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/map.c b/usr.sbin/amd/amd/map.c index 82ddeed21f68f..9aa480f9dce88 100644 --- a/usr.sbin/amd/amd/map.c +++ b/usr.sbin/amd/amd/map.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/usr.sbin/amd/amd/mapc.c b/usr.sbin/amd/amd/mapc.c index 3c6e3e2c72a83..cd02f66d34c1a 100644 --- a/usr.sbin/amd/amd/mapc.c +++ b/usr.sbin/amd/amd/mapc.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/usr.sbin/amd/amd/misc_rpc.c b/usr.sbin/amd/amd/misc_rpc.c index 09330684f1eea..b3f1e4960dfee 100644 --- a/usr.sbin/amd/amd/misc_rpc.c +++ b/usr.sbin/amd/amd/misc_rpc.c @@ -37,7 +37,7 @@ * * @(#)misc_rpc.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/mntfs.c b/usr.sbin/amd/amd/mntfs.c index 0cc63b3df82bf..f1b0953fb884a 100644 --- a/usr.sbin/amd/amd/mntfs.c +++ b/usr.sbin/amd/amd/mntfs.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/usr.sbin/amd/amd/mount_fs.c b/usr.sbin/amd/amd/mount_fs.c index 91dceae0e8958..2c3a34ecdeceb 100644 --- a/usr.sbin/amd/amd/mount_fs.c +++ b/usr.sbin/amd/amd/mount_fs.c @@ -37,7 +37,7 @@ * * @(#)mount_fs.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/mtab.c b/usr.sbin/amd/amd/mtab.c index f207a40db99e3..cea9d464d7966 100644 --- a/usr.sbin/amd/amd/mtab.c +++ b/usr.sbin/amd/amd/mtab.c @@ -37,7 +37,7 @@ * * @(#)mtab.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/nfs_ops.c b/usr.sbin/amd/amd/nfs_ops.c index 15c616c96376f..0f9cef8067da5 100644 --- a/usr.sbin/amd/amd/nfs_ops.c +++ b/usr.sbin/amd/amd/nfs_ops.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/usr.sbin/amd/amd/nfs_start.c b/usr.sbin/amd/amd/nfs_start.c index d97707656cdf7..fa10b5b3a90a9 100644 --- a/usr.sbin/amd/amd/nfs_start.c +++ b/usr.sbin/amd/amd/nfs_start.c @@ -37,7 +37,7 @@ * * @(#)nfs_start.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/nfs_subr.c b/usr.sbin/amd/amd/nfs_subr.c index 0e236d9ad9573..07d8cffb48724 100644 --- a/usr.sbin/amd/amd/nfs_subr.c +++ b/usr.sbin/amd/amd/nfs_subr.c @@ -37,7 +37,7 @@ * * @(#)nfs_subr.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/nfsx_ops.c b/usr.sbin/amd/amd/nfsx_ops.c index da0ee0a26068e..b96c0ea5ca208 100644 --- a/usr.sbin/amd/amd/nfsx_ops.c +++ b/usr.sbin/amd/amd/nfsx_ops.c @@ -37,7 +37,7 @@ * * @(#)nfsx_ops.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/opts.c b/usr.sbin/amd/amd/opts.c index 0dd1b2532b622..7fc57add913f8 100644 --- a/usr.sbin/amd/amd/opts.c +++ b/usr.sbin/amd/amd/opts.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/usr.sbin/amd/amd/pfs_ops.c b/usr.sbin/amd/amd/pfs_ops.c index 4d96f58ffd5c1..8c9f4ac98ef72 100644 --- a/usr.sbin/amd/amd/pfs_ops.c +++ b/usr.sbin/amd/amd/pfs_ops.c @@ -37,7 +37,7 @@ * * @(#)pfs_ops.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/restart.c b/usr.sbin/amd/amd/restart.c index a55044e0c8939..29f6044d0f9d3 100644 --- a/usr.sbin/amd/amd/restart.c +++ b/usr.sbin/amd/amd/restart.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/rpc_fwd.c b/usr.sbin/amd/amd/rpc_fwd.c index 2249876697769..4fc5b17f39c47 100644 --- a/usr.sbin/amd/amd/rpc_fwd.c +++ b/usr.sbin/amd/amd/rpc_fwd.c @@ -37,7 +37,7 @@ * * @(#)rpc_fwd.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/sched.c b/usr.sbin/amd/amd/sched.c index b63db67e4637d..0e72abd6b9d1b 100644 --- a/usr.sbin/amd/amd/sched.c +++ b/usr.sbin/amd/amd/sched.c @@ -37,7 +37,7 @@ * * @(#)sched.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/sfs_ops.c b/usr.sbin/amd/amd/sfs_ops.c index 0c77a4f0450a9..51cc4d86dcaf5 100644 --- a/usr.sbin/amd/amd/sfs_ops.c +++ b/usr.sbin/amd/amd/sfs_ops.c @@ -37,7 +37,7 @@ * * @(#)sfs_ops.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/srvr_afs.c b/usr.sbin/amd/amd/srvr_afs.c index 13ab6d1c600dd..2bf8acb74d9ab 100644 --- a/usr.sbin/amd/amd/srvr_afs.c +++ b/usr.sbin/amd/amd/srvr_afs.c @@ -37,7 +37,7 @@ * * @(#)srvr_afs.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/srvr_nfs.c b/usr.sbin/amd/amd/srvr_nfs.c index 900906bf807c9..22e99fca81db3 100644 --- a/usr.sbin/amd/amd/srvr_nfs.c +++ b/usr.sbin/amd/amd/srvr_nfs.c @@ -37,7 +37,7 @@ * * @(#)srvr_nfs.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/ufs_ops.c b/usr.sbin/amd/amd/ufs_ops.c index 605990fa3ac34..e586ac2d984f8 100644 --- a/usr.sbin/amd/amd/ufs_ops.c +++ b/usr.sbin/amd/amd/ufs_ops.c @@ -37,7 +37,7 @@ * * @(#)ufs_ops.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/umount_fs.c b/usr.sbin/amd/amd/umount_fs.c index 36a95014826ed..bb48533e904c2 100644 --- a/usr.sbin/amd/amd/umount_fs.c +++ b/usr.sbin/amd/amd/umount_fs.c @@ -37,7 +37,7 @@ * * @(#)umount_fs.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/util.c b/usr.sbin/amd/amd/util.c index 6939286a3df1c..837a9cd70c9bf 100644 --- a/usr.sbin/amd/amd/util.c +++ b/usr.sbin/amd/amd/util.c @@ -37,7 +37,7 @@ * * @(#)util.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/wire.c b/usr.sbin/amd/amd/wire.c index 43aa95a1489a2..340a284abba68 100644 --- a/usr.sbin/amd/amd/wire.c +++ b/usr.sbin/amd/amd/wire.c @@ -37,7 +37,7 @@ * * @(#)wire.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amd/xutil.c b/usr.sbin/amd/amd/xutil.c index e8cdb7802457c..58ed1832a5a36 100644 --- a/usr.sbin/amd/amd/xutil.c +++ b/usr.sbin/amd/amd/xutil.c @@ -37,7 +37,7 @@ * * @(#)xutil.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/amq/amq.8 b/usr.sbin/amd/amq/amq.8 index 5c5ac897cc57c..ba3b9bac4e311 100644 --- a/usr.sbin/amd/amq/amq.8 +++ b/usr.sbin/amd/amq/amq.8 @@ -37,7 +37,7 @@ .\" .\" @(#)amq.8 8.3 (Berkeley) 4/18/94 .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd March 16, 1991 .Dt AMQ 8 diff --git a/usr.sbin/amd/amq/amq.c b/usr.sbin/amd/amq/amq.c index 2d8b855464d82..082a6817c44e0 100644 --- a/usr.sbin/amd/amq/amq.c +++ b/usr.sbin/amd/amq/amq.c @@ -37,7 +37,7 @@ * * @(#)amq.c 8.1 (Berkeley) 6/7/93 * - * $FreeBSD$ + * $Id$ * */ @@ -54,7 +54,7 @@ char copyright[] = "\ #endif /* not lint */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; static char sccsid[] = "@(#)amq.c 8.1 (Berkeley) 6/7/93"; #endif /* not lint */ diff --git a/usr.sbin/amd/config/Configure b/usr.sbin/amd/config/Configure index 3fb11ce56588e..5523b00349bdb 100644 --- a/usr.sbin/amd/config/Configure +++ b/usr.sbin/amd/config/Configure @@ -38,7 +38,7 @@ # # @(#)Configure 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $Id$ # echo "Making ./arch and ./os-type executable ..." until chmod +x ./arch ./os-type; do echo "Error: chmod command failed" >&2; exit 1; done diff --git a/usr.sbin/amd/config/Makefile.aix3 b/usr.sbin/amd/config/Makefile.aix3 index 2b1d479e8b561..dce60152d876b 100644 --- a/usr.sbin/amd/config/Makefile.aix3 +++ b/usr.sbin/amd/config/Makefile.aix3 @@ -1,5 +1,5 @@ # @(#)Makefile.aix3 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $Id$ # SYSLIB = -lbsd diff --git a/usr.sbin/amd/config/Makefile.bsd44 b/usr.sbin/amd/config/Makefile.bsd44 index 46389a41db8c7..ee49092269b2c 100644 --- a/usr.sbin/amd/config/Makefile.bsd44 +++ b/usr.sbin/amd/config/Makefile.bsd44 @@ -1,6 +1,6 @@ # @(#)Makefile.bsd44 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $Id$ # # Extra Makefile definitions for 4.4 BSD # diff --git a/usr.sbin/amd/config/Makefile.config b/usr.sbin/amd/config/Makefile.config index 7a2ab27126214..5dab6ca7775b4 100644 --- a/usr.sbin/amd/config/Makefile.config +++ b/usr.sbin/amd/config/Makefile.config @@ -1,6 +1,6 @@ # @(#)Makefile.config 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $Id$ # # diff --git a/usr.sbin/amd/config/Makefile.hpux b/usr.sbin/amd/config/Makefile.hpux index ffc1d80b4f4db..eacc7a41cd9c5 100644 --- a/usr.sbin/amd/config/Makefile.hpux +++ b/usr.sbin/amd/config/Makefile.hpux @@ -1,6 +1,6 @@ # @(#)Makefile.hpux 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $Id$ # # Extra Makefile definitions for HP-UX # diff --git a/usr.sbin/amd/config/Makefile.irix b/usr.sbin/amd/config/Makefile.irix index b6161673273b8..640acad06ef9b 100644 --- a/usr.sbin/amd/config/Makefile.irix +++ b/usr.sbin/amd/config/Makefile.irix @@ -1,6 +1,6 @@ # @(#)Makefile.irix 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $Id$ # # Extra Makefile definitions for IRIX # diff --git a/usr.sbin/amd/config/Makefile.irix3 b/usr.sbin/amd/config/Makefile.irix3 index 50c87e8503c4b..214b2903acc08 100644 --- a/usr.sbin/amd/config/Makefile.irix3 +++ b/usr.sbin/amd/config/Makefile.irix3 @@ -1,6 +1,6 @@ # @(#)Makefile.irix3 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $Id$ # # Extra Makefile definitions for IRIX # diff --git a/usr.sbin/amd/config/Makefile.irix4 b/usr.sbin/amd/config/Makefile.irix4 index 22c32bfa27358..d3002a2333b4e 100644 --- a/usr.sbin/amd/config/Makefile.irix4 +++ b/usr.sbin/amd/config/Makefile.irix4 @@ -1,6 +1,6 @@ # @(#)Makefile.irix4 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $Id$ # # Extra Makefile definitions for IRIX # diff --git a/usr.sbin/amd/config/Makefile.stellix b/usr.sbin/amd/config/Makefile.stellix index 57b42c54bd66e..86036617edfc6 100644 --- a/usr.sbin/amd/config/Makefile.stellix +++ b/usr.sbin/amd/config/Makefile.stellix @@ -1,6 +1,6 @@ # @(#)Makefile.stellix 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $Id$ # # Extra Makefile definitions for STELLIX # diff --git a/usr.sbin/amd/config/arch b/usr.sbin/amd/config/arch index 61c8edb54fccb..cd19a01523f7f 100644 --- a/usr.sbin/amd/config/arch +++ b/usr.sbin/amd/config/arch @@ -38,7 +38,7 @@ # # @(#)arch 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $Id$ # # Figure out machine architecture # diff --git a/usr.sbin/amd/config/misc-aix3.h b/usr.sbin/amd/config/misc-aix3.h index 688c401820c7f..595a96ee250d5 100644 --- a/usr.sbin/amd/config/misc-aix3.h +++ b/usr.sbin/amd/config/misc-aix3.h @@ -37,7 +37,7 @@ * * @(#)misc-aix3.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/config/misc-hpux.h b/usr.sbin/amd/config/misc-hpux.h index 8f4d093f0bc28..72014a50a2a38 100644 --- a/usr.sbin/amd/config/misc-hpux.h +++ b/usr.sbin/amd/config/misc-hpux.h @@ -37,7 +37,7 @@ * * @(#)misc-hpux.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/config/misc-irix.h b/usr.sbin/amd/config/misc-irix.h index 3b929a3e823ab..8bcb7dc2f35bc 100644 --- a/usr.sbin/amd/config/misc-irix.h +++ b/usr.sbin/amd/config/misc-irix.h @@ -37,7 +37,7 @@ * * @(#)misc-irix.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/config/misc-next.h b/usr.sbin/amd/config/misc-next.h index 44cdf8670e2ea..92c8b1420c2f1 100644 --- a/usr.sbin/amd/config/misc-next.h +++ b/usr.sbin/amd/config/misc-next.h @@ -37,7 +37,7 @@ * * @(#)misc-next.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/config/misc-ultrix.h b/usr.sbin/amd/config/misc-ultrix.h index 76d5a68bed390..18b55c8987692 100644 --- a/usr.sbin/amd/config/misc-ultrix.h +++ b/usr.sbin/amd/config/misc-ultrix.h @@ -37,7 +37,7 @@ * * @(#)misc-ultrix.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/config/mount_aix.c b/usr.sbin/amd/config/mount_aix.c index 115fbf272c3c3..b41f28e00456c 100644 --- a/usr.sbin/amd/config/mount_aix.c +++ b/usr.sbin/amd/config/mount_aix.c @@ -37,7 +37,7 @@ * * @(#)mount_aix.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/config/mount_irix.c b/usr.sbin/amd/config/mount_irix.c index eefcd2658eae6..caaebc1b36236 100644 --- a/usr.sbin/amd/config/mount_irix.c +++ b/usr.sbin/amd/config/mount_irix.c @@ -37,7 +37,7 @@ * * @(#)mount_irix.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/config/mtab_aix.c b/usr.sbin/amd/config/mtab_aix.c index 84527553fb1a3..ea90498ab2dae 100644 --- a/usr.sbin/amd/config/mtab_aix.c +++ b/usr.sbin/amd/config/mtab_aix.c @@ -37,7 +37,7 @@ * * @(#)mtab_aix.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/config/mtab_bsd.c b/usr.sbin/amd/config/mtab_bsd.c index 326cd512c873e..39b42284b74bb 100644 --- a/usr.sbin/amd/config/mtab_bsd.c +++ b/usr.sbin/amd/config/mtab_bsd.c @@ -37,7 +37,7 @@ * * @(#)mtab_bsd.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/config/mtab_file.c b/usr.sbin/amd/config/mtab_file.c index 1c2e2d36161ab..f08cae8b90658 100644 --- a/usr.sbin/amd/config/mtab_file.c +++ b/usr.sbin/amd/config/mtab_file.c @@ -37,7 +37,7 @@ * * @(#)mtab_file.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/config/mtab_ultrix.c b/usr.sbin/amd/config/mtab_ultrix.c index 82b5cd540716b..0ee36ea831429 100644 --- a/usr.sbin/amd/config/mtab_ultrix.c +++ b/usr.sbin/amd/config/mtab_ultrix.c @@ -37,7 +37,7 @@ * * @(#)mtab_ultrix.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/config/newvers.sh b/usr.sbin/amd/config/newvers.sh index 0b81d6e67285e..1664a2efd035e 100644 --- a/usr.sbin/amd/config/newvers.sh +++ b/usr.sbin/amd/config/newvers.sh @@ -38,7 +38,7 @@ # # @(#)newvers.sh 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $Id$ # PATH=/usr/ucb:/bin:/usr/bin:$PATH if [ $# -ne 3 ]; then echo "Usage: newvers program arch os" >&2; exit 1; fi diff --git a/usr.sbin/amd/config/os-acis43.h b/usr.sbin/amd/config/os-acis43.h index c9a1b15f97f86..5882bdb79c7d3 100644 --- a/usr.sbin/amd/config/os-acis43.h +++ b/usr.sbin/amd/config/os-acis43.h @@ -37,7 +37,7 @@ * * @(#)os-acis43.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * IBM RT ACIS4.3 definitions for Amd (automounter) */ diff --git a/usr.sbin/amd/config/os-aix3.h b/usr.sbin/amd/config/os-aix3.h index 875c29513e2ca..3e35ecc08736e 100644 --- a/usr.sbin/amd/config/os-aix3.h +++ b/usr.sbin/amd/config/os-aix3.h @@ -37,7 +37,7 @@ * * @(#)os-aix3.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * AIX 3.1 definitions for Amd (automounter) */ diff --git a/usr.sbin/amd/config/os-aux.h b/usr.sbin/amd/config/os-aux.h index 988ec2e03eec9..ca9449be5ab96 100644 --- a/usr.sbin/amd/config/os-aux.h +++ b/usr.sbin/amd/config/os-aux.h @@ -37,7 +37,7 @@ * * @(#)os-aux.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * A/UX macII definitions for Amd (automounter) * Contributed by Julian Onions <jpo@cs.nott.ac.uk> diff --git a/usr.sbin/amd/config/os-bsd44.h b/usr.sbin/amd/config/os-bsd44.h index 87b42ec4f0597..b352b00e86cb1 100644 --- a/usr.sbin/amd/config/os-bsd44.h +++ b/usr.sbin/amd/config/os-bsd44.h @@ -37,7 +37,7 @@ * * @(#)os-bsd44.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * 4.4 BSD definitions for Amd (automounter) */ diff --git a/usr.sbin/amd/config/os-concentrix.h b/usr.sbin/amd/config/os-concentrix.h index d1b1a3351ea54..865ea4eaffe2e 100644 --- a/usr.sbin/amd/config/os-concentrix.h +++ b/usr.sbin/amd/config/os-concentrix.h @@ -37,7 +37,7 @@ * * @(#)os-concentrix.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * Alliant Concentrix 5.0.0 definitions for Amd (automounter) */ diff --git a/usr.sbin/amd/config/os-convex.h b/usr.sbin/amd/config/os-convex.h index 387391c819709..cab0be8ccd4b2 100644 --- a/usr.sbin/amd/config/os-convex.h +++ b/usr.sbin/amd/config/os-convex.h @@ -37,7 +37,7 @@ * * @(#)os-convex.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * Convex C220, version 7.1 definitions for Amd (automounter) * from Eitan Mizrotsky <eitan@shum.huji.ac.il> diff --git a/usr.sbin/amd/config/os-defaults.h b/usr.sbin/amd/config/os-defaults.h index 3dcad35616dee..ebf396a901d99 100644 --- a/usr.sbin/amd/config/os-defaults.h +++ b/usr.sbin/amd/config/os-defaults.h @@ -37,7 +37,7 @@ * * @(#)os-defaults.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * Common OS definitions. These may be overridden in * the OS specific files ("os-foo.h"). diff --git a/usr.sbin/amd/config/os-dgux.h b/usr.sbin/amd/config/os-dgux.h index 1f5bd66897b02..b96e001b00445 100644 --- a/usr.sbin/amd/config/os-dgux.h +++ b/usr.sbin/amd/config/os-dgux.h @@ -37,7 +37,7 @@ * * @(#)os-dgux.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * dg/ux definitions for Amd (automounter) */ diff --git a/usr.sbin/amd/config/os-fpx4.h b/usr.sbin/amd/config/os-fpx4.h index 53949df4ff41a..a6daf22e3d762 100644 --- a/usr.sbin/amd/config/os-fpx4.h +++ b/usr.sbin/amd/config/os-fpx4.h @@ -37,7 +37,7 @@ * * @(#)os-fpx4.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * Celerity FPX 4.1/2 definitions for Amd (automounter) * from Stephen Pope <scp@grizzly.acl.lanl.gov> diff --git a/usr.sbin/amd/config/os-hcx.h b/usr.sbin/amd/config/os-hcx.h index c321cf8eb298b..54408cdfe20a2 100644 --- a/usr.sbin/amd/config/os-hcx.h +++ b/usr.sbin/amd/config/os-hcx.h @@ -37,7 +37,7 @@ * * @(#)os-hcx.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * Harris HCX/UX Release 3.0 definitions for Amd (automounter) */ diff --git a/usr.sbin/amd/config/os-hlh42.h b/usr.sbin/amd/config/os-hlh42.h index 062e284ac1086..df8aff529efcc 100644 --- a/usr.sbin/amd/config/os-hlh42.h +++ b/usr.sbin/amd/config/os-hlh42.h @@ -37,7 +37,7 @@ * * @(#)os-hlh42.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * HLH OTS definitions for Amd (automounter) */ diff --git a/usr.sbin/amd/config/os-hpux.h b/usr.sbin/amd/config/os-hpux.h index bfa0012336416..c21dab36e8511 100644 --- a/usr.sbin/amd/config/os-hpux.h +++ b/usr.sbin/amd/config/os-hpux.h @@ -37,7 +37,7 @@ * * @(#)os-hpux.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * HP/9000 HP-UX definitions for Amd (automounter) */ diff --git a/usr.sbin/amd/config/os-irix.h b/usr.sbin/amd/config/os-irix.h index 55a2a75dce731..a60f486c8fd24 100644 --- a/usr.sbin/amd/config/os-irix.h +++ b/usr.sbin/amd/config/os-irix.h @@ -37,7 +37,7 @@ * * @(#)os-irix.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * IRIX 3.3 definitions for Amd (automounter) * Contributed by Scott R. Presnell <srp@cgl.ucsf.edu> diff --git a/usr.sbin/amd/config/os-irix3.h b/usr.sbin/amd/config/os-irix3.h index 3bde848211a8e..9e8161f601f02 100644 --- a/usr.sbin/amd/config/os-irix3.h +++ b/usr.sbin/amd/config/os-irix3.h @@ -37,7 +37,7 @@ * * @(#)os-irix3.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * IRIX 3.3 definitions for Amd (automounter) * Contributed by Scott R. Presnell <srp@cgl.ucsf.edu> diff --git a/usr.sbin/amd/config/os-irix4.h b/usr.sbin/amd/config/os-irix4.h index 60392593fd417..6390db598e0de 100644 --- a/usr.sbin/amd/config/os-irix4.h +++ b/usr.sbin/amd/config/os-irix4.h @@ -37,7 +37,7 @@ * * @(#)os-irix4.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * IRIX 4.0.X definitions for Amd (automounter) * Contributed by Scott R. Presnell <srp@cgl.ucsf.edu> diff --git a/usr.sbin/amd/config/os-next.h b/usr.sbin/amd/config/os-next.h index 0e607f648e267..0504c501c9581 100644 --- a/usr.sbin/amd/config/os-next.h +++ b/usr.sbin/amd/config/os-next.h @@ -37,7 +37,7 @@ * * @(#)os-next.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * NeXT OS definitions for Amd (automounter) * By Bill Trost, Reed College diff --git a/usr.sbin/amd/config/os-pyrOSx.h b/usr.sbin/amd/config/os-pyrOSx.h index a2a494ddfd600..8e2fc15acabf2 100644 --- a/usr.sbin/amd/config/os-pyrOSx.h +++ b/usr.sbin/amd/config/os-pyrOSx.h @@ -37,7 +37,7 @@ * * @(#)os-pyrOSx.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * Pyramid OSx definitions for Amd (automounter) * from Stefan Petri <petri@tubsibr.UUCP> diff --git a/usr.sbin/amd/config/os-riscix.h b/usr.sbin/amd/config/os-riscix.h index d9d0ff9e727cf..536c3757d27cb 100644 --- a/usr.sbin/amd/config/os-riscix.h +++ b/usr.sbin/amd/config/os-riscix.h @@ -37,7 +37,7 @@ * * @(#)os-riscix.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * Acorn Archimedes RISC iX definitions for Amd (automounter) * Contributed by Piete Brooks. diff --git a/usr.sbin/amd/config/os-sos3.h b/usr.sbin/amd/config/os-sos3.h index 202dfe50e46b9..e1ced9ac2a89d 100644 --- a/usr.sbin/amd/config/os-sos3.h +++ b/usr.sbin/amd/config/os-sos3.h @@ -37,7 +37,7 @@ * * @(#)os-sos3.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * SunOS 3.2 definitions for Amd (automounter) */ diff --git a/usr.sbin/amd/config/os-sos4.h b/usr.sbin/amd/config/os-sos4.h index 163b463396b1e..e8d4af88e004b 100644 --- a/usr.sbin/amd/config/os-sos4.h +++ b/usr.sbin/amd/config/os-sos4.h @@ -37,7 +37,7 @@ * * @(#)os-sos4.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * SunOS 4.0 definitions for Amd (automounter) */ diff --git a/usr.sbin/amd/config/os-stellix.h b/usr.sbin/amd/config/os-stellix.h index 8d82ab044c8d2..9c52569223aaa 100644 --- a/usr.sbin/amd/config/os-stellix.h +++ b/usr.sbin/amd/config/os-stellix.h @@ -40,7 +40,7 @@ * Amd (automounter) definitions for Stellix. * From Stephen C. Pope <scp@acl.lanl.gov> * - * $FreeBSD$ + * $Id$ */ #define RPC_3 diff --git a/usr.sbin/amd/config/os-type b/usr.sbin/amd/config/os-type index 5870f26a48055..9ac1f46a7220c 100644 --- a/usr.sbin/amd/config/os-type +++ b/usr.sbin/amd/config/os-type @@ -38,7 +38,7 @@ # # @(#)os-type 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $Id$ # # diff --git a/usr.sbin/amd/config/os-u2_2.h b/usr.sbin/amd/config/os-u2_2.h index 8b3cabf24e4ea..ab18edb8e2987 100644 --- a/usr.sbin/amd/config/os-u2_2.h +++ b/usr.sbin/amd/config/os-u2_2.h @@ -37,7 +37,7 @@ * * @(#)os-u2_2.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * Ultrix 2.2 definitions for Amd (automounter) */ diff --git a/usr.sbin/amd/config/os-u3_0.h b/usr.sbin/amd/config/os-u3_0.h index 49dbc5b719806..c17b437461d6d 100644 --- a/usr.sbin/amd/config/os-u3_0.h +++ b/usr.sbin/amd/config/os-u3_0.h @@ -37,7 +37,7 @@ * * @(#)os-u3_0.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * Ultrix 3.0 definitions for Amd (automounter) */ diff --git a/usr.sbin/amd/config/os-u4_0.h b/usr.sbin/amd/config/os-u4_0.h index 3a2f958fc6f3b..96a7a7bb821e4 100644 --- a/usr.sbin/amd/config/os-u4_0.h +++ b/usr.sbin/amd/config/os-u4_0.h @@ -37,7 +37,7 @@ * * @(#)os-u4_0.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * Ultrix 4.0 definitions for Amd (automounter) * from Chris Lindblad <cjl@ai.mit.edu> diff --git a/usr.sbin/amd/config/os-u4_2.h b/usr.sbin/amd/config/os-u4_2.h index d69d13c965c67..88b1e3ad9d4e1 100644 --- a/usr.sbin/amd/config/os-u4_2.h +++ b/usr.sbin/amd/config/os-u4_2.h @@ -37,7 +37,7 @@ * * @(#)os-u4_2.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * Ultrix 4.2 definitions for Amd (automounter) * from Chris Lindblad <cjl@ai.mit.edu> diff --git a/usr.sbin/amd/config/os-umax43.h b/usr.sbin/amd/config/os-umax43.h index dbc1d613dd378..82efa72ffdcbd 100644 --- a/usr.sbin/amd/config/os-umax43.h +++ b/usr.sbin/amd/config/os-umax43.h @@ -37,7 +37,7 @@ * * @(#)os-umax43.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * UMAX 4.3 definitions for Amd (automounter) */ diff --git a/usr.sbin/amd/config/os-utek.h b/usr.sbin/amd/config/os-utek.h index 030f5b0bffec0..226c3c0f6a2e9 100644 --- a/usr.sbin/amd/config/os-utek.h +++ b/usr.sbin/amd/config/os-utek.h @@ -37,7 +37,7 @@ * * @(#)os-utek.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * Utek 4.0 definitions for Amd (automounter) * from Bill Trost <trost%reed@cse.ogi.edu> diff --git a/usr.sbin/amd/config/os-utx32.h b/usr.sbin/amd/config/os-utx32.h index 58f45ff2f70c3..f810f989657f9 100644 --- a/usr.sbin/amd/config/os-utx32.h +++ b/usr.sbin/amd/config/os-utx32.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $Id$ */ /* * Gould UTX/32 definitions for Amd (automounter) diff --git a/usr.sbin/amd/config/os-xinu43.h b/usr.sbin/amd/config/os-xinu43.h index fc5fe4af4effd..c1e422283ccf6 100644 --- a/usr.sbin/amd/config/os-xinu43.h +++ b/usr.sbin/amd/config/os-xinu43.h @@ -37,7 +37,7 @@ * * @(#)os-xinu43.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * * mt Xinu 4.3 (MORE/bsd) definitions for Amd (automounter) * Should work on both Vax and HP ... diff --git a/usr.sbin/amd/doc/Makefile b/usr.sbin/amd/doc/Makefile index 0d514ebb8a6eb..a4ca23aa09532 100644 --- a/usr.sbin/amd/doc/Makefile +++ b/usr.sbin/amd/doc/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $Id$ # # Copyright (c) 1990 Jan-Simon Pendry # Copyright (c) 1990 Imperial College of Science, Technology & Medicine diff --git a/usr.sbin/amd/doc/amdref.texinfo b/usr.sbin/amd/doc/amdref.texinfo index eae545abb43c9..0fba8273c23a7 100644 --- a/usr.sbin/amd/doc/amdref.texinfo +++ b/usr.sbin/amd/doc/amdref.texinfo @@ -37,7 +37,7 @@ @c @c @(#)amdref.texinfo 8.1 (Berkeley) 6/6/93 @c -@c $FreeBSD$ +@c $Id$ @c @setfilename amdref.info @c @setfilename /usr/local/emacs/info/amd diff --git a/usr.sbin/amd/fsinfo/Makefile b/usr.sbin/amd/fsinfo/Makefile index 6eb4d9e6a890d..f0e4f39304a4a 100644 --- a/usr.sbin/amd/fsinfo/Makefile +++ b/usr.sbin/amd/fsinfo/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/28/93 -# $FreeBSD$ +# $Id$ PROG= fsinfo MAN8= fsinfo.8 diff --git a/usr.sbin/amd/fsinfo/conf/csg_sun3 b/usr.sbin/amd/fsinfo/conf/csg_sun3 index 0140beca31dad..7d75db2e4e2a3 100644 --- a/usr.sbin/amd/fsinfo/conf/csg_sun3 +++ b/usr.sbin/amd/fsinfo/conf/csg_sun3 @@ -1,4 +1,4 @@ -// $FreeBSD$ +// $Id$ // standard setups for DoC tsuns. // note that no /var/spool/rwho is mounted as we now expect amd to do this as /vol/rwho diff --git a/usr.sbin/amd/fsinfo/conf/csg_vax b/usr.sbin/amd/fsinfo/conf/csg_vax index 295d758670561..c1e76586fbac3 100644 --- a/usr.sbin/amd/fsinfo/conf/csg_vax +++ b/usr.sbin/amd/fsinfo/conf/csg_vax @@ -1,4 +1,4 @@ -// $FreeBSD$ +// $Id$ // csg vax config - really just for {s,r}vax #define FSTYPE_UFS 4.2 diff --git a/usr.sbin/amd/fsinfo/conf/hosts/flamingo.doc.ic.ac.uk b/usr.sbin/amd/fsinfo/conf/hosts/flamingo.doc.ic.ac.uk index ec82ab18af9ff..31f1be024a2fa 100644 --- a/usr.sbin/amd/fsinfo/conf/hosts/flamingo.doc.ic.ac.uk +++ b/usr.sbin/amd/fsinfo/conf/hosts/flamingo.doc.ic.ac.uk @@ -1,5 +1,5 @@ // mkfsinfo for flamingo -// $FreeBSD$ +// $Id$ host flamingo.doc.ic.ac.uk diff --git a/usr.sbin/amd/fsinfo/conf/hosts/gould.doc.ic.ac.uk b/usr.sbin/amd/fsinfo/conf/hosts/gould.doc.ic.ac.uk index c71c6b7b28a59..8804c8e24edae 100644 --- a/usr.sbin/amd/fsinfo/conf/hosts/gould.doc.ic.ac.uk +++ b/usr.sbin/amd/fsinfo/conf/hosts/gould.doc.ic.ac.uk @@ -1,5 +1,5 @@ // mkfsinfo for gould -// $FreeBSD$ +// $Id$ host gould.doc.ic.ac.uk diff --git a/usr.sbin/amd/fsinfo/conf/hosts/ivax.doc.ic.ac.uk b/usr.sbin/amd/fsinfo/conf/hosts/ivax.doc.ic.ac.uk index accc4bef2fcb4..c8fcb5df88e3a 100644 --- a/usr.sbin/amd/fsinfo/conf/hosts/ivax.doc.ic.ac.uk +++ b/usr.sbin/amd/fsinfo/conf/hosts/ivax.doc.ic.ac.uk @@ -1,4 +1,4 @@ -// $FreeBSD$ +// $Id$ // ivax #define FSTYPE_UFS 4.2 diff --git a/usr.sbin/amd/fsinfo/conf/hosts/obsidian.doc.ic.ac.uk b/usr.sbin/amd/fsinfo/conf/hosts/obsidian.doc.ic.ac.uk index 8459acff055b2..dd9f0f7c67e98 100644 --- a/usr.sbin/amd/fsinfo/conf/hosts/obsidian.doc.ic.ac.uk +++ b/usr.sbin/amd/fsinfo/conf/hosts/obsidian.doc.ic.ac.uk @@ -1,4 +1,4 @@ -// $FreeBSD$ +// $Id$ // conf for obsidian #define FSTYPE_UFS hfs diff --git a/usr.sbin/amd/fsinfo/conf/hosts/pelican.doc.ic.ac.uk b/usr.sbin/amd/fsinfo/conf/hosts/pelican.doc.ic.ac.uk index df7612ce0443d..1ffd8d7c78c22 100644 --- a/usr.sbin/amd/fsinfo/conf/hosts/pelican.doc.ic.ac.uk +++ b/usr.sbin/amd/fsinfo/conf/hosts/pelican.doc.ic.ac.uk @@ -1,5 +1,5 @@ // mkfsinfo for pelican -// $FreeBSD$ +// $Id$ host pelican.doc.ic.ac.uk diff --git a/usr.sbin/amd/fsinfo/conf/hosts/rvax.doc.ic.ac.uk b/usr.sbin/amd/fsinfo/conf/hosts/rvax.doc.ic.ac.uk index 3e01742fdf368..896b9a0492a22 100644 --- a/usr.sbin/amd/fsinfo/conf/hosts/rvax.doc.ic.ac.uk +++ b/usr.sbin/amd/fsinfo/conf/hosts/rvax.doc.ic.ac.uk @@ -1,4 +1,4 @@ -// $FreeBSD$ +// $Id$ // rvax #define FSTYPE_UFS 4.2 diff --git a/usr.sbin/amd/fsinfo/conf/hosts/sky.doc.ic.ac.uk b/usr.sbin/amd/fsinfo/conf/hosts/sky.doc.ic.ac.uk index 3b827bbe1796b..b82605f1f59e2 100644 --- a/usr.sbin/amd/fsinfo/conf/hosts/sky.doc.ic.ac.uk +++ b/usr.sbin/amd/fsinfo/conf/hosts/sky.doc.ic.ac.uk @@ -1,4 +1,4 @@ -// $FreeBSD$ +// $Id$ // sky #define FSTYPE_UFS 4.2 diff --git a/usr.sbin/amd/fsinfo/conf/hosts/svax.doc.ic.ac.uk b/usr.sbin/amd/fsinfo/conf/hosts/svax.doc.ic.ac.uk index 35e31f6e306f4..d9703ebc0040e 100644 --- a/usr.sbin/amd/fsinfo/conf/hosts/svax.doc.ic.ac.uk +++ b/usr.sbin/amd/fsinfo/conf/hosts/svax.doc.ic.ac.uk @@ -1,4 +1,4 @@ -// $FreeBSD$ +// $Id$ // svax #define FSTYPE_UFS 4.2 diff --git a/usr.sbin/amd/fsinfo/conf/hosts/tsunfs.doc.ic.ac.uk b/usr.sbin/amd/fsinfo/conf/hosts/tsunfs.doc.ic.ac.uk index 4580b69e73eff..b09db9dc898c1 100644 --- a/usr.sbin/amd/fsinfo/conf/hosts/tsunfs.doc.ic.ac.uk +++ b/usr.sbin/amd/fsinfo/conf/hosts/tsunfs.doc.ic.ac.uk @@ -1,5 +1,5 @@ // mkfsinfo for tsunfs -// $FreeBSD$ +// $Id$ host tsunfs.doc.ic.ac.uk diff --git a/usr.sbin/amd/fsinfo/conf/hosts/whoops.doc.ic.ac.uk b/usr.sbin/amd/fsinfo/conf/hosts/whoops.doc.ic.ac.uk index 2f605a4e4e726..831053bd48541 100644 --- a/usr.sbin/amd/fsinfo/conf/hosts/whoops.doc.ic.ac.uk +++ b/usr.sbin/amd/fsinfo/conf/hosts/whoops.doc.ic.ac.uk @@ -1,4 +1,4 @@ -// $FreeBSD$ +// $Id$ // sm's bastardised csg_sun3 // note that no /var/spool/rwho is mounted as we now expect amd to do this as /vol/rwho diff --git a/usr.sbin/amd/fsinfo/fsi_analyze.c b/usr.sbin/amd/fsinfo/fsi_analyze.c index 41e5d19c07880..108333e9557f3 100644 --- a/usr.sbin/amd/fsinfo/fsi_analyze.c +++ b/usr.sbin/amd/fsinfo/fsi_analyze.c @@ -37,7 +37,7 @@ * * @(#)fsi_analyze.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/fsinfo/fsi_data.h b/usr.sbin/amd/fsinfo/fsi_data.h index dd51ef1b0f8fa..a8d93849ceee8 100644 --- a/usr.sbin/amd/fsinfo/fsi_data.h +++ b/usr.sbin/amd/fsinfo/fsi_data.h @@ -37,7 +37,7 @@ * * @(#)fsi_data.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/fsinfo/fsi_dict.c b/usr.sbin/amd/fsinfo/fsi_dict.c index 8306500fe3939..68e03f828d7ef 100644 --- a/usr.sbin/amd/fsinfo/fsi_dict.c +++ b/usr.sbin/amd/fsinfo/fsi_dict.c @@ -37,7 +37,7 @@ * * @(#)fsi_dict.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/fsinfo/fsi_gram.y b/usr.sbin/amd/fsinfo/fsi_gram.y index a14e35dc29309..412f3c51463d5 100644 --- a/usr.sbin/amd/fsinfo/fsi_gram.y +++ b/usr.sbin/amd/fsinfo/fsi_gram.y @@ -37,7 +37,7 @@ * * @(#)fsi_gram.y 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/fsinfo/fsi_lex.l b/usr.sbin/amd/fsinfo/fsi_lex.l index 8b94949041324..36de3e219b0c0 100644 --- a/usr.sbin/amd/fsinfo/fsi_lex.l +++ b/usr.sbin/amd/fsinfo/fsi_lex.l @@ -38,7 +38,7 @@ * * @(#)fsi_lex.l 8.2 (Berkeley) 2/17/94 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/fsinfo/fsi_util.c b/usr.sbin/amd/fsinfo/fsi_util.c index 7e59d092939ed..0dd4fcc5121ec 100644 --- a/usr.sbin/amd/fsinfo/fsi_util.c +++ b/usr.sbin/amd/fsinfo/fsi_util.c @@ -34,7 +34,7 @@ * * @(#)fsi_util.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/fsinfo/fsinfo.c b/usr.sbin/amd/fsinfo/fsinfo.c index c0b197bcf2703..cde8bcbfddf79 100644 --- a/usr.sbin/amd/fsinfo/fsinfo.c +++ b/usr.sbin/amd/fsinfo/fsinfo.c @@ -37,7 +37,7 @@ * * @(#)fsinfo.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/fsinfo/fsinfo.h b/usr.sbin/amd/fsinfo/fsinfo.h index 9985582b8f286..8d979a516e3f7 100644 --- a/usr.sbin/amd/fsinfo/fsinfo.h +++ b/usr.sbin/amd/fsinfo/fsinfo.h @@ -37,7 +37,7 @@ * * @(#)fsinfo.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/fsinfo/wr_atab.c b/usr.sbin/amd/fsinfo/wr_atab.c index 71094cf0ecf34..33ca64b47add1 100644 --- a/usr.sbin/amd/fsinfo/wr_atab.c +++ b/usr.sbin/amd/fsinfo/wr_atab.c @@ -37,7 +37,7 @@ * * @(#)wr_atab.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/fsinfo/wr_bparam.c b/usr.sbin/amd/fsinfo/wr_bparam.c index 830481017b256..83180acc8e884 100644 --- a/usr.sbin/amd/fsinfo/wr_bparam.c +++ b/usr.sbin/amd/fsinfo/wr_bparam.c @@ -37,7 +37,7 @@ * * @(#)wr_bparam.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/fsinfo/wr_dumpset.c b/usr.sbin/amd/fsinfo/wr_dumpset.c index 9f276c76b9444..e19436dc92cfe 100644 --- a/usr.sbin/amd/fsinfo/wr_dumpset.c +++ b/usr.sbin/amd/fsinfo/wr_dumpset.c @@ -37,7 +37,7 @@ * * @(#)wr_dumpset.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/fsinfo/wr_exportfs.c b/usr.sbin/amd/fsinfo/wr_exportfs.c index 4b892b5060ab3..338ebfac2252c 100644 --- a/usr.sbin/amd/fsinfo/wr_exportfs.c +++ b/usr.sbin/amd/fsinfo/wr_exportfs.c @@ -37,7 +37,7 @@ * * @(#)wr_exportfs.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/fsinfo/wr_fstab.c b/usr.sbin/amd/fsinfo/wr_fstab.c index 403802887850e..ee805ef2fb193 100644 --- a/usr.sbin/amd/fsinfo/wr_fstab.c +++ b/usr.sbin/amd/fsinfo/wr_fstab.c @@ -37,7 +37,7 @@ * * @(#)wr_fstab.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/include/am.h b/usr.sbin/amd/include/am.h index 3b4b8ffa3ec1d..58a1d8e60f311 100644 --- a/usr.sbin/amd/include/am.h +++ b/usr.sbin/amd/include/am.h @@ -37,7 +37,7 @@ * * @(#)am.h 5.6 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h index d5c79de019fa6..7112a30095a39 100644 --- a/usr.sbin/amd/include/config.h +++ b/usr.sbin/amd/include/config.h @@ -37,7 +37,7 @@ * * @(#)config.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/include/fstype.h b/usr.sbin/amd/include/fstype.h index 348ad185e7dcf..5e2dbac4efde6 100644 --- a/usr.sbin/amd/include/fstype.h +++ b/usr.sbin/amd/include/fstype.h @@ -37,7 +37,7 @@ * * @(#)fstype.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/include/uwait.h b/usr.sbin/amd/include/uwait.h index 7eb2496c55a22..bce19f46e7b20 100644 --- a/usr.sbin/amd/include/uwait.h +++ b/usr.sbin/amd/include/uwait.h @@ -37,7 +37,7 @@ * * @(#)uwait.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/mk-amd-map/mk-amd-map.c b/usr.sbin/amd/mk-amd-map/mk-amd-map.c index 5f777d948049d..f35ddd2a837f3 100644 --- a/usr.sbin/amd/mk-amd-map/mk-amd-map.c +++ b/usr.sbin/amd/mk-amd-map/mk-amd-map.c @@ -37,7 +37,7 @@ * * @(#)mk-amd-map.c 8.1 (Berkeley) 6/28/93 * - * $FreeBSD$ + * $Id$ */ /* @@ -53,7 +53,7 @@ char copyright[] = "\ #endif /* not lint */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; static char sccsid[] = "@(#)mk-amd-map.c 8.1 (Berkeley) 6/28/93"; #endif /* not lint */ diff --git a/usr.sbin/amd/rpcx/amq.h b/usr.sbin/amd/rpcx/amq.h index 150e059e2a84a..622762e9dd80a 100644 --- a/usr.sbin/amd/rpcx/amq.h +++ b/usr.sbin/amd/rpcx/amq.h @@ -37,7 +37,7 @@ * * @(#)amq.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/rpcx/amq.x b/usr.sbin/amd/rpcx/amq.x index 9bbe9ee366b5d..9a189059a4cd1 100644 --- a/usr.sbin/amd/rpcx/amq.x +++ b/usr.sbin/amd/rpcx/amq.x @@ -37,7 +37,7 @@ * * @(#)amq.x 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/rpcx/amq_clnt.c b/usr.sbin/amd/rpcx/amq_clnt.c index 5902df3a6212b..40288ad9179e2 100644 --- a/usr.sbin/amd/rpcx/amq_clnt.c +++ b/usr.sbin/amd/rpcx/amq_clnt.c @@ -37,7 +37,7 @@ * * @(#)amq_clnt.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/rpcx/amq_svc.c b/usr.sbin/amd/rpcx/amq_svc.c index aa3acbe5bb810..fb69ecde0e5cc 100644 --- a/usr.sbin/amd/rpcx/amq_svc.c +++ b/usr.sbin/amd/rpcx/amq_svc.c @@ -37,7 +37,7 @@ * * @(#)amq_svc.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/rpcx/amq_xdr.c b/usr.sbin/amd/rpcx/amq_xdr.c index 308eb09ca0963..9666b1429e3ba 100644 --- a/usr.sbin/amd/rpcx/amq_xdr.c +++ b/usr.sbin/amd/rpcx/amq_xdr.c @@ -37,7 +37,7 @@ * * @(#)amq_xdr.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/rpcx/mount.h b/usr.sbin/amd/rpcx/mount.h index 3e436b9449acf..a9d7f04074add 100644 --- a/usr.sbin/amd/rpcx/mount.h +++ b/usr.sbin/amd/rpcx/mount.h @@ -37,7 +37,7 @@ * * @(#)mount.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/rpcx/mount_xdr.c b/usr.sbin/amd/rpcx/mount_xdr.c index 61eeecb9957bd..0ddc3b75c26b6 100644 --- a/usr.sbin/amd/rpcx/mount_xdr.c +++ b/usr.sbin/amd/rpcx/mount_xdr.c @@ -37,7 +37,7 @@ * * @(#)mount_xdr.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/rpcx/nfs_prot.h b/usr.sbin/amd/rpcx/nfs_prot.h index 41881db5b9dc5..1fd1204ce9149 100644 --- a/usr.sbin/amd/rpcx/nfs_prot.h +++ b/usr.sbin/amd/rpcx/nfs_prot.h @@ -37,7 +37,7 @@ * * @(#)nfs_prot.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/rpcx/nfs_prot_svc.c b/usr.sbin/amd/rpcx/nfs_prot_svc.c index d1be6e182e7b1..363d4dd059eb7 100644 --- a/usr.sbin/amd/rpcx/nfs_prot_svc.c +++ b/usr.sbin/amd/rpcx/nfs_prot_svc.c @@ -37,7 +37,7 @@ * * @(#)nfs_prot_svc.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/rpcx/nfs_prot_xdr.c b/usr.sbin/amd/rpcx/nfs_prot_xdr.c index e0cc1aeb79b3e..06d13ddf80b10 100644 --- a/usr.sbin/amd/rpcx/nfs_prot_xdr.c +++ b/usr.sbin/amd/rpcx/nfs_prot_xdr.c @@ -37,7 +37,7 @@ * * @(#)nfs_prot_xdr.c 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/amd/text/INSTALL b/usr.sbin/amd/text/INSTALL index 351c06f49e912..398cb085f3cb1 100644 --- a/usr.sbin/amd/text/INSTALL +++ b/usr.sbin/amd/text/INSTALL @@ -191,4 +191,4 @@ mapping root to nobody. If anything interesting happened, eg it didn't work, please report it to me -- Jan-Simon Pendry <jsp@doc.ic.ac.uk> -- as detailed in the README file. -$FreeBSD$ +$Id$ diff --git a/usr.sbin/amd/text/README b/usr.sbin/amd/text/README index 02f7791f917c6..4a4183117d3f8 100644 --- a/usr.sbin/amd/text/README +++ b/usr.sbin/amd/text/README @@ -34,4 +34,4 @@ being used. Thanks. The manual page (amd/amd.8) only lists the command line options. See the texinfo document doc/amdref.texinfo for a more detailed discussion. -$FreeBSD$ +$Id$ diff --git a/usr.sbin/amd/text/amd.start.ex b/usr.sbin/amd/text/amd.start.ex index 6819b38b1884a..d6fff9c62ed49 100644 --- a/usr.sbin/amd/text/amd.start.ex +++ b/usr.sbin/amd/text/amd.start.ex @@ -40,7 +40,7 @@ # # Start amd # -# $FreeBSD$ +# $Id$ # PATH=/usr/sbin:/bin:/usr/bin:$PATH export PATH diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index 530cdc92cb71c..7f04f9b22e7db 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= apm LINKS= ${BINDIR}/apm ${BINDIR}/zzz diff --git a/usr.sbin/arp/arp.c b/usr.sbin/arp/arp.c index 8347ffd0e078d..262df2edd9379 100644 --- a/usr.sbin/arp/arp.c +++ b/usr.sbin/arp/arp.c @@ -42,7 +42,7 @@ static char const copyright[] = #ifndef lint static char const sccsid[] = "@(#)from: arp.c 8.2 (Berkeley) 1/2/94"; -static char const freebsdid[] = "$FreeBSD$"; +static char const freebsdid[] = "$Id$"; #endif /* not lint */ /* diff --git a/usr.sbin/bootparamd/bootparamd/Makefile b/usr.sbin/bootparamd/bootparamd/Makefile index 7a2990285f4c3..3d8cbc8a7ee60 100644 --- a/usr.sbin/bootparamd/bootparamd/Makefile +++ b/usr.sbin/bootparamd/bootparamd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $FreeBSD$ +# $Id$ PROG= bootparamd SRCS= bootparam_prot_xdr.c bootparam_prot_svc.c bootparamd.c main.c diff --git a/usr.sbin/bootparamd/bootparamd/bootparamd.c b/usr.sbin/bootparamd/bootparamd/bootparamd.c index 68447a05ab8f9..3148814a086e4 100644 --- a/usr.sbin/bootparamd/bootparamd/bootparamd.c +++ b/usr.sbin/bootparamd/bootparamd/bootparamd.c @@ -5,7 +5,7 @@ use and modify. Please send modifications and/or suggestions + bug fixes to Klas Heggemann <klas@nada.kth.se> - $FreeBSD$ + $Id$ */ diff --git a/usr.sbin/bootparamd/bootparamd/bootparams.5 b/usr.sbin/bootparamd/bootparamd/bootparams.5 index 68714532f9441..f5bcbeaf8e1ac 100644 --- a/usr.sbin/bootparamd/bootparamd/bootparams.5 +++ b/usr.sbin/bootparamd/bootparamd/bootparams.5 @@ -25,7 +25,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" from: Id: bootparams.5,v 1.2 1994/10/03 19:26:13 gwr Exp -.\" $FreeBSD$ +.\" $Id$ .\" .Dd October 2, 1994 .Dt BOOTPARAMS 5 diff --git a/usr.sbin/bootparamd/bootparamd/main.c b/usr.sbin/bootparamd/bootparamd/main.c index d77ed674b29ba..cef4923a39e36 100644 --- a/usr.sbin/bootparamd/bootparamd/main.c +++ b/usr.sbin/bootparamd/bootparamd/main.c @@ -6,7 +6,7 @@ use and modify. Please send modifications and/or suggestions + bug fixes to Klas Heggemann <klas@nada.kth.se> - $FreeBSD$ + $Id$ */ diff --git a/usr.sbin/bootparamd/callbootd/Makefile b/usr.sbin/bootparamd/callbootd/Makefile index 930e121f2bca3..ebf161be6d9a4 100644 --- a/usr.sbin/bootparamd/callbootd/Makefile +++ b/usr.sbin/bootparamd/callbootd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $FreeBSD$ +# $Id$ PROG= callbootd SRCS= bootparam_prot_xdr.c bootparam_prot_clnt.c callbootd.c diff --git a/usr.sbin/bootparamd/callbootd/callbootd.c b/usr.sbin/bootparamd/callbootd/callbootd.c index e852ff43a0f42..4e9e2674cb9fb 100644 --- a/usr.sbin/bootparamd/callbootd/callbootd.c +++ b/usr.sbin/bootparamd/callbootd/callbootd.c @@ -5,7 +5,7 @@ use and modify. Please send modifications and/or suggestions + bug fixes to Klas Heggemann <klas@nada.kth.se> - $FreeBSD$ + $Id$ */ diff --git a/usr.sbin/cdcontrol/cdcontrol.1 b/usr.sbin/cdcontrol/cdcontrol.1 index 5cc56dbef02f4..29c63cbee5b7f 100644 --- a/usr.sbin/cdcontrol/cdcontrol.1 +++ b/usr.sbin/cdcontrol/cdcontrol.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $Id$ .\" .Dd July 3, 1995 .Dt CDCONTROL 1 diff --git a/usr.sbin/cdcontrol/cdcontrol.c b/usr.sbin/cdcontrol/cdcontrol.c index e94681755d2d4..00eaecb630f52 100644 --- a/usr.sbin/cdcontrol/cdcontrol.c +++ b/usr.sbin/cdcontrol/cdcontrol.c @@ -17,7 +17,7 @@ * New eject algorithm. * Some code style reformatting. * - * $FreeBSD$ + * $Id$ */ #include <ctype.h> diff --git a/usr.sbin/chown/chown.8 b/usr.sbin/chown/chown.8 index 3b4eaf1f2afc4..a2cb5c21d3f30 100644 --- a/usr.sbin/chown/chown.8 +++ b/usr.sbin/chown/chown.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chown.8 8.3 (Berkeley) 3/31/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd March 31, 1994 .Dt CHOWN 8 diff --git a/usr.sbin/cron/cron/compat.h b/usr.sbin/cron/cron/compat.h index 905c3aaf3bd94..e286e0f697ad1 100644 --- a/usr.sbin/cron/cron/compat.h +++ b/usr.sbin/cron/cron/compat.h @@ -16,7 +16,7 @@ */ /* - * $FreeBSD$ + * $Id$ */ #ifndef __P diff --git a/usr.sbin/cron/cron/config.h b/usr.sbin/cron/cron/config.h index 6d77da27580d5..d704888b50f31 100644 --- a/usr.sbin/cron/cron/config.h +++ b/usr.sbin/cron/cron/config.h @@ -17,7 +17,7 @@ /* config.h - configurables for Vixie Cron * - * $FreeBSD$ + * $Id$ */ #if !defined(_PATH_SENDMAIL) diff --git a/usr.sbin/cron/cron/cron.8 b/usr.sbin/cron/cron/cron.8 index d77d929f5eb89..3ba9c285f7c74 100644 --- a/usr.sbin/cron/cron/cron.8 +++ b/usr.sbin/cron/cron/cron.8 @@ -15,7 +15,7 @@ .\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul .\" */ .\" -.\" $FreeBSD$ +.\" $Id$ .\" .TH CRON 8 "20 December 1993" .UC 4 diff --git a/usr.sbin/cron/cron/cron.c b/usr.sbin/cron/cron/cron.c index 615930f68a41a..301883a14a9ba 100644 --- a/usr.sbin/cron/cron/cron.c +++ b/usr.sbin/cron/cron/cron.c @@ -16,7 +16,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif diff --git a/usr.sbin/cron/cron/cron.h b/usr.sbin/cron/cron/cron.h index 582f3630666d4..f2c81fe551f90 100644 --- a/usr.sbin/cron/cron/cron.h +++ b/usr.sbin/cron/cron/cron.h @@ -17,7 +17,7 @@ /* cron.h - header for vixie's cron * - * $FreeBSD$ + * $Id$ * * vix 14nov88 [rest of log is in RCS] * vix 14jan87 [0 or 7 can be sunday; thanks, mwm@berkeley] diff --git a/usr.sbin/cron/cron/database.c b/usr.sbin/cron/cron/database.c index c8ae746e82ca9..e1fe2cd3b3222 100644 --- a/usr.sbin/cron/cron/database.c +++ b/usr.sbin/cron/cron/database.c @@ -16,7 +16,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* vix 26jan87 [RCS has the log] diff --git a/usr.sbin/cron/cron/do_command.c b/usr.sbin/cron/cron/do_command.c index 3898705da5761..49c4b15a72ead 100644 --- a/usr.sbin/cron/cron/do_command.c +++ b/usr.sbin/cron/cron/do_command.c @@ -16,7 +16,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif diff --git a/usr.sbin/cron/cron/job.c b/usr.sbin/cron/cron/job.c index 75a479674bb53..3304d1be71844 100644 --- a/usr.sbin/cron/cron/job.c +++ b/usr.sbin/cron/cron/job.c @@ -16,7 +16,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif diff --git a/usr.sbin/cron/cron/pathnames.h b/usr.sbin/cron/cron/pathnames.h index ba91bfdc61f9b..5c58967f92d1b 100644 --- a/usr.sbin/cron/cron/pathnames.h +++ b/usr.sbin/cron/cron/pathnames.h @@ -16,7 +16,7 @@ */ /* - * $FreeBSD$ + * $Id$ */ #if (defined(BSD)) && (BSD >= 199103) || defined(__linux) || defined(AIX) diff --git a/usr.sbin/cron/cron/popen.c b/usr.sbin/cron/cron/popen.c index aebdc06b6d40d..06a7e040c67d9 100644 --- a/usr.sbin/cron/cron/popen.c +++ b/usr.sbin/cron/cron/popen.c @@ -24,7 +24,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; static char sccsid[] = "@(#)popen.c 5.7 (Berkeley) 2/14/89"; #endif /* not lint */ diff --git a/usr.sbin/cron/cron/user.c b/usr.sbin/cron/cron/user.c index 5d622877f468e..4b89fda3abcb4 100644 --- a/usr.sbin/cron/cron/user.c +++ b/usr.sbin/cron/cron/user.c @@ -16,7 +16,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* vix 26jan87 [log is in RCS file] diff --git a/usr.sbin/cron/crontab/crontab.1 b/usr.sbin/cron/crontab/crontab.1 index 7298b37ec7343..d83aa38ae7a48 100644 --- a/usr.sbin/cron/crontab/crontab.1 +++ b/usr.sbin/cron/crontab/crontab.1 @@ -15,7 +15,7 @@ .\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul .\" */ .\" -.\" $FreeBSD$ +.\" $Id$ .\" .TH CRONTAB 1 "29 December 1993" .UC 4 diff --git a/usr.sbin/cron/crontab/crontab.5 b/usr.sbin/cron/crontab/crontab.5 index 475ba33a7a222..7aa5940bf3027 100644 --- a/usr.sbin/cron/crontab/crontab.5 +++ b/usr.sbin/cron/crontab/crontab.5 @@ -15,7 +15,7 @@ .\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul .\" */ .\" -.\" $FreeBSD$ +.\" $Id$ .\" .TH CRONTAB 5 "24 January 1994" .UC 4 diff --git a/usr.sbin/cron/crontab/crontab.c b/usr.sbin/cron/crontab/crontab.c index 90ec80536abcc..39a76838663ba 100644 --- a/usr.sbin/cron/crontab/crontab.c +++ b/usr.sbin/cron/crontab/crontab.c @@ -17,7 +17,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* crontab - install and manage per-user crontab files diff --git a/usr.sbin/cron/doc/CONVERSION b/usr.sbin/cron/doc/CONVERSION index 8821edd498574..c18be0e524b93 100644 --- a/usr.sbin/cron/doc/CONVERSION +++ b/usr.sbin/cron/doc/CONVERSION @@ -1,4 +1,4 @@ -$FreeBSD$ +$Id$ Conversion of BSD 4.[23] crontab files: diff --git a/usr.sbin/cron/doc/FEATURES b/usr.sbin/cron/doc/FEATURES index 821d1f3a3af2c..3c19cef9f28ab 100644 --- a/usr.sbin/cron/doc/FEATURES +++ b/usr.sbin/cron/doc/FEATURES @@ -1,4 +1,4 @@ -$FreeBSD$ +$Id$ Features of Vixie's cron relative to BSD 4.[23] and SysV crons: diff --git a/usr.sbin/cron/doc/INSTALL b/usr.sbin/cron/doc/INSTALL index 7f4c9974da64a..0537c6dea033b 100644 --- a/usr.sbin/cron/doc/INSTALL +++ b/usr.sbin/cron/doc/INSTALL @@ -15,7 +15,7 @@ * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul */ -$FreeBSD$ +$Id$ Read the comments at the top of the Makefile, then edit the area marked 'configurable stuff'. diff --git a/usr.sbin/cron/doc/MAIL b/usr.sbin/cron/doc/MAIL index 3549e94d575a5..551575e1f0de3 100644 --- a/usr.sbin/cron/doc/MAIL +++ b/usr.sbin/cron/doc/MAIL @@ -3,7 +3,7 @@ version of cron. it is presented here for its entertainment value. --vix ] -$FreeBSD$ +$Id$ From ptsfa!lll-crg!ames!acornrc!bob Wed Dec 31 10:07:08 1986 Date: Wed, 31 Dec 86 08:59:31 pst diff --git a/usr.sbin/cron/doc/Makefile.vixie b/usr.sbin/cron/doc/Makefile.vixie index 8df1301c689d3..f659223b3235e 100644 --- a/usr.sbin/cron/doc/Makefile.vixie +++ b/usr.sbin/cron/doc/Makefile.vixie @@ -17,7 +17,7 @@ # Makefile for vixie's cron # -# $FreeBSD$ +# $Id$ # # vix 03mar88 [moved to RCS, rest of log is in there] # vix 30mar87 [goodbye, time.c; hello, getopt] diff --git a/usr.sbin/cron/doc/README b/usr.sbin/cron/doc/README index eaced9e65d94e..d06e905cd2048 100644 --- a/usr.sbin/cron/doc/README +++ b/usr.sbin/cron/doc/README @@ -69,4 +69,4 @@ have to go edit a couple of files... So, here's the checklist: if you like it, change your /etc/{rc,rc.local} to use it instead of the old one. -$FreeBSD$ +$Id$ diff --git a/usr.sbin/cron/lib/compat.c b/usr.sbin/cron/lib/compat.c index 6057b8601f1a1..2143bc45ac868 100644 --- a/usr.sbin/cron/lib/compat.c +++ b/usr.sbin/cron/lib/compat.c @@ -16,7 +16,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* vix 30dec93 [broke this out of misc.c - see RCS log for history] diff --git a/usr.sbin/cron/lib/entry.c b/usr.sbin/cron/lib/entry.c index 11df83ddbac25..9aa1ef3e9bb3d 100644 --- a/usr.sbin/cron/lib/entry.c +++ b/usr.sbin/cron/lib/entry.c @@ -16,7 +16,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* vix 26jan87 [RCS'd; rest of log is in RCS file] diff --git a/usr.sbin/cron/lib/env.c b/usr.sbin/cron/lib/env.c index 4cebd51a6f08a..5859b633262dd 100644 --- a/usr.sbin/cron/lib/env.c +++ b/usr.sbin/cron/lib/env.c @@ -16,7 +16,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif diff --git a/usr.sbin/cron/lib/misc.c b/usr.sbin/cron/lib/misc.c index ad59bd8f8e51f..9892ab3bc2123 100644 --- a/usr.sbin/cron/lib/misc.c +++ b/usr.sbin/cron/lib/misc.c @@ -16,7 +16,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* vix 26jan87 [RCS has the rest of the log] diff --git a/usr.sbin/crunch/examples/filesystem.conf b/usr.sbin/crunch/examples/filesystem.conf index 63303d1f887db..18fd8bfffbf60 100644 --- a/usr.sbin/crunch/examples/filesystem.conf +++ b/usr.sbin/crunch/examples/filesystem.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ srcdirs /usr/src/bin /usr/src/sbin /usr/src/gnu/usr.bin /usr/src/usr.sbin srcdirs /usr/src/sbin/i386 diff --git a/usr.sbin/crunch/examples/kcopy.conf b/usr.sbin/crunch/examples/kcopy.conf index cb47db7c19bca..c0ddbc6f3ca11 100644 --- a/usr.sbin/crunch/examples/kcopy.conf +++ b/usr.sbin/crunch/examples/kcopy.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ srcdirs /usr/src/bin /usr/src/sbin diff --git a/usr.sbin/ctm/Makefile b/usr.sbin/ctm/Makefile index a3be25e46de0f..39cc21b7d8189 100644 --- a/usr.sbin/ctm/Makefile +++ b/usr.sbin/ctm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ SUBDIR= ctm ctm_scan ctm_rmail ctm_smail ctm_dequeue diff --git a/usr.sbin/ctm/Makefile.inc b/usr.sbin/ctm/Makefile.inc index c6c2c5aebdff1..2ecf884239342 100644 --- a/usr.sbin/ctm/Makefile.inc +++ b/usr.sbin/ctm/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ .if exists(${.CURDIR}/../../Makefile.inc) .include "${.CURDIR}/../../Makefile.inc" diff --git a/usr.sbin/ctm/README b/usr.sbin/ctm/README index f0796a60bc6ba..d887912492bec 100644 --- a/usr.sbin/ctm/README +++ b/usr.sbin/ctm/README @@ -5,7 +5,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $FreeBSD$ +# $Id$ # What will I not find in this file ? diff --git a/usr.sbin/ctm/ctm/Makefile b/usr.sbin/ctm/ctm/Makefile index 5fb80d5a47846..43fb100ef0c75 100644 --- a/usr.sbin/ctm/ctm/Makefile +++ b/usr.sbin/ctm/ctm/Makefile @@ -6,7 +6,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $FreeBSD$ +# $Id$ # PROG= ctm diff --git a/usr.sbin/ctm/ctm/ctm.1 b/usr.sbin/ctm/ctm/ctm.1 index ecd3f22f155be..9025c829e378a 100644 --- a/usr.sbin/ctm/ctm/ctm.1 +++ b/usr.sbin/ctm/ctm/ctm.1 @@ -10,7 +10,7 @@ .\" .\" CTM and ctm(1) by <phk@login.dknet.dk> .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd Mar 25, 1995 .Os diff --git a/usr.sbin/ctm/ctm/ctm.5 b/usr.sbin/ctm/ctm/ctm.5 index 8e01681d16b22..e492c7fa82d42 100644 --- a/usr.sbin/ctm/ctm/ctm.5 +++ b/usr.sbin/ctm/ctm/ctm.5 @@ -10,7 +10,7 @@ .\" .\" CTM and ctm(1) by <phk@login.dknet.dk> .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd March 25, 1995 .Os diff --git a/usr.sbin/ctm/ctm/ctm.c b/usr.sbin/ctm/ctm/ctm.c index 442f1792fa1ca..c8f2645accc49 100644 --- a/usr.sbin/ctm/ctm/ctm.c +++ b/usr.sbin/ctm/ctm/ctm.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $Id$ * * This is the client program of 'CTM'. It will apply a CTM-patch to a * collection of files. diff --git a/usr.sbin/ctm/ctm/ctm.h b/usr.sbin/ctm/ctm/ctm.h index b33cd2a7cd31e..52f8840bbbbbe 100644 --- a/usr.sbin/ctm/ctm/ctm.h +++ b/usr.sbin/ctm/ctm/ctm.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/ctm/ctm/ctm_ed.c b/usr.sbin/ctm/ctm/ctm_ed.c index 80425054b6902..67c2fae7bf3ce 100644 --- a/usr.sbin/ctm/ctm/ctm_ed.c +++ b/usr.sbin/ctm/ctm/ctm_ed.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/ctm/ctm/ctm_input.c b/usr.sbin/ctm/ctm/ctm_input.c index 70192cdd0f4ba..2bbbbb660b221 100644 --- a/usr.sbin/ctm/ctm/ctm_input.c +++ b/usr.sbin/ctm/ctm/ctm_input.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/ctm/ctm/ctm_pass1.c b/usr.sbin/ctm/ctm/ctm_pass1.c index 90779dec28917..b98c0d1594aa6 100644 --- a/usr.sbin/ctm/ctm/ctm_pass1.c +++ b/usr.sbin/ctm/ctm/ctm_pass1.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/ctm/ctm/ctm_pass2.c b/usr.sbin/ctm/ctm/ctm_pass2.c index 535160995953c..6750d23084e5e 100644 --- a/usr.sbin/ctm/ctm/ctm_pass2.c +++ b/usr.sbin/ctm/ctm/ctm_pass2.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/ctm/ctm/ctm_pass3.c b/usr.sbin/ctm/ctm/ctm_pass3.c index b76f0c07f0325..29a4defb2041c 100644 --- a/usr.sbin/ctm/ctm/ctm_pass3.c +++ b/usr.sbin/ctm/ctm/ctm_pass3.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/ctm/ctm/ctm_passb.c b/usr.sbin/ctm/ctm/ctm_passb.c index 1ed0cdb8e2a21..0fce0774d0936 100644 --- a/usr.sbin/ctm/ctm/ctm_passb.c +++ b/usr.sbin/ctm/ctm/ctm_passb.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Joseph Koshy * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/ctm/ctm/ctm_syntax.c b/usr.sbin/ctm/ctm/ctm_syntax.c index 5b7c637ff3899..509aef1a95053 100644 --- a/usr.sbin/ctm/ctm/ctm_syntax.c +++ b/usr.sbin/ctm/ctm/ctm_syntax.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c b/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c index c9baa5eec6ae4..9e09864549d33 100644 --- a/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c +++ b/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 b/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 index bd3a13343d620..e578f26800a46 100644 --- a/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 +++ b/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 @@ -476,4 +476,4 @@ Stephen McKay <mckay@FreeBSD.org> .\" Gosh! No bugs here! .\" This message brought to you by the Coalition for More Humour in Man Pages. .\" -.\" $FreeBSD$ +.\" $Id$ diff --git a/usr.sbin/ctm/ctm_scan/Makefile b/usr.sbin/ctm/ctm_scan/Makefile index d6c423b842ea2..d2e8b24a3bcce 100644 --- a/usr.sbin/ctm/ctm_scan/Makefile +++ b/usr.sbin/ctm/ctm_scan/Makefile @@ -6,7 +6,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $FreeBSD$ +# $Id$ # PROG= ctm_scan LDADD+= -lmd diff --git a/usr.sbin/ctm/ctm_scan/ctm_scan.c b/usr.sbin/ctm/ctm_scan/ctm_scan.c index 5ccf0c4b8d5f1..44adca59b6622 100644 --- a/usr.sbin/ctm/ctm_scan/ctm_scan.c +++ b/usr.sbin/ctm/ctm_scan/ctm_scan.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $Id$ * */ #include <stdio.h> diff --git a/usr.sbin/ctm/ctm_smail/ctm_smail.c b/usr.sbin/ctm/ctm_smail/ctm_smail.c index f86d5d045ebe7..afd7cddcdbd08 100644 --- a/usr.sbin/ctm/ctm_smail/ctm_smail.c +++ b/usr.sbin/ctm/ctm_smail/ctm_smail.c @@ -11,7 +11,7 @@ * In return you should think about all the nice people who give away software. * Maybe you should write some free software too. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/usr.sbin/ctm/mkCTM/dequeue b/usr.sbin/ctm/mkCTM/dequeue index 697ec0b5be850..c8fe67df24f0c 100755 --- a/usr.sbin/ctm/mkCTM/dequeue +++ b/usr.sbin/ctm/mkCTM/dequeue @@ -1,5 +1,5 @@ #! /bin/sh -# $FreeBSD$ +# $Id$ L=/home/ctm/log.dequeue /usr/sbin/ctm_dequeue -n 1 -l $L /home/ctm/queue/ctm-cvs-cur diff --git a/usr.sbin/diskpart/diskpart.c b/usr.sbin/diskpart/diskpart.c index d0ac950a93aa0..c9505fde8e61b 100644 --- a/usr.sbin/diskpart/diskpart.c +++ b/usr.sbin/diskpart/diskpart.c @@ -42,7 +42,7 @@ static char copyright[] = static char sccsid[] = "@(#)diskpart.c 8.3 (Berkeley) 11/30/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$Id$"; #endif /* not lint */ /* diff --git a/usr.sbin/fdwrite/Makefile b/usr.sbin/fdwrite/Makefile index 8eac7b0ebc00b..7af331db51d55 100644 --- a/usr.sbin/fdwrite/Makefile +++ b/usr.sbin/fdwrite/Makefile @@ -6,7 +6,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $FreeBSD$ +# $Id$ # # diff --git a/usr.sbin/fdwrite/fdwrite.1 b/usr.sbin/fdwrite/fdwrite.1 index cedc7f83bfd4b..10638759ad1a8 100644 --- a/usr.sbin/fdwrite/fdwrite.1 +++ b/usr.sbin/fdwrite/fdwrite.1 @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $FreeBSD$ +.\" $Id$ .\" .\" .Dd September 16, 1993 diff --git a/usr.sbin/fdwrite/fdwrite.c b/usr.sbin/fdwrite/fdwrite.c index c0a4d2b026866..908bb86cbc00b 100644 --- a/usr.sbin/fdwrite/fdwrite.c +++ b/usr.sbin/fdwrite/fdwrite.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index d2cc376121bb0..fed25f193b257 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)inetd.8 8.3 (Berkeley) 4/13/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd February 7, 1996 .Dt INETD 8 diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c index e8c7de259bd21..feef79628e1d7 100644 --- a/usr.sbin/inetd/inetd.c +++ b/usr.sbin/inetd/inetd.c @@ -40,7 +40,7 @@ static char copyright[] __attribute__ ((unused)) = #ifndef lint /* from: @(#)inetd.c 8.4 (Berkeley) 4/13/94"; */ static char inetd_c_rcsid[] __attribute__ ((unused)) = - "$FreeBSD$"; + "$Id$"; #endif /* not lint */ /* diff --git a/usr.sbin/inetd/pathnames.h b/usr.sbin/inetd/pathnames.h index fd57bf268df52..503cd212a2c51 100644 --- a/usr.sbin/inetd/pathnames.h +++ b/usr.sbin/inetd/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $Id$ */ #include <paths.h> diff --git a/usr.sbin/kbdcontrol/kbdcontrol.c b/usr.sbin/kbdcontrol/kbdcontrol.c index a007ae7b4f143..dde8609b7ca88 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.c +++ b/usr.sbin/kbdcontrol/kbdcontrol.c @@ -25,7 +25,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. * - * $FreeBSD$ + * $Id$ */ #include <ctype.h> diff --git a/usr.sbin/kbdcontrol/lex.h b/usr.sbin/kbdcontrol/lex.h index 369d500baf3fa..ad5c7fb0b6746 100644 --- a/usr.sbin/kbdcontrol/lex.h +++ b/usr.sbin/kbdcontrol/lex.h @@ -25,7 +25,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. * - * $FreeBSD$ + * $Id$ */ #define TNOP 256 diff --git a/usr.sbin/kbdcontrol/lex.l b/usr.sbin/kbdcontrol/lex.l index 9428e0bf1012f..8b1d3b8f25bfc 100644 --- a/usr.sbin/kbdcontrol/lex.l +++ b/usr.sbin/kbdcontrol/lex.l @@ -25,7 +25,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. * - * $FreeBSD$ + * $Id$ */ %{ diff --git a/usr.sbin/kbdmap/Makefile b/usr.sbin/kbdmap/Makefile index a8e0cf5f5f72e..c3af12dd5926d 100644 --- a/usr.sbin/kbdmap/Makefile +++ b/usr.sbin/kbdmap/Makefile @@ -1,5 +1,5 @@ # Makefile for kbdmap / vidfont -# $FreeBSD$ +# $Id$ SCRIPT= ${.CURDIR}/kbdmap.pl LINKS= ${BINDIR}/kbdmap ${BINDIR}/vidfont diff --git a/usr.sbin/kbdmap/kbdmap.1 b/usr.sbin/kbdmap/kbdmap.1 index 98c2932259bee..6db69a9a59991 100644 --- a/usr.sbin/kbdmap/kbdmap.1 +++ b/usr.sbin/kbdmap/kbdmap.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .Dd Mar 25, 1995 .Dt KBDMAP 1 diff --git a/usr.sbin/kbdmap/kbdmap.pl b/usr.sbin/kbdmap/kbdmap.pl index 5bf66b2dff851..6b60d25bd2eb5 100644 --- a/usr.sbin/kbdmap/kbdmap.pl +++ b/usr.sbin/kbdmap/kbdmap.pl @@ -26,7 +26,7 @@ # # kbdmap/vidfont - front end for syscons # -# $FreeBSD$ +# $Id$ # simple test if syscons works diff --git a/usr.sbin/kernbb/Makefile b/usr.sbin/kernbb/Makefile index bf21b206834e3..92a416f71b520 100644 --- a/usr.sbin/kernbb/Makefile +++ b/usr.sbin/kernbb/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= kernbb MAN8= kernbb.8 diff --git a/usr.sbin/kernbb/kernbb.8 b/usr.sbin/kernbb/kernbb.8 index 9fefaebcb08fa..4fc78d29d5e96 100644 --- a/usr.sbin/kernbb/kernbb.8 +++ b/usr.sbin/kernbb/kernbb.8 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd May 22, 1995 .Dt KERNBB 8 diff --git a/usr.sbin/kernbb/kernbb.c b/usr.sbin/kernbb/kernbb.c index d352f45ff1c47..dea1632a3c501 100644 --- a/usr.sbin/kernbb/kernbb.c +++ b/usr.sbin/kernbb/kernbb.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/lpr/filters/lpf.c b/usr.sbin/lpr/filters/lpf.c index 6fef3c4a03100..59b3cbf5e567d 100644 --- a/usr.sbin/lpr/filters/lpf.c +++ b/usr.sbin/lpr/filters/lpf.c @@ -39,7 +39,7 @@ static char copyright[] = #ifndef lint static char sccsid[] = "From: @(#)lpf.c 8.1 (Berkeley) 6/6/93"; -static char id[] = "$FreeBSD$"; +static char id[] = "$Id$"; #endif /* not lint */ /* diff --git a/usr.sbin/lpr/lp/lp.1 b/usr.sbin/lpr/lp/lp.1 index 3f66fe4eab826..fe0329e99d84f 100644 --- a/usr.sbin/lpr/lp/lp.1 +++ b/usr.sbin/lpr/lp/lp.1 @@ -31,7 +31,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. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd January 22, 1995 .Dt LP 1 diff --git a/usr.sbin/lpr/lp/lp.sh b/usr.sbin/lpr/lp/lp.sh index 317f840f8ce99..0a9c8e91fa9ac 100644 --- a/usr.sbin/lpr/lp/lp.sh +++ b/usr.sbin/lpr/lp/lp.sh @@ -36,7 +36,7 @@ # # Posix 1003.2 compliant print spooler interface. # -# $FreeBSD$ +# $Id$ # ncopies="" diff --git a/usr.sbin/lpr/lpd/modes.c b/usr.sbin/lpr/lpd/modes.c index a83d1e96ee93f..7e3dcd925135d 100644 --- a/usr.sbin/lpr/lpd/modes.c +++ b/usr.sbin/lpr/lpd/modes.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/usr.sbin/lpr/lpr/lpr.1 b/usr.sbin/lpr/lpr/lpr.1 index c73f53a4b01d8..a1d34e56d0d01 100644 --- a/usr.sbin/lpr/lpr/lpr.1 +++ b/usr.sbin/lpr/lpr/lpr.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From @(#)lpr.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $Id$ .\" " .Dd June 6, 1993 .Dt LPR 1 diff --git a/usr.sbin/lpr/lpr/lpr.c b/usr.sbin/lpr/lpr/lpr.c index c27b38b1556cb..1e6b92c7b1e89 100644 --- a/usr.sbin/lpr/lpr/lpr.c +++ b/usr.sbin/lpr/lpr/lpr.c @@ -45,7 +45,7 @@ static char copyright[] = #ifndef lint static char sccsid[] = "From: @(#)lpr.c 8.4 (Berkeley) 4/28/95" - "\n$FreeBSD$\n"; + "\n$Id$\n"; #endif /* not lint */ /* diff --git a/usr.sbin/lpr/runqueue/modes.c b/usr.sbin/lpr/runqueue/modes.c index a83d1e96ee93f..7e3dcd925135d 100644 --- a/usr.sbin/lpr/runqueue/modes.c +++ b/usr.sbin/lpr/runqueue/modes.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/usr.sbin/lptcontrol/lptcontrol.8 b/usr.sbin/lptcontrol/lptcontrol.8 index eaa4880593b76..51de5f7841b02 100644 --- a/usr.sbin/lptcontrol/lptcontrol.8 +++ b/usr.sbin/lptcontrol/lptcontrol.8 @@ -11,7 +11,7 @@ .\" documentation and/or other materials provided with the distribution. .\" .\" -.\" $FreeBSD$ +.\" $Id$ .Dd September 3, 1994 .Dt LPTCONTROL 8 .Os FreeBSD 2 diff --git a/usr.sbin/lptcontrol/lptcontrol.c b/usr.sbin/lptcontrol/lptcontrol.c index aa46f5d465400..d6110a66cab18 100644 --- a/usr.sbin/lptcontrol/lptcontrol.c +++ b/usr.sbin/lptcontrol/lptcontrol.c @@ -27,7 +27,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. * - * $FreeBSD$ + * $Id$ */ #include <ctype.h> diff --git a/usr.sbin/manctl/Makefile b/usr.sbin/manctl/Makefile index 187edd313a4b4..d81253097203d 100644 --- a/usr.sbin/manctl/Makefile +++ b/usr.sbin/manctl/Makefile @@ -1,5 +1,5 @@ # Makefile -# $FreeBSD$ +# $Id$ MAN8= manctl.8 diff --git a/usr.sbin/manctl/manctl.8 b/usr.sbin/manctl/manctl.8 index 892a1cd3a6237..d1b08b5d20aeb 100644 --- a/usr.sbin/manctl/manctl.8 +++ b/usr.sbin/manctl/manctl.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .Dd Jan 1996 .Dt manctl 8 diff --git a/usr.sbin/manctl/manctl.sh b/usr.sbin/manctl/manctl.sh index 3fd84cb942ada..735f861c051c7 100644 --- a/usr.sbin/manctl/manctl.sh +++ b/usr.sbin/manctl/manctl.sh @@ -30,7 +30,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $Id$ # # manctl: # a utility for manipulating manual pages diff --git a/usr.sbin/mixer/Makefile b/usr.sbin/mixer/Makefile index 78f5844209e63..bd9e7233fb12f 100644 --- a/usr.sbin/mixer/Makefile +++ b/usr.sbin/mixer/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG = mixer MAN8= mixer.8 diff --git a/usr.sbin/mkdosfs/Makefile b/usr.sbin/mkdosfs/Makefile index b1e32a1d44012..1d8ff5d249e38 100644 --- a/usr.sbin/mkdosfs/Makefile +++ b/usr.sbin/mkdosfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # PROG= mkdosfs diff --git a/usr.sbin/mkdosfs/bootcode.asm b/usr.sbin/mkdosfs/bootcode.asm index b8068739ccf23..9213cbaad0775 100644 --- a/usr.sbin/mkdosfs/bootcode.asm +++ b/usr.sbin/mkdosfs/bootcode.asm @@ -11,7 +11,7 @@ ;;; (This is written in as86 syntax. as86 is part of Bruce Evans' ;;; bcc package.) ;;; -;;; $FreeBSD$ +;;; $Id$ ;;; ;;; This code must be linked to address 0x7c00 in order to function ;;; correctly (the BIOS boot address). diff --git a/usr.sbin/mkdosfs/dosfs.h b/usr.sbin/mkdosfs/dosfs.h index f71feb65ff599..08afd4c764854 100644 --- a/usr.sbin/mkdosfs/dosfs.h +++ b/usr.sbin/mkdosfs/dosfs.h @@ -29,7 +29,7 @@ /* * MS-DOS (FAT) file system structure definitions. * - * $FreeBSD$ + * $Id$ */ #ifndef DOSFS_H diff --git a/usr.sbin/mkdosfs/mkdosfs.1 b/usr.sbin/mkdosfs/mkdosfs.1 index c405964a355e7..652f0e5eb0500 100644 --- a/usr.sbin/mkdosfs/mkdosfs.1 +++ b/usr.sbin/mkdosfs/mkdosfs.1 @@ -25,7 +25,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. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd November 5, 1995 .Os diff --git a/usr.sbin/mkdosfs/mkdosfs.c b/usr.sbin/mkdosfs/mkdosfs.c index f15c5884db6db..c3d88da5bc703 100644 --- a/usr.sbin/mkdosfs/mkdosfs.c +++ b/usr.sbin/mkdosfs/mkdosfs.c @@ -29,7 +29,7 @@ /* * Create an MS-DOS (FAT) file system. * - * $FreeBSD$ + * $Id$ */ #include <sys/types.h> diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c index ad4c2b14ecc23..be3730ccb24bc 100644 --- a/usr.sbin/moused/moused.c +++ b/usr.sbin/moused/moused.c @@ -30,7 +30,7 @@ ** EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ** ** - ** $FreeBSD$ + ** $Id$ **/ /** diff --git a/usr.sbin/mrouted/Makefile b/usr.sbin/mrouted/Makefile index c55412cc80fb5..862ba6782b04b 100644 --- a/usr.sbin/mrouted/Makefile +++ b/usr.sbin/mrouted/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ SUBDIR= common mrouted mrinfo map-mbone mtrace testrsrr diff --git a/usr.sbin/mrouted/callout.c b/usr.sbin/mrouted/callout.c index f3daa22d74fca..395199ac2aca3 100644 --- a/usr.sbin/mrouted/callout.c +++ b/usr.sbin/mrouted/callout.c @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $Id$ */ #include "defs.h" diff --git a/usr.sbin/mrouted/cfparse.y b/usr.sbin/mrouted/cfparse.y index b97bbed722657..e42064ea76775 100644 --- a/usr.sbin/mrouted/cfparse.y +++ b/usr.sbin/mrouted/cfparse.y @@ -4,7 +4,7 @@ * * Written by Bill Fenner, NRL, 1994 * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> #ifdef __STDC__ diff --git a/usr.sbin/mrouted/common/Makefile b/usr.sbin/mrouted/common/Makefile index 7e70b4ebf49bb..9bcfb27462bc7 100644 --- a/usr.sbin/mrouted/common/Makefile +++ b/usr.sbin/mrouted/common/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ LIB= mrouted NOPROFILE= diff --git a/usr.sbin/mrouted/config.c b/usr.sbin/mrouted/config.c index b47c7e8c3df82..9b843b20c41c2 100644 --- a/usr.sbin/mrouted/config.c +++ b/usr.sbin/mrouted/config.c @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $Id$ */ diff --git a/usr.sbin/mrouted/defs.h b/usr.sbin/mrouted/defs.h index 671e5fec6a34b..6d11925594c6e 100644 --- a/usr.sbin/mrouted/defs.h +++ b/usr.sbin/mrouted/defs.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $Id$ */ diff --git a/usr.sbin/mrouted/dvmrp.h b/usr.sbin/mrouted/dvmrp.h index dc8de9da98995..53b8d2fcded67 100644 --- a/usr.sbin/mrouted/dvmrp.h +++ b/usr.sbin/mrouted/dvmrp.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $Id$ */ /* diff --git a/usr.sbin/mrouted/igmp.c b/usr.sbin/mrouted/igmp.c index b26608a236f3e..d9e57f928f0d0 100644 --- a/usr.sbin/mrouted/igmp.c +++ b/usr.sbin/mrouted/igmp.c @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $Id$ */ diff --git a/usr.sbin/mrouted/inet.c b/usr.sbin/mrouted/inet.c index 6d1097744b169..e54057209da5a 100644 --- a/usr.sbin/mrouted/inet.c +++ b/usr.sbin/mrouted/inet.c @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $Id$ */ diff --git a/usr.sbin/mrouted/kern.c b/usr.sbin/mrouted/kern.c index 0ed46c25c4ecf..f37940fb48914 100644 --- a/usr.sbin/mrouted/kern.c +++ b/usr.sbin/mrouted/kern.c @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $Id$ */ diff --git a/usr.sbin/mrouted/main.c b/usr.sbin/mrouted/main.c index 7d23f21173eda..b196fd4c141d1 100644 --- a/usr.sbin/mrouted/main.c +++ b/usr.sbin/mrouted/main.c @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $Id$ */ /* @@ -34,7 +34,7 @@ #ifndef lint static char rcsid[] = - "@(#) $FreeBSD$"; + "@(#) $Id$"; #endif extern char *configfilename; diff --git a/usr.sbin/mrouted/map-mbone/Makefile b/usr.sbin/mrouted/map-mbone/Makefile index 3eb4bd2a30c13..9754fd743ae89 100644 --- a/usr.sbin/mrouted/map-mbone/Makefile +++ b/usr.sbin/mrouted/map-mbone/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= map-mbone diff --git a/usr.sbin/mrouted/mapper.c b/usr.sbin/mrouted/mapper.c index 3691aeaefa4b5..09df4b172edb8 100644 --- a/usr.sbin/mrouted/mapper.c +++ b/usr.sbin/mrouted/mapper.c @@ -1,7 +1,7 @@ /* Mapper for connections between MRouteD multicast routers. * Written by Pavel Curtis <Pavel@PARC.Xerox.Com> * - * $FreeBSD$ + * $Id$ */ /* diff --git a/usr.sbin/mrouted/mrinfo.c b/usr.sbin/mrouted/mrinfo.c index 2467c3d5b41b0..b971b23f45d07 100644 --- a/usr.sbin/mrouted/mrinfo.c +++ b/usr.sbin/mrouted/mrinfo.c @@ -61,7 +61,7 @@ #ifndef lint static char rcsid[] = - "@(#) $FreeBSD$"; + "@(#) $Id$"; /* original rcsid: "@(#) Header: mrinfo.c,v 1.6 93/04/08 15:14:16 van Exp (LBL)"; */ diff --git a/usr.sbin/mrouted/mrinfo/Makefile b/usr.sbin/mrouted/mrinfo/Makefile index 81f938fca7275..96b2f05eb0425 100644 --- a/usr.sbin/mrouted/mrinfo/Makefile +++ b/usr.sbin/mrouted/mrinfo/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= mrinfo diff --git a/usr.sbin/mrouted/mrouted.8 b/usr.sbin/mrouted/mrouted.8 index af4e361b5ca4a..a977061e12910 100644 --- a/usr.sbin/mrouted/mrouted.8 +++ b/usr.sbin/mrouted/mrouted.8 @@ -1,5 +1,5 @@ '\"COPYRIGHT 1989 by The Board of Trustees of Leland Stanford Junior University. -'\"$FreeBSD$ +'\"$Id$ .TH MROUTED 8 .UC 5 .SH NAME diff --git a/usr.sbin/mrouted/mrouted.conf b/usr.sbin/mrouted/mrouted.conf index 540f1acafeb9d..1e69244222333 100644 --- a/usr.sbin/mrouted/mrouted.conf +++ b/usr.sbin/mrouted/mrouted.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # This is the configuration file for "mrouted", an IP multicast router. # mrouted looks for it in "/etc/mrouted.conf". diff --git a/usr.sbin/mrouted/mrouted/Makefile b/usr.sbin/mrouted/mrouted/Makefile index 409f0c6530953..532ff93b6b9fb 100644 --- a/usr.sbin/mrouted/mrouted/Makefile +++ b/usr.sbin/mrouted/mrouted/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= mrouted diff --git a/usr.sbin/mrouted/mtrace/Makefile b/usr.sbin/mrouted/mtrace/Makefile index e64dd775733a5..1927f0d35f535 100644 --- a/usr.sbin/mrouted/mtrace/Makefile +++ b/usr.sbin/mrouted/mtrace/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= mtrace diff --git a/usr.sbin/mrouted/pathnames.h b/usr.sbin/mrouted/pathnames.h index eb57896fdfe4d..b8fb6baf43334 100644 --- a/usr.sbin/mrouted/pathnames.h +++ b/usr.sbin/mrouted/pathnames.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $Id$ */ #define _PATH_MROUTED_CONF "/etc/mrouted.conf" diff --git a/usr.sbin/mrouted/prune.c b/usr.sbin/mrouted/prune.c index d1e777eba95ee..5517e3b9a5615 100644 --- a/usr.sbin/mrouted/prune.c +++ b/usr.sbin/mrouted/prune.c @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $Id$ */ diff --git a/usr.sbin/mrouted/prune.h b/usr.sbin/mrouted/prune.h index 5fc4447e93881..c007ed31d6fa0 100644 --- a/usr.sbin/mrouted/prune.h +++ b/usr.sbin/mrouted/prune.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $Id$ */ /* diff --git a/usr.sbin/mrouted/route.c b/usr.sbin/mrouted/route.c index f436b8a5ca216..9ed2bb4baf276 100644 --- a/usr.sbin/mrouted/route.c +++ b/usr.sbin/mrouted/route.c @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $Id$ */ diff --git a/usr.sbin/mrouted/route.h b/usr.sbin/mrouted/route.h index bbe896c1b4af8..5b34e8a0ce27d 100644 --- a/usr.sbin/mrouted/route.h +++ b/usr.sbin/mrouted/route.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $Id$ */ /* diff --git a/usr.sbin/mrouted/testrsrr/Makefile b/usr.sbin/mrouted/testrsrr/Makefile index afa9d13c378b1..2f242bf91655a 100644 --- a/usr.sbin/mrouted/testrsrr/Makefile +++ b/usr.sbin/mrouted/testrsrr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= testrsrr diff --git a/usr.sbin/mrouted/testrsrr/testrsrr.c b/usr.sbin/mrouted/testrsrr/testrsrr.c index 1aca6f585ea7c..b99b593284f2c 100644 --- a/usr.sbin/mrouted/testrsrr/testrsrr.c +++ b/usr.sbin/mrouted/testrsrr/testrsrr.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <stddef.h> #include <stdlib.h> diff --git a/usr.sbin/mrouted/vif.c b/usr.sbin/mrouted/vif.c index 459ba66b008c9..92125855c5751 100644 --- a/usr.sbin/mrouted/vif.c +++ b/usr.sbin/mrouted/vif.c @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $Id$ */ diff --git a/usr.sbin/mrouted/vif.h b/usr.sbin/mrouted/vif.h index ee5924ec792d8..e0ed7ecab1ecf 100644 --- a/usr.sbin/mrouted/vif.h +++ b/usr.sbin/mrouted/vif.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $FreeBSD$ + * $Id$ */ /* diff --git a/usr.sbin/mtree/Makefile b/usr.sbin/mtree/Makefile index bd23f56d4d629..9f78f8f71c29e 100644 --- a/usr.sbin/mtree/Makefile +++ b/usr.sbin/mtree/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $Id$ PROG= mtree SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8 index ac9aa57a138c9..dcc8370e6bd39 100644 --- a/usr.sbin/mtree/mtree.8 +++ b/usr.sbin/mtree/mtree.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)mtree.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd February 9, 1995 .Dt MTREE 8 diff --git a/usr.sbin/named.reload/Makefile b/usr.sbin/named.reload/Makefile index d64757b79d6f6..d5599dcf069f2 100644 --- a/usr.sbin/named.reload/Makefile +++ b/usr.sbin/named.reload/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ .include "${.CURDIR}/../named/Makefile.inc" diff --git a/usr.sbin/named.restart/Makefile b/usr.sbin/named.restart/Makefile index 693ee7b4b9819..7055b2217af4d 100644 --- a/usr.sbin/named.restart/Makefile +++ b/usr.sbin/named.restart/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ .include "${.CURDIR}/../named/Makefile.inc" diff --git a/usr.sbin/named/Makefile b/usr.sbin/named/Makefile index bfca5135fb745..4906e909b26f7 100644 --- a/usr.sbin/named/Makefile +++ b/usr.sbin/named/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ .include "${.CURDIR}/Makefile.inc" diff --git a/usr.sbin/named/Makefile.inc b/usr.sbin/named/Makefile.inc index ea8b191985210..91359cfacc098 100644 --- a/usr.sbin/named/Makefile.inc +++ b/usr.sbin/named/Makefile.inc @@ -1,5 +1,5 @@ # From: Id: Makefile.inc,v 8.4 1996/03/03 17:42:43 vixie Exp -# $FreeBSD$ +# $Id$ .ifndef (Mk.Inc) Mk.Inc?=defined diff --git a/usr.sbin/named/Makefile.maninc b/usr.sbin/named/Makefile.maninc index d023ad23dec12..8551e63f099cc 100644 --- a/usr.sbin/named/Makefile.maninc +++ b/usr.sbin/named/Makefile.maninc @@ -1,5 +1,5 @@ # From: Id: Makefile.maninc,v 8.1 1994/12/15 06:23:43 vixie Exp -# $FreeBSD$ +# $Id$ # (the BIND kit's man page Makefile has gotten bad and crazy over the years. # this file has to be included AFTER bsd.prog.mk (which includes bsd.man.mk)) diff --git a/usr.sbin/ncrcontrol/ncrcontrol.8 b/usr.sbin/ncrcontrol/ncrcontrol.8 index 045605b0b55c0..9fc564a28ed69 100644 --- a/usr.sbin/ncrcontrol/ncrcontrol.8 +++ b/usr.sbin/ncrcontrol/ncrcontrol.8 @@ -22,7 +22,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. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd September 16, 1994 .Dt NCRCONTROL 8 diff --git a/usr.sbin/ncrcontrol/ncrcontrol.c b/usr.sbin/ncrcontrol/ncrcontrol.c index e3aeccc1e97d7..de8de89cd60cc 100644 --- a/usr.sbin/ncrcontrol/ncrcontrol.c +++ b/usr.sbin/ncrcontrol/ncrcontrol.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $FreeBSD$ +** $Id$ ** ** Utility for NCR 53C810 device driver. ** diff --git a/usr.sbin/ndc/Makefile b/usr.sbin/ndc/Makefile index ff5ca4d0fc76a..732ea6553e844 100644 --- a/usr.sbin/ndc/Makefile +++ b/usr.sbin/ndc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ .include "${.CURDIR}/../named/Makefile.inc" diff --git a/usr.sbin/ndc/ndcedit.awk b/usr.sbin/ndc/ndcedit.awk index 333416a7f9771..1f47984b8d724 100644 --- a/usr.sbin/ndc/ndcedit.awk +++ b/usr.sbin/ndc/ndcedit.awk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ NR == 3 { print "#" print "# This file is generated automatically, do not edit it here!" diff --git a/usr.sbin/newsyslog/Makefile b/usr.sbin/newsyslog/Makefile index 07d12cc5e956e..a6654c6452cc1 100644 --- a/usr.sbin/newsyslog/Makefile +++ b/usr.sbin/newsyslog/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= newsyslog diff --git a/usr.sbin/newsyslog/newsyslog.8 b/usr.sbin/newsyslog/newsyslog.8 index 5774cf0609a17..e127cb0cac214 100644 --- a/usr.sbin/newsyslog/newsyslog.8 +++ b/usr.sbin/newsyslog/newsyslog.8 @@ -1,7 +1,7 @@ .\" This file contains changes from the Open Software Foundation. .\" .\" from: @(#)newsyslog.8 -.\" $FreeBSD$ +.\" $Id$ .\" .\" Copyright 1988, 1989 by the Massachusetts Institute of Technology .\" diff --git a/usr.sbin/newsyslog/newsyslog.c b/usr.sbin/newsyslog/newsyslog.c index 4d23f80fbb0b0..0add1c495a18d 100644 --- a/usr.sbin/newsyslog/newsyslog.c +++ b/usr.sbin/newsyslog/newsyslog.c @@ -29,7 +29,7 @@ provided "as is" without express or implied warranty. */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* not lint */ #ifndef CONF diff --git a/usr.sbin/nslookup/Makefile b/usr.sbin/nslookup/Makefile index a6056e8d563aa..d65edfd1d8714 100644 --- a/usr.sbin/nslookup/Makefile +++ b/usr.sbin/nslookup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ .include "${.CURDIR}/../named/Makefile.inc" diff --git a/usr.sbin/pccard/Makefile b/usr.sbin/pccard/Makefile index 7fd4630244ef6..ad64ec144f6ed 100644 --- a/usr.sbin/pccard/Makefile +++ b/usr.sbin/pccard/Makefile @@ -1,6 +1,6 @@ # # Makefile for xntpd. -# $FreeBSD$ +# $Id$ # SUBDIR= pccardc pccardd diff --git a/usr.sbin/pccard/pccardc/Makefile b/usr.sbin/pccard/pccardc/Makefile index be1b3b433de8d..28683df42ab88 100644 --- a/usr.sbin/pccard/pccardc/Makefile +++ b/usr.sbin/pccard/pccardc/Makefile @@ -1,7 +1,7 @@ # # pccardc Makefile # -# $FreeBSD$ +# $Id$ # PROG= pccardc NOMAN= noman diff --git a/usr.sbin/pccard/pccardc/dumpcis.c b/usr.sbin/pccard/pccardc/dumpcis.c index 252a84d927193..8d08e10071c29 100644 --- a/usr.sbin/pccard/pccardc/dumpcis.c +++ b/usr.sbin/pccard/pccardc/dumpcis.c @@ -23,7 +23,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. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> #include <unistd.h> diff --git a/usr.sbin/pccard/pccardc/enabler.c b/usr.sbin/pccard/pccardc/enabler.c index 306a1b8c2355e..dee948af665c7 100644 --- a/usr.sbin/pccard/pccardc/enabler.c +++ b/usr.sbin/pccard/pccardc/enabler.c @@ -23,7 +23,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. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> #include <unistd.h> diff --git a/usr.sbin/pccard/pccardc/pccardc.c b/usr.sbin/pccard/pccardc/pccardc.c index bf33bac546230..ca6e1974709fb 100644 --- a/usr.sbin/pccard/pccardc/pccardc.c +++ b/usr.sbin/pccard/pccardc/pccardc.c @@ -23,7 +23,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. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> #include <stdlib.h> diff --git a/usr.sbin/pccard/pccardc/pccardmem.c b/usr.sbin/pccard/pccardc/pccardmem.c index 1a4c925c4ac5e..959db3aaaca1b 100644 --- a/usr.sbin/pccard/pccardc/pccardmem.c +++ b/usr.sbin/pccard/pccardc/pccardmem.c @@ -23,7 +23,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. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> #include <fcntl.h> diff --git a/usr.sbin/pccard/pccardc/printcis.c b/usr.sbin/pccard/pccardc/printcis.c index 2a31d953cb482..544b45444f397 100644 --- a/usr.sbin/pccard/pccardc/printcis.c +++ b/usr.sbin/pccard/pccardc/printcis.c @@ -23,7 +23,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. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> #include <unistd.h> diff --git a/usr.sbin/pccard/pccardc/rdmap.c b/usr.sbin/pccard/pccardc/rdmap.c index 62d5b03b84d0b..d88a84ea68592 100644 --- a/usr.sbin/pccard/pccardc/rdmap.c +++ b/usr.sbin/pccard/pccardc/rdmap.c @@ -23,7 +23,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. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> #include <unistd.h> diff --git a/usr.sbin/pccard/pccardc/rdreg.c b/usr.sbin/pccard/pccardc/rdreg.c index 6c8eb2442981e..9707e248c70d0 100644 --- a/usr.sbin/pccard/pccardc/rdreg.c +++ b/usr.sbin/pccard/pccardc/rdreg.c @@ -23,7 +23,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. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> #include <stdlib.h> diff --git a/usr.sbin/pccard/pccardc/wrattr.c b/usr.sbin/pccard/pccardc/wrattr.c index b78d8e40cf723..45b5abf9faa1e 100644 --- a/usr.sbin/pccard/pccardc/wrattr.c +++ b/usr.sbin/pccard/pccardc/wrattr.c @@ -23,7 +23,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. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> #include <stdlib.h> diff --git a/usr.sbin/pccard/pccardc/wrreg.c b/usr.sbin/pccard/pccardc/wrreg.c index 6d70d38f11de2..4c2f6bf1af6cd 100644 --- a/usr.sbin/pccard/pccardc/wrreg.c +++ b/usr.sbin/pccard/pccardc/wrreg.c @@ -23,7 +23,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. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> #include <stdlib.h> diff --git a/usr.sbin/pccard/pccardd/cardd.c b/usr.sbin/pccard/pccardd/cardd.c index 74e0dd35464c5..e5ab1c59bc46d 100644 --- a/usr.sbin/pccard/pccardd/cardd.c +++ b/usr.sbin/pccard/pccardd/cardd.c @@ -23,7 +23,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. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/usr.sbin/pccard/pccardd/cardd.h b/usr.sbin/pccard/pccardd/cardd.h index c95ab52ff1a5d..f43a7a72a6ce4 100644 --- a/usr.sbin/pccard/pccardd/cardd.h +++ b/usr.sbin/pccard/pccardd/cardd.h @@ -23,7 +23,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. * - * $FreeBSD$ + * $Id$ * * Common include file for PCMCIA daemon */ diff --git a/usr.sbin/pccard/pccardd/file.c b/usr.sbin/pccard/pccardd/file.c index c5d6d3ba2fb5d..22ee12587c9bb 100644 --- a/usr.sbin/pccard/pccardd/file.c +++ b/usr.sbin/pccard/pccardd/file.c @@ -23,7 +23,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. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> #include <stdlib.h> diff --git a/usr.sbin/pccard/pccardd/pccardd.8 b/usr.sbin/pccard/pccardd/pccardd.8 index 0d7d811c0c263..3fd202cffb916 100644 --- a/usr.sbin/pccard/pccardd/pccardd.8 +++ b/usr.sbin/pccard/pccardd/pccardd.8 @@ -23,7 +23,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. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd November 1, 1994 .Dt PCCARD 8 diff --git a/usr.sbin/pccard/pccardd/readcis.c b/usr.sbin/pccard/pccardd/readcis.c index 550f4d9f25d47..5f7293d5f67a3 100644 --- a/usr.sbin/pccard/pccardd/readcis.c +++ b/usr.sbin/pccard/pccardd/readcis.c @@ -23,7 +23,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. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> #include <unistd.h> diff --git a/usr.sbin/pccard/pccardd/readcis.h b/usr.sbin/pccard/pccardd/readcis.h index 7e92b8e4fc0d7..2ed13b53ee2f9 100644 --- a/usr.sbin/pccard/pccardd/readcis.h +++ b/usr.sbin/pccard/pccardd/readcis.h @@ -23,7 +23,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. * - * $FreeBSD$ + * $Id$ */ #define CIS_MAXSTR 20 diff --git a/usr.sbin/pccard/pccardd/util.c b/usr.sbin/pccard/pccardd/util.c index 87a1b627df8c5..33045e7f32381 100644 --- a/usr.sbin/pccard/pccardd/util.c +++ b/usr.sbin/pccard/pccardd/util.c @@ -23,7 +23,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. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/usr.sbin/pciconf/pciconf.8 b/usr.sbin/pciconf/pciconf.8 index d630778fa5207..5ed79eacb7a6d 100644 --- a/usr.sbin/pciconf/pciconf.8 +++ b/usr.sbin/pciconf/pciconf.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $Id$ .\" Copyright (c) 1997 .\" Stefan Esser <se@freebsd.org>. All rights reserved. .\" diff --git a/usr.sbin/pcvt/keycap/man5/keycap.5 b/usr.sbin/pcvt/keycap/man5/keycap.5 index 9d91d04947cdf..b3977208e7699 100644 --- a/usr.sbin/pcvt/keycap/man5/keycap.5 +++ b/usr.sbin/pcvt/keycap/man5/keycap.5 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)keycap.5, 3.00, Last Edit-Date: [Sun Jan 2 13:45:59 1994] -.\" $FreeBSD$ +.\" $Id$ .\" .Dd January 3, 1993 .Dt KEYCAP 5 diff --git a/usr.sbin/pkg_install/add/add.h b/usr.sbin/pkg_install/add/add.h index 8ef0555eee31d..a216944d40f2d 100644 --- a/usr.sbin/pkg_install/add/add.h +++ b/usr.sbin/pkg_install/add/add.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $Id$ */ /* * FreeBSD install - a package for the installation and maintainance diff --git a/usr.sbin/pkg_install/add/extract.c b/usr.sbin/pkg_install/add/extract.c index 2b227ff56266a..45ab40895cb9a 100644 --- a/usr.sbin/pkg_install/add/extract.c +++ b/usr.sbin/pkg_install/add/extract.c @@ -1,5 +1,5 @@ #ifndef lint -static const char *rcsid = "$FreeBSD$"; +static const char *rcsid = "$Id$"; #endif /* diff --git a/usr.sbin/pkg_install/add/futil.c b/usr.sbin/pkg_install/add/futil.c index b4fd51863c6bc..53da65a6aaf10 100644 --- a/usr.sbin/pkg_install/add/futil.c +++ b/usr.sbin/pkg_install/add/futil.c @@ -1,5 +1,5 @@ #ifndef lint -static const char *rcsid = "$FreeBSD$"; +static const char *rcsid = "$Id$"; #endif /* diff --git a/usr.sbin/pkg_install/add/main.c b/usr.sbin/pkg_install/add/main.c index 995cbd9ce48b8..9de0f2871beee 100644 --- a/usr.sbin/pkg_install/add/main.c +++ b/usr.sbin/pkg_install/add/main.c @@ -1,5 +1,5 @@ #ifndef lint -static char *rcsid = "$FreeBSD$"; +static char *rcsid = "$Id$"; #endif /* diff --git a/usr.sbin/pkg_install/add/perform.c b/usr.sbin/pkg_install/add/perform.c index 1a1ebbe70483e..58cf603ac864a 100644 --- a/usr.sbin/pkg_install/add/perform.c +++ b/usr.sbin/pkg_install/add/perform.c @@ -1,5 +1,5 @@ #ifndef lint -static const char *rcsid = "$FreeBSD$"; +static const char *rcsid = "$Id$"; #endif /* diff --git a/usr.sbin/pkg_install/create/create.h b/usr.sbin/pkg_install/create/create.h index 1ee3fc31a1b56..6ef8888f6f0b3 100644 --- a/usr.sbin/pkg_install/create/create.h +++ b/usr.sbin/pkg_install/create/create.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $Id$ */ /* * FreeBSD install - a package for the installation and maintainance diff --git a/usr.sbin/pkg_install/create/main.c b/usr.sbin/pkg_install/create/main.c index 9fb164b9fc93b..0d3a6853a91d0 100644 --- a/usr.sbin/pkg_install/create/main.c +++ b/usr.sbin/pkg_install/create/main.c @@ -1,5 +1,5 @@ #ifndef lint -static const char *rcsid = "$FreeBSD$"; +static const char *rcsid = "$Id$"; #endif /* diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c index f99df0b794998..83c4f35fce599 100644 --- a/usr.sbin/pkg_install/create/perform.c +++ b/usr.sbin/pkg_install/create/perform.c @@ -1,5 +1,5 @@ #ifndef lint -static const char *rcsid = "$FreeBSD$"; +static const char *rcsid = "$Id$"; #endif /* diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index 309550e5bc260..7e8e261c93366 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -15,7 +15,7 @@ .\" .\" .\" @(#)pkg_create.1 -.\" $FreeBSD$ +.\" $Id$ .\" .\" hacked up by John Kohl for NetBSD--fixed a few bugs, extended keywords, .\" added dependency tracking, etc. diff --git a/usr.sbin/pkg_install/create/pl.c b/usr.sbin/pkg_install/create/pl.c index da643d15b006a..f0a8b6de1b20e 100644 --- a/usr.sbin/pkg_install/create/pl.c +++ b/usr.sbin/pkg_install/create/pl.c @@ -1,5 +1,5 @@ #ifndef lint -static const char *rcsid = "$FreeBSD$"; +static const char *rcsid = "$Id$"; #endif /* diff --git a/usr.sbin/pkg_install/delete/delete.h b/usr.sbin/pkg_install/delete/delete.h index cc7a70e8fd14d..c26345cce5021 100644 --- a/usr.sbin/pkg_install/delete/delete.h +++ b/usr.sbin/pkg_install/delete/delete.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $Id$ */ /* * FreeBSD install - a package for the installation and maintainance diff --git a/usr.sbin/pkg_install/delete/main.c b/usr.sbin/pkg_install/delete/main.c index 4396f464f1ca9..08e0ac675284c 100644 --- a/usr.sbin/pkg_install/delete/main.c +++ b/usr.sbin/pkg_install/delete/main.c @@ -1,5 +1,5 @@ #ifndef lint -static char *rcsid = "$FreeBSD$"; +static char *rcsid = "$Id$"; #endif /* diff --git a/usr.sbin/pkg_install/delete/perform.c b/usr.sbin/pkg_install/delete/perform.c index 6946e5adb1b21..b19592c532478 100644 --- a/usr.sbin/pkg_install/delete/perform.c +++ b/usr.sbin/pkg_install/delete/perform.c @@ -1,5 +1,5 @@ #ifndef lint -static const char *rcsid = "$FreeBSD$"; +static const char *rcsid = "$Id$"; #endif /* diff --git a/usr.sbin/pkg_install/info/info.h b/usr.sbin/pkg_install/info/info.h index 7830cf6ce23f6..fed11647b40cc 100644 --- a/usr.sbin/pkg_install/info/info.h +++ b/usr.sbin/pkg_install/info/info.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $Id$ */ /* * FreeBSD install - a package for the installation and maintainance diff --git a/usr.sbin/pkg_install/info/main.c b/usr.sbin/pkg_install/info/main.c index 4a23b4a8208d7..23a9370f49baf 100644 --- a/usr.sbin/pkg_install/info/main.c +++ b/usr.sbin/pkg_install/info/main.c @@ -1,5 +1,5 @@ #ifndef lint -static char *rcsid = "$FreeBSD$"; +static char *rcsid = "$Id$"; #endif /* diff --git a/usr.sbin/pkg_install/info/perform.c b/usr.sbin/pkg_install/info/perform.c index f08c3f35d0a0d..b9b13b8fe7e1c 100644 --- a/usr.sbin/pkg_install/info/perform.c +++ b/usr.sbin/pkg_install/info/perform.c @@ -1,5 +1,5 @@ #ifndef lint -static const char *rcsid = "$FreeBSD$"; +static const char *rcsid = "$Id$"; #endif /* diff --git a/usr.sbin/pkg_install/info/show.c b/usr.sbin/pkg_install/info/show.c index fedfc4c33af7b..9aac8f137d6cf 100644 --- a/usr.sbin/pkg_install/info/show.c +++ b/usr.sbin/pkg_install/info/show.c @@ -1,5 +1,5 @@ #ifndef lint -static const char *rcsid = "$FreeBSD$"; +static const char *rcsid = "$Id$"; #endif /* diff --git a/usr.sbin/pkg_install/lib/exec.c b/usr.sbin/pkg_install/lib/exec.c index af7d2201d4289..87bcc10f607bb 100644 --- a/usr.sbin/pkg_install/lib/exec.c +++ b/usr.sbin/pkg_install/lib/exec.c @@ -1,5 +1,5 @@ #ifndef lint -static const char *rcsid = "$FreeBSD$"; +static const char *rcsid = "$Id$"; #endif /* diff --git a/usr.sbin/pkg_install/lib/file.c b/usr.sbin/pkg_install/lib/file.c index 84776d4c50b24..6a2e746106733 100644 --- a/usr.sbin/pkg_install/lib/file.c +++ b/usr.sbin/pkg_install/lib/file.c @@ -1,5 +1,5 @@ #ifndef lint -static const char *rcsid = "$FreeBSD$"; +static const char *rcsid = "$Id$"; #endif /* diff --git a/usr.sbin/pkg_install/lib/global.c b/usr.sbin/pkg_install/lib/global.c index 0d47f47f84aa7..3b00c8188fa83 100644 --- a/usr.sbin/pkg_install/lib/global.c +++ b/usr.sbin/pkg_install/lib/global.c @@ -1,5 +1,5 @@ #ifndef lint -static const char *rcsid = "$FreeBSD$"; +static const char *rcsid = "$Id$"; #endif /* diff --git a/usr.sbin/pkg_install/lib/lib.h b/usr.sbin/pkg_install/lib/lib.h index e69954a3e174c..5fda8913503ad 100644 --- a/usr.sbin/pkg_install/lib/lib.h +++ b/usr.sbin/pkg_install/lib/lib.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $Id$ */ /* * FreeBSD install - a package for the installation and maintainance diff --git a/usr.sbin/pkg_install/lib/msg.c b/usr.sbin/pkg_install/lib/msg.c index a920625a9c563..e35aba8c071dd 100644 --- a/usr.sbin/pkg_install/lib/msg.c +++ b/usr.sbin/pkg_install/lib/msg.c @@ -1,5 +1,5 @@ #ifndef lint -static const char *rcsid = "$FreeBSD$"; +static const char *rcsid = "$Id$"; #endif /* diff --git a/usr.sbin/pkg_install/lib/pen.c b/usr.sbin/pkg_install/lib/pen.c index dc8d4bd5a4c5a..4b636de11c79a 100644 --- a/usr.sbin/pkg_install/lib/pen.c +++ b/usr.sbin/pkg_install/lib/pen.c @@ -1,5 +1,5 @@ #ifndef lint -static const char *rcsid = "$FreeBSD$"; +static const char *rcsid = "$Id$"; #endif /* diff --git a/usr.sbin/pkg_install/lib/plist.c b/usr.sbin/pkg_install/lib/plist.c index 9b15aa677789a..72db68e76c21d 100644 --- a/usr.sbin/pkg_install/lib/plist.c +++ b/usr.sbin/pkg_install/lib/plist.c @@ -1,5 +1,5 @@ #ifndef lint -static const char *rcsid = "$FreeBSD$"; +static const char *rcsid = "$Id$"; #endif /* diff --git a/usr.sbin/pkg_install/tkpkg b/usr.sbin/pkg_install/tkpkg index 9071155a289de..7730cd735832e 100755 --- a/usr.sbin/pkg_install/tkpkg +++ b/usr.sbin/pkg_install/tkpkg @@ -1,7 +1,16 @@ #!/usr/local/bin/wish -f -#$FreeBSD$ +#$Id$ # #$Log: tkpkg,v $ +#Revision 1.3 1997/01/14 07:14:23 jkh +#Make the long-awaited change from $Id$ to $Id$ +# +#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. +# #Revision 1.2 1994/12/06 00:51:21 jkh #Many of John T. Kohl's patches from NetBSD. Thanks, John! #Submitted by: jkohl diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index 1423624120f26..4109587d9c835 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= ppp SRCS= async.c auth.c ccp.c chap.c chat.c command.c filter.c fsm.c hdlc.c \ diff --git a/usr.sbin/ppp/arp.c b/usr.sbin/ppp/arp.c index 3dfbd071b8aa8..da20f0f62c9e1 100644 --- a/usr.sbin/ppp/arp.c +++ b/usr.sbin/ppp/arp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/ppp/arp.h b/usr.sbin/ppp/arp.h index 7f29b8fe83617..52737167f11d6 100644 --- a/usr.sbin/ppp/arp.h +++ b/usr.sbin/ppp/arp.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/ppp/async.c b/usr.sbin/ppp/async.c index ba5e4e2019cd8..f5eec86a0ddfd 100644 --- a/usr.sbin/ppp/async.c +++ b/usr.sbin/ppp/async.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * */ #include "fsm.h" diff --git a/usr.sbin/ppp/auth.c b/usr.sbin/ppp/auth.c index 215a031dfd295..3f25dbc2ba4c9 100644 --- a/usr.sbin/ppp/auth.c +++ b/usr.sbin/ppp/auth.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: * o Implement check against with registered IP addresses. diff --git a/usr.sbin/ppp/auth.h b/usr.sbin/ppp/auth.h index faf3d35b9e70d..169f84c995549 100644 --- a/usr.sbin/ppp/auth.h +++ b/usr.sbin/ppp/auth.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/ccp.c b/usr.sbin/ppp/ccp.c index c92fa6eed9452..d50d367cb350a 100644 --- a/usr.sbin/ppp/ccp.c +++ b/usr.sbin/ppp/ccp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: * o Support other compression protocols diff --git a/usr.sbin/ppp/ccp.h b/usr.sbin/ppp/ccp.h index 7ed6d7bd45c5a..785c5731b2e79 100644 --- a/usr.sbin/ppp/ccp.h +++ b/usr.sbin/ppp/ccp.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/cdefs.h b/usr.sbin/ppp/cdefs.h index 33b3d158d6a23..54011aff5cf0e 100644 --- a/usr.sbin/ppp/cdefs.h +++ b/usr.sbin/ppp/cdefs.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/chap.c b/usr.sbin/ppp/chap.c index 127808da68688..39f4c7c9ea69a 100644 --- a/usr.sbin/ppp/chap.c +++ b/usr.sbin/ppp/chap.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/chap.h b/usr.sbin/ppp/chap.h index 4100448563d03..6c992a51fff77 100644 --- a/usr.sbin/ppp/chap.h +++ b/usr.sbin/ppp/chap.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/chat.c b/usr.sbin/ppp/chat.c index 25a33d3282848..25b25766adec3 100644 --- a/usr.sbin/ppp/chat.c +++ b/usr.sbin/ppp/chat.c @@ -18,7 +18,7 @@ * Columbus, OH 43221 * (614)451-1883 * - * $FreeBSD$ + * $Id$ * * TODO: * o Support more UUCP compatible control sequences. diff --git a/usr.sbin/ppp/chat.h b/usr.sbin/ppp/chat.h index 1a96931b2799b..ddc5a23a27ca4 100644 --- a/usr.sbin/ppp/chat.h +++ b/usr.sbin/ppp/chat.h @@ -18,7 +18,7 @@ * Columbus, OH 43221 * (614)451-1883 * - * $FreeBSD$ + * $Id$ * */ #ifndef _CHAT_H_ diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index c72d72143d111..a1589dab5e947 100644 --- a/usr.sbin/ppp/command.c +++ b/usr.sbin/ppp/command.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * */ #include <sys/types.h> diff --git a/usr.sbin/ppp/command.h b/usr.sbin/ppp/command.h index e37606895552a..940d506d7f6aa 100644 --- a/usr.sbin/ppp/command.h +++ b/usr.sbin/ppp/command.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/defs.h b/usr.sbin/ppp/defs.h index 1c5dae98ef8db..f08b2765b6b7c 100644 --- a/usr.sbin/ppp/defs.h +++ b/usr.sbin/ppp/defs.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/filter.c b/usr.sbin/ppp/filter.c index ba6a1c7d0b887..7aef281448416 100644 --- a/usr.sbin/ppp/filter.c +++ b/usr.sbin/ppp/filter.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: Shoud send ICMP error message when we discard packets. */ diff --git a/usr.sbin/ppp/filter.h b/usr.sbin/ppp/filter.h index 96544aafa7d91..e087ee00d3d8a 100644 --- a/usr.sbin/ppp/filter.h +++ b/usr.sbin/ppp/filter.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/fsm.c b/usr.sbin/ppp/fsm.c index 4b38222948157..550e78d4cceaf 100644 --- a/usr.sbin/ppp/fsm.c +++ b/usr.sbin/ppp/fsm.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: * o Refer loglevel for log output diff --git a/usr.sbin/ppp/fsm.h b/usr.sbin/ppp/fsm.h index 57086d5ab188d..1709a4146fa0d 100644 --- a/usr.sbin/ppp/fsm.h +++ b/usr.sbin/ppp/fsm.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/global.h b/usr.sbin/ppp/global.h index 52858112b6f86..b8b2c111ed738 100644 --- a/usr.sbin/ppp/global.h +++ b/usr.sbin/ppp/global.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/hdlc.c b/usr.sbin/ppp/hdlc.c index 16ebe2163ba50..76c09a3815176 100644 --- a/usr.sbin/ppp/hdlc.c +++ b/usr.sbin/ppp/hdlc.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/hdlc.h b/usr.sbin/ppp/hdlc.h index d312fa391c066..f626f3fbc39e0 100644 --- a/usr.sbin/ppp/hdlc.h +++ b/usr.sbin/ppp/hdlc.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/ip.c b/usr.sbin/ppp/ip.c index 7fb714c004e65..1e66473411930 100644 --- a/usr.sbin/ppp/ip.c +++ b/usr.sbin/ppp/ip.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: * o Return ICMP message for filterd packet diff --git a/usr.sbin/ppp/ip.h b/usr.sbin/ppp/ip.h index 069ffb4dd6b19..710fffa80bc67 100644 --- a/usr.sbin/ppp/ip.h +++ b/usr.sbin/ppp/ip.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/ppp/ipcp.c b/usr.sbin/ppp/ipcp.c index 44e6b073ac00b..3f13f1fa4df08 100644 --- a/usr.sbin/ppp/ipcp.c +++ b/usr.sbin/ppp/ipcp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: * o More RFC1772 backwoard compatibility diff --git a/usr.sbin/ppp/ipcp.h b/usr.sbin/ppp/ipcp.h index beb219a9dbd8b..ab42143d7634b 100644 --- a/usr.sbin/ppp/ipcp.h +++ b/usr.sbin/ppp/ipcp.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c index 3c8ae6a9e7c78..428fa110a7cdb 100644 --- a/usr.sbin/ppp/lcp.c +++ b/usr.sbin/ppp/lcp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: * o Validate magic number received from peer. diff --git a/usr.sbin/ppp/lcp.h b/usr.sbin/ppp/lcp.h index 1fbbe6d5bd512..d9a4f543b99de 100644 --- a/usr.sbin/ppp/lcp.h +++ b/usr.sbin/ppp/lcp.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/lcpproto.h b/usr.sbin/ppp/lcpproto.h index 15875a1bd65ee..f4ddadf352b18 100644 --- a/usr.sbin/ppp/lcpproto.h +++ b/usr.sbin/ppp/lcpproto.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/log.c b/usr.sbin/ppp/log.c index 48b304cfdd39a..479969aae6c90 100644 --- a/usr.sbin/ppp/log.c +++ b/usr.sbin/ppp/log.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * */ #include "defs.h" diff --git a/usr.sbin/ppp/log.h b/usr.sbin/ppp/log.h index c400bca78c51f..7ac5df245661b 100644 --- a/usr.sbin/ppp/log.h +++ b/usr.sbin/ppp/log.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/lqr.c b/usr.sbin/ppp/lqr.c index d3aaf3af4a094..aafc7d531c8a5 100644 --- a/usr.sbin/ppp/lqr.c +++ b/usr.sbin/ppp/lqr.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * o LQR based on RFC1333 * diff --git a/usr.sbin/ppp/lqr.h b/usr.sbin/ppp/lqr.h index 31137c63ff950..d668bef7978ca 100644 --- a/usr.sbin/ppp/lqr.h +++ b/usr.sbin/ppp/lqr.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c index 08354e4ed26e1..204161ff59a65 100644 --- a/usr.sbin/ppp/main.c +++ b/usr.sbin/ppp/main.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: * o Add commands for traffic summary, version display, etc. diff --git a/usr.sbin/ppp/main.h b/usr.sbin/ppp/main.h index 29d8b170f04cc..a6e591db33b2c 100644 --- a/usr.sbin/ppp/main.h +++ b/usr.sbin/ppp/main.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/ppp/mbuf.c b/usr.sbin/ppp/mbuf.c index 35d71517f909c..e3d90041abe5f 100644 --- a/usr.sbin/ppp/mbuf.c +++ b/usr.sbin/ppp/mbuf.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * */ #include "defs.h" diff --git a/usr.sbin/ppp/mbuf.h b/usr.sbin/ppp/mbuf.h index 40dfc006e2ed1..9ec0e53fe71a1 100644 --- a/usr.sbin/ppp/mbuf.h +++ b/usr.sbin/ppp/mbuf.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/modem.c b/usr.sbin/ppp/modem.c index e9283d2b4cb3e..18ee70c795f3f 100644 --- a/usr.sbin/ppp/modem.c +++ b/usr.sbin/ppp/modem.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/modem.h b/usr.sbin/ppp/modem.h index 1300a07a95b8e..b4befe0c2219f 100644 --- a/usr.sbin/ppp/modem.h +++ b/usr.sbin/ppp/modem.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/os.c b/usr.sbin/ppp/os.c index d3defc882c142..32f24b0cff130 100644 --- a/usr.sbin/ppp/os.c +++ b/usr.sbin/ppp/os.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * */ #include "fsm.h" diff --git a/usr.sbin/ppp/os.h b/usr.sbin/ppp/os.h index 84a30016a577f..461fe01a3694b 100644 --- a/usr.sbin/ppp/os.h +++ b/usr.sbin/ppp/os.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/pap.c b/usr.sbin/ppp/pap.c index d13418fa65b95..de3f54a5faa72 100644 --- a/usr.sbin/ppp/pap.c +++ b/usr.sbin/ppp/pap.c @@ -18,7 +18,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/pap.h b/usr.sbin/ppp/pap.h index 9e527fbfa9fa7..8a3925b536242 100644 --- a/usr.sbin/ppp/pap.h +++ b/usr.sbin/ppp/pap.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/pathnames.h b/usr.sbin/ppp/pathnames.h index 1b3b41a94383f..e98f2943b1ef1 100644 --- a/usr.sbin/ppp/pathnames.h +++ b/usr.sbin/ppp/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * - * $FreeBSD$ + * $Id$ * * @(#)pathnames.h 5.2 (Berkeley) 6/1/90 */ diff --git a/usr.sbin/ppp/phase.h b/usr.sbin/ppp/phase.h index b0cb7723c5bf2..25614c4d12a1b 100644 --- a/usr.sbin/ppp/phase.h +++ b/usr.sbin/ppp/phase.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index b5a069f4b62bc..c69100f8d3465 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -1,5 +1,5 @@ .\" manual page [] for ppp 0.94 beta2 + alpha -.\" $FreeBSD$ +.\" $Id$ .Dd 20 September 1995 .Os FreeBSD .Dt PPP 8 diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index b5a069f4b62bc..c69100f8d3465 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -1,5 +1,5 @@ .\" manual page [] for ppp 0.94 beta2 + alpha -.\" $FreeBSD$ +.\" $Id$ .Dd 20 September 1995 .Os FreeBSD .Dt PPP 8 diff --git a/usr.sbin/ppp/pred.c b/usr.sbin/ppp/pred.c index 7f924a37dc5f3..587f8bf0c0219 100644 --- a/usr.sbin/ppp/pred.c +++ b/usr.sbin/ppp/pred.c @@ -5,7 +5,7 @@ /* * - * $FreeBSD$ + * $Id$ * * pred.c -- Test program for Dave Rand's rendition of the * predictor algorithm diff --git a/usr.sbin/ppp/pred.h b/usr.sbin/ppp/pred.h index b66396b85f41c..1e49c58b5eba6 100644 --- a/usr.sbin/ppp/pred.h +++ b/usr.sbin/ppp/pred.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/route.c b/usr.sbin/ppp/route.c index c9d1b27f3db37..da143d8548b76 100644 --- a/usr.sbin/ppp/route.c +++ b/usr.sbin/ppp/route.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * */ #include <sys/types.h> diff --git a/usr.sbin/ppp/route.h b/usr.sbin/ppp/route.h index e09e784550f54..764042c478dfb 100644 --- a/usr.sbin/ppp/route.h +++ b/usr.sbin/ppp/route.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/ppp/sig.c b/usr.sbin/ppp/sig.c index 87a8c4e674ab6..3442538e0c3b3 100644 --- a/usr.sbin/ppp/sig.c +++ b/usr.sbin/ppp/sig.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ * * TODO: * diff --git a/usr.sbin/ppp/sig.h b/usr.sbin/ppp/sig.h index d57c97e38afa5..5194ea64cbacb 100644 --- a/usr.sbin/ppp/sig.h +++ b/usr.sbin/ppp/sig.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ * * TODO: * diff --git a/usr.sbin/ppp/slcompress.c b/usr.sbin/ppp/slcompress.c index f587cbe141f2a..d0c5883753adb 100644 --- a/usr.sbin/ppp/slcompress.c +++ b/usr.sbin/ppp/slcompress.c @@ -17,13 +17,13 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989: * - Initial distribution. */ #ifndef lint -static char const rcsid[] = "$FreeBSD$"; +static char const rcsid[] = "$Id$"; #endif #include "defs.h" diff --git a/usr.sbin/ppp/slcompress.h b/usr.sbin/ppp/slcompress.h index f0cfde3dc566c..94426562be9ba 100644 --- a/usr.sbin/ppp/slcompress.h +++ b/usr.sbin/ppp/slcompress.h @@ -1,7 +1,7 @@ /* * Definitions for tcp compression routines. * - * $Header: /home/ncvs/src/usr.sbin/ppp/slcompress.h,v 1.3 1995/05/30 03:50:58 rgrimes Exp $ + * $Header: /home/ncvs/src/usr.sbin/ppp/slcompress.h,v 1.4 1997/01/14 07:15:40 jkh Exp $ * * Copyright (c) 1989 Regents of the University of California. * All rights reserved. @@ -18,7 +18,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989: * - Initial distribution. diff --git a/usr.sbin/ppp/systems.c b/usr.sbin/ppp/systems.c index fbc32f057a67c..0e7be240da25b 100644 --- a/usr.sbin/ppp/systems.c +++ b/usr.sbin/ppp/systems.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/systems.h b/usr.sbin/ppp/systems.h index 8d078086971e1..4c841e4a26986 100644 --- a/usr.sbin/ppp/systems.h +++ b/usr.sbin/ppp/systems.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/ppp/timeout.h b/usr.sbin/ppp/timeout.h index 1da38ef84c2f4..4e77e20d17a30 100644 --- a/usr.sbin/ppp/timeout.h +++ b/usr.sbin/ppp/timeout.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/timer.c b/usr.sbin/ppp/timer.c index 66d7141124770..de9a08cd61c6c 100644 --- a/usr.sbin/ppp/timer.c +++ b/usr.sbin/ppp/timer.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/vars.c b/usr.sbin/ppp/vars.c index 55bb9128d539f..85729b8a081d9 100644 --- a/usr.sbin/ppp/vars.c +++ b/usr.sbin/ppp/vars.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * */ #include "fsm.h" @@ -29,7 +29,7 @@ #include "defs.h" char VarVersion[] = "Version 0.94"; -char VarLocalVersion[] = "$Date: 1996/12/22 17:09:16 $"; +char VarLocalVersion[] = "$Date: 1997/01/14 07:15:44 $"; /* * Order of conf option is important. See vars.h. diff --git a/usr.sbin/ppp/vars.h b/usr.sbin/ppp/vars.h index a38d2149a86df..5041ee93711f7 100644 --- a/usr.sbin/ppp/vars.h +++ b/usr.sbin/ppp/vars.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/ppp/vjcomp.c b/usr.sbin/ppp/vjcomp.c index 716e0f2bd8fd1..a5fc3bb684347 100644 --- a/usr.sbin/ppp/vjcomp.c +++ b/usr.sbin/ppp/vjcomp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ * * TODO: */ diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile index 3380172257e72..3a3574fb2298e 100644 --- a/usr.sbin/pppd/Makefile +++ b/usr.sbin/pppd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ CFLAGS+= -DHAVE_PATHS_H diff --git a/usr.sbin/pppd/args.h b/usr.sbin/pppd/args.h index d21482e104bc3..81bd1e0cabbb8 100644 --- a/usr.sbin/pppd/args.h +++ b/usr.sbin/pppd/args.h @@ -1,6 +1,6 @@ /* * neat macro from ka9q to "do the right thing" with ansi prototypes - * $FreeBSD$ + * $Id$ */ #ifndef __P diff --git a/usr.sbin/pppd/auth.c b/usr.sbin/pppd/auth.c index ad97e4f8c19a2..e983f1c721ded 100644 --- a/usr.sbin/pppd/auth.c +++ b/usr.sbin/pppd/auth.c @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/callout.h b/usr.sbin/pppd/callout.h index 774d7f8edfa98..662100b5b920e 100644 --- a/usr.sbin/pppd/callout.h +++ b/usr.sbin/pppd/callout.h @@ -3,7 +3,7 @@ /* to a pointer to a function of type void (generic pointer) as per */ /* ANSI C */ -/* $FreeBSD$ */ +/* $Id$ */ #ifndef _ppp_callout_h #define _ppp_callout_h diff --git a/usr.sbin/pppd/ccp.c b/usr.sbin/pppd/ccp.c index 8d7ee9e0e88ac..30350399660d6 100644 --- a/usr.sbin/pppd/ccp.c +++ b/usr.sbin/pppd/ccp.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif #include <syslog.h> diff --git a/usr.sbin/pppd/ccp.h b/usr.sbin/pppd/ccp.h index 98b72cec073f0..20ff4216bf94b 100644 --- a/usr.sbin/pppd/ccp.h +++ b/usr.sbin/pppd/ccp.h @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $FreeBSD$ + * $Id$ */ typedef struct ccp_options { diff --git a/usr.sbin/pppd/chap.c b/usr.sbin/pppd/chap.c index 33b0b85af5e88..9003554b7253f 100644 --- a/usr.sbin/pppd/chap.c +++ b/usr.sbin/pppd/chap.c @@ -19,7 +19,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* diff --git a/usr.sbin/pppd/chap.h b/usr.sbin/pppd/chap.h index 445656f74123c..700c421689a64 100644 --- a/usr.sbin/pppd/chap.h +++ b/usr.sbin/pppd/chap.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ */ #ifndef __CHAP_INCLUDE__ diff --git a/usr.sbin/pppd/fsm.c b/usr.sbin/pppd/fsm.c index dfb84ebb1ee51..ea3815c4187c6 100644 --- a/usr.sbin/pppd/fsm.c +++ b/usr.sbin/pppd/fsm.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* diff --git a/usr.sbin/pppd/fsm.h b/usr.sbin/pppd/fsm.h index da6352dd9edee..dc6be6d78b345 100644 --- a/usr.sbin/pppd/fsm.h +++ b/usr.sbin/pppd/fsm.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/usr.sbin/pppd/ipcp.c b/usr.sbin/pppd/ipcp.c index 2b1a4209a8cf6..f567992f121dd 100644 --- a/usr.sbin/pppd/ipcp.c +++ b/usr.sbin/pppd/ipcp.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* diff --git a/usr.sbin/pppd/ipcp.h b/usr.sbin/pppd/ipcp.h index 846fa43105453..dafc115391716 100644 --- a/usr.sbin/pppd/ipcp.h +++ b/usr.sbin/pppd/ipcp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/usr.sbin/pppd/lcp.c b/usr.sbin/pppd/lcp.c index 273b6030e6678..25256adb6a791 100644 --- a/usr.sbin/pppd/lcp.c +++ b/usr.sbin/pppd/lcp.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* diff --git a/usr.sbin/pppd/lcp.h b/usr.sbin/pppd/lcp.h index 879e983d92fae..c98ba5e1b4096 100644 --- a/usr.sbin/pppd/lcp.h +++ b/usr.sbin/pppd/lcp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/usr.sbin/pppd/lock.c b/usr.sbin/pppd/lock.c index 417a6182c2b4f..87c29849e5558 100644 --- a/usr.sbin/pppd/lock.c +++ b/usr.sbin/pppd/lock.c @@ -4,7 +4,7 @@ * This code is derived from chat.c. */ -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #include <stdio.h> #include <string.h> diff --git a/usr.sbin/pppd/magic.c b/usr.sbin/pppd/magic.c index 957ca83f609d4..a35ec40260068 100644 --- a/usr.sbin/pppd/magic.c +++ b/usr.sbin/pppd/magic.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/magic.h b/usr.sbin/pppd/magic.h index 82f65cf55d4e2..1344626a387d4 100644 --- a/usr.sbin/pppd/magic.h +++ b/usr.sbin/pppd/magic.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ */ void magic_init __P((void)); /* Initialize the magic number generator */ diff --git a/usr.sbin/pppd/main.c b/usr.sbin/pppd/main.c index 72cf752da781c..ee7dec1dd99d3 100644 --- a/usr.sbin/pppd/main.c +++ b/usr.sbin/pppd/main.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/options.c b/usr.sbin/pppd/options.c index 0c54280349854..46fda525c0a39 100644 --- a/usr.sbin/pppd/options.c +++ b/usr.sbin/pppd/options.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/patchlevel.h b/usr.sbin/pppd/patchlevel.h index 0c81bfb002592..9ff41ac08cf10 100644 --- a/usr.sbin/pppd/patchlevel.h +++ b/usr.sbin/pppd/patchlevel.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $Id$ */ #define PATCHLEVEL 0 #define VERSION "2.2" diff --git a/usr.sbin/pppd/pathnames.h b/usr.sbin/pppd/pathnames.h index d3dd04e8f3c4c..d0ec2ff6a70ae 100644 --- a/usr.sbin/pppd/pathnames.h +++ b/usr.sbin/pppd/pathnames.h @@ -1,7 +1,7 @@ /* * define path names * - * $FreeBSD$ + * $Id$ */ #ifdef HAVE_PATHS_H diff --git a/usr.sbin/pppd/ppp.h b/usr.sbin/pppd/ppp.h index b9076263d531d..4cb1e700a4601 100644 --- a/usr.sbin/pppd/ppp.h +++ b/usr.sbin/pppd/ppp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ */ #ifndef __PPP_H__ diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8 index 8de5faaad7bb8..c1953d8a97b19 100644 --- a/usr.sbin/pppd/pppd.8 +++ b/usr.sbin/pppd/pppd.8 @@ -1,5 +1,5 @@ .\" manual page [] for pppd 2.0 -.\" $FreeBSD$ +.\" $Id$ .\" SH section heading .\" SS subsection heading .\" LP paragraph diff --git a/usr.sbin/pppd/pppd.h b/usr.sbin/pppd/pppd.h index 23e2f02d6f586..d9c1f630f3ddc 100644 --- a/usr.sbin/pppd/pppd.h +++ b/usr.sbin/pppd/pppd.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/usr.sbin/pppd/sys-bsd.c b/usr.sbin/pppd/sys-bsd.c index 8fdd15c4e8888..b23bf69eed3d8 100644 --- a/usr.sbin/pppd/sys-bsd.c +++ b/usr.sbin/pppd/sys-bsd.c @@ -19,7 +19,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* diff --git a/usr.sbin/pppd/upap.c b/usr.sbin/pppd/upap.c index 4d07107162a7d..bc04e70809332 100644 --- a/usr.sbin/pppd/upap.c +++ b/usr.sbin/pppd/upap.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* diff --git a/usr.sbin/pppd/upap.h b/usr.sbin/pppd/upap.h index 186c6ba9100b0..3470e850af0bf 100644 --- a/usr.sbin/pppd/upap.h +++ b/usr.sbin/pppd/upap.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/usr.sbin/pppstats/Makefile b/usr.sbin/pppstats/Makefile index 2961cc44cec38..92c2d98e37de2 100644 --- a/usr.sbin/pppstats/Makefile +++ b/usr.sbin/pppstats/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= pppstats SRCS= pppstats.c diff --git a/usr.sbin/pppstats/pppstats.8 b/usr.sbin/pppstats/pppstats.8 index 62321bc843b7f..91ef2744663aa 100644 --- a/usr.sbin/pppstats/pppstats.8 +++ b/usr.sbin/pppstats/pppstats.8 @@ -1,4 +1,4 @@ -.\" @(#) $FreeBSD$ +.\" @(#) $Id$ .Dd May 2, 1995 .Dt PPPSTATS 8 .Sh NAME diff --git a/usr.sbin/pppstats/pppstats.c b/usr.sbin/pppstats/pppstats.c index 111e1b7d0215b..1127064cf268f 100644 --- a/usr.sbin/pppstats/pppstats.c +++ b/usr.sbin/pppstats/pppstats.c @@ -37,7 +37,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif #include <sys/param.h> diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index 14f156d683d7c..e8d6e0f60d35d 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)pstat.8 8.4 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd October 7, 1995 .Dt PSTAT 8 diff --git a/usr.sbin/pw/Makefile b/usr.sbin/pw/Makefile index f5c74a6b9c8e3..31b58b51583b7 100644 --- a/usr.sbin/pw/Makefile +++ b/usr.sbin/pw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= pw SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c pw_nis.c \ diff --git a/usr.sbin/pw/README b/usr.sbin/pw/README index 0180f7a6dffe1..9302f6b5fec82 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> -$FreeBSD$ +$Id$ diff --git a/usr.sbin/pw/bitmap.c b/usr.sbin/pw/bitmap.c index 493c543daf3b5..810d1ad6bc4c6 100644 --- a/usr.sbin/pw/bitmap.c +++ b/usr.sbin/pw/bitmap.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <stdlib.h> diff --git a/usr.sbin/pw/bitmap.h b/usr.sbin/pw/bitmap.h index 93a9790059d35..a2ef01a342ffd 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. * - * $FreeBSD$ + * $Id$ */ #ifndef _BITMAP_H_ diff --git a/usr.sbin/pw/cpdir.c b/usr.sbin/pw/cpdir.c index f8e2c324df6ca..51891da929afb 100644 --- a/usr.sbin/pw/cpdir.c +++ b/usr.sbin/pw/cpdir.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/usr.sbin/pw/edgroup.c b/usr.sbin/pw/edgroup.c index 62c2efefe9404..9dcbc638359ce 100644 --- a/usr.sbin/pw/edgroup.c +++ b/usr.sbin/pw/edgroup.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/usr.sbin/pw/fileupd.c b/usr.sbin/pw/fileupd.c index 9dd63c954dea3..c20b4ad0da27e 100644 --- a/usr.sbin/pw/fileupd.c +++ b/usr.sbin/pw/fileupd.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/usr.sbin/pw/grupd.c b/usr.sbin/pw/grupd.c index 583e4bb85df04..cf0584e83ee10 100644 --- a/usr.sbin/pw/grupd.c +++ b/usr.sbin/pw/grupd.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/usr.sbin/pw/psdate.c b/usr.sbin/pw/psdate.c index d77f1e3778ae1..14b7340c0f067 100644 --- a/usr.sbin/pw/psdate.c +++ b/usr.sbin/pw/psdate.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/usr.sbin/pw/psdate.h b/usr.sbin/pw/psdate.h index 14defb0765158..f0f1522f465b7 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. * - * $FreeBSD$ + * $Id$ */ #ifndef _PSDATE_H_ diff --git a/usr.sbin/pw/pw.8 b/usr.sbin/pw/pw.8 index 8c25f0e4100d2..3ef241673037b 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. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd December 9, 1996 .Dt PW 8 diff --git a/usr.sbin/pw/pw.c b/usr.sbin/pw/pw.c index 91412a8f35faa..0f67941339c8f 100644 --- a/usr.sbin/pw/pw.c +++ b/usr.sbin/pw/pw.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include "pw.h" diff --git a/usr.sbin/pw/pw.conf.5 b/usr.sbin/pw/pw.conf.5 index 9cd903a1c5c2d..2b885e50331cc 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. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd December 9, 1996 .Dt PW.CONF 5 diff --git a/usr.sbin/pw/pw.h b/usr.sbin/pw/pw.h index 55edc210f7787..4383a11775e42 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. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/usr.sbin/pw/pw_conf.c b/usr.sbin/pw/pw_conf.c index 79da46ab201bd..42ce4a697c20d 100644 --- a/usr.sbin/pw/pw_conf.c +++ b/usr.sbin/pw/pw_conf.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <string.h> diff --git a/usr.sbin/pw/pw_group.c b/usr.sbin/pw/pw_group.c index 3d31c7a8e27e5..b8c82b46fba96 100644 --- a/usr.sbin/pw/pw_group.c +++ b/usr.sbin/pw/pw_group.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <unistd.h> diff --git a/usr.sbin/pw/pw_log.c b/usr.sbin/pw/pw_log.c index 7f11ea9f81b38..7a4ae9b26f94c 100644 --- a/usr.sbin/pw/pw_log.c +++ b/usr.sbin/pw/pw_log.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <fcntl.h> diff --git a/usr.sbin/pw/pw_nis.c b/usr.sbin/pw/pw_nis.c index f88ce662222f3..781cfddcb027c 100644 --- a/usr.sbin/pw/pw_nis.c +++ b/usr.sbin/pw/pw_nis.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/usr.sbin/pw/pw_user.c b/usr.sbin/pw/pw_user.c index ebc754a774a7b..aeff6bb265aa4 100644 --- a/usr.sbin/pw/pw_user.c +++ b/usr.sbin/pw/pw_user.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <unistd.h> diff --git a/usr.sbin/pw/pwupd.c b/usr.sbin/pw/pwupd.c index a2c2431e69902..1162d0ce9a1c6 100644 --- a/usr.sbin/pw/pwupd.c +++ b/usr.sbin/pw/pwupd.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/usr.sbin/pw/pwupd.h b/usr.sbin/pw/pwupd.h index 652f259dc360f..0bb03896404ca 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. * - * $FreeBSD$ + * $Id$ */ #ifndef _PWUPD_H_ diff --git a/usr.sbin/pw/rm_r.c b/usr.sbin/pw/rm_r.c index b1dd1a2cfc1e0..3394469befd27 100644 --- a/usr.sbin/pw/rm_r.c +++ b/usr.sbin/pw/rm_r.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/usr.sbin/quot/Makefile b/usr.sbin/quot/Makefile index cabb3286b83bc..4a256255bb3e5 100644 --- a/usr.sbin/quot/Makefile +++ b/usr.sbin/quot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= quot MAN8= quot.8 diff --git a/usr.sbin/quot/quot.8 b/usr.sbin/quot/quot.8 index a654a440c1266..bd7b07e3a4831 100644 --- a/usr.sbin/quot/quot.8 +++ b/usr.sbin/quot/quot.8 @@ -27,7 +27,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd February 8, 1994 .Dt QUOT 8 diff --git a/usr.sbin/quot/quot.c b/usr.sbin/quot/quot.c index 24050d1812e8c..5080e302a61dc 100644 --- a/usr.sbin/quot/quot.c +++ b/usr.sbin/quot/quot.c @@ -30,7 +30,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/rarpd/Makefile b/usr.sbin/rarpd/Makefile index b5d8bd9fdaff8..bc7e7f589fc20 100644 --- a/usr.sbin/rarpd/Makefile +++ b/usr.sbin/rarpd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $FreeBSD$ +# $Id$ PROG= rarpd MAN8= rarpd.8 diff --git a/usr.sbin/rarpd/rarpd.c b/usr.sbin/rarpd/rarpd.c index d3fface4162a9..ca3a7a1c427a4 100644 --- a/usr.sbin/rarpd/rarpd.c +++ b/usr.sbin/rarpd/rarpd.c @@ -26,7 +26,7 @@ The Regents of the University of California. All rights reserved.\n"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$Id$"; #endif /* diff --git a/usr.sbin/rndcontrol/random.4 b/usr.sbin/rndcontrol/random.4 index a55a1b7bd59bb..1fc820fdce1c6 100644 --- a/usr.sbin/rndcontrol/random.4 +++ b/usr.sbin/rndcontrol/random.4 @@ -36,7 +36,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd October 21, 1995 .Dt RANDOM 4 i386 diff --git a/usr.sbin/rndcontrol/rndcontrol.8 b/usr.sbin/rndcontrol/rndcontrol.8 index dbd691d51d174..477ca9567798b 100644 --- a/usr.sbin/rndcontrol/rndcontrol.8 +++ b/usr.sbin/rndcontrol/rndcontrol.8 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd October 20, 1995 .Dt RNDCONTROL 8 diff --git a/usr.sbin/rndcontrol/rndcontrol.c b/usr.sbin/rndcontrol/rndcontrol.c index 947ab8335fdd0..27ca2ba18ce8f 100644 --- a/usr.sbin/rndcontrol/rndcontrol.c +++ b/usr.sbin/rndcontrol/rndcontrol.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/rpc.lockd/Makefile b/usr.sbin/rpc.lockd/Makefile index 32e8d4e427f89..3d1ded1d23ec4 100644 --- a/usr.sbin/rpc.lockd/Makefile +++ b/usr.sbin/rpc.lockd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG = rpc.lockd SRCS = nlm_prot_svc.c lockd.c procs.c diff --git a/usr.sbin/rpc.statd/Makefile b/usr.sbin/rpc.statd/Makefile index 04b121da508a0..01b2f5d0d2ea3 100644 --- a/usr.sbin/rpc.statd/Makefile +++ b/usr.sbin/rpc.statd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG = rpc.statd SRCS = file.c sm_inter_svc.c statd.c procs.c diff --git a/usr.sbin/rpc.yppasswdd/Makefile b/usr.sbin/rpc.yppasswdd/Makefile index 93926bfa4c20f..f6090ab7be542 100644 --- a/usr.sbin/rpc.yppasswdd/Makefile +++ b/usr.sbin/rpc.yppasswdd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= rpc.yppasswdd SRCS= pw_copy.c pw_util.c util.c yppasswd_svc.c yp_error.c ypxfr_misc.c \ diff --git a/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 b/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 index 5670adcfa40cd..a54ec401ecf88 100644 --- a/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 +++ b/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd February 8, 1996 .Dt RPC.YPPASSWDD 8 diff --git a/usr.sbin/rpc.yppasswdd/yppasswd_comm.c b/usr.sbin/rpc.yppasswdd/yppasswd_comm.c index 0f420229d30db..a5a5bf0ef85d6 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswd_comm.c +++ b/usr.sbin/rpc.yppasswdd/yppasswd_comm.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ /* @@ -73,7 +73,7 @@ #include "ypxfr_extern.h" #ifndef lint -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$Id$"; #endif char *sockname = "/var/run/ypsock"; diff --git a/usr.sbin/rpc.yppasswdd/yppasswd_comm.h b/usr.sbin/rpc.yppasswdd/yppasswd_comm.h index 5e35946f9df5f..91b13fb2f8996 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswd_comm.h +++ b/usr.sbin/rpc.yppasswdd/yppasswd_comm.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include "yppasswd_private.h" diff --git a/usr.sbin/rpc.yppasswdd/yppasswd_private.x b/usr.sbin/rpc.yppasswdd/yppasswd_private.x index 0da8813ab904b..bd8599bc745fb 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswd_private.x +++ b/usr.sbin/rpc.yppasswdd/yppasswd_private.x @@ -29,12 +29,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef RPC_HDR %#ifndef lint -%static const char rcsid[] = "$FreeBSD$"; +%static const char rcsid[] = "$Id$"; %#endif /* not lint */ #endif diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h b/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h index 897b144c29c13..857248e267a64 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h +++ b/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <sys/types.h> diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c index 5f457af29e827..a5934de408413 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c +++ b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include "yppasswd.h" @@ -72,7 +72,7 @@ struct dom_binding {}; #define _RPCSVC_CLOSEDOWN 120 #ifndef lint -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$Id$"; #endif /* not lint */ int _rpcpmstart = 0; /* Started by a port monitor ? */ static int _rpcfdtype; diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c index b7a0e5887c16f..398b07813ec1c 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c +++ b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> @@ -61,7 +61,7 @@ struct dom_binding {}; #include "yppasswd_comm.h" #ifndef lint -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$Id$"; #endif /* not lint */ char *tempname; diff --git a/usr.sbin/rpc.yppasswdd/yppwupdate b/usr.sbin/rpc.yppasswdd/yppwupdate index c3e3eb2723b3b..acec9f0cc20ba 100644 --- a/usr.sbin/rpc.yppasswdd/yppwupdate +++ b/usr.sbin/rpc.yppasswdd/yppwupdate @@ -8,7 +8,7 @@ # # Comment out the LOG=yes line to disable logging. # -# $FreeBSD$ +# $Id$ # PATH=/bin:/usr/bin; export PATH diff --git a/usr.sbin/rpc.ypxfrd/Makefile b/usr.sbin/rpc.ypxfrd/Makefile index 3176c1cd6844a..9b81dec3d8321 100644 --- a/usr.sbin/rpc.ypxfrd/Makefile +++ b/usr.sbin/rpc.ypxfrd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= rpc.ypxfrd SRCS= ypxfrd_svc.c ypxfrd_server.c yp_error.c \ diff --git a/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 b/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 index 6dc284d514b45..cba9879fe561c 100644 --- a/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 +++ b/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd June 2, 1996 .Dt RPC.YPXFRD 8 diff --git a/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h b/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h index 20b6b0b3dece7..3a1f154ea0929 100644 --- a/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h +++ b/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef MAX_CHILDREN diff --git a/usr.sbin/rpc.ypxfrd/ypxfrd_main.c b/usr.sbin/rpc.ypxfrd/ypxfrd_main.c index cc66c3bc2a535..304d25ff70349 100644 --- a/usr.sbin/rpc.ypxfrd/ypxfrd_main.c +++ b/usr.sbin/rpc.ypxfrd/ypxfrd_main.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include "ypxfrd.h" @@ -60,7 +60,7 @@ #define _RPCSVC_CLOSEDOWN 120 #ifndef lint -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$Id$"; #endif /* not lint */ int _rpcpmstart; /* Started by a port monitor ? */ static int _rpcfdtype; diff --git a/usr.sbin/rpc.ypxfrd/ypxfrd_server.c b/usr.sbin/rpc.ypxfrd/ypxfrd_server.c index a149ebbe7eefa..85d1da27f2539 100644 --- a/usr.sbin/rpc.ypxfrd/ypxfrd_server.c +++ b/usr.sbin/rpc.ypxfrd/ypxfrd_server.c @@ -29,12 +29,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include "ypxfrd.h" #ifndef lint -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$Id$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/rtprio/Makefile b/usr.sbin/rtprio/Makefile index 2b5f3dc18f73d..c023e189e3b95 100644 --- a/usr.sbin/rtprio/Makefile +++ b/usr.sbin/rtprio/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.5 (Berkeley) 5/11/90 -# $FreeBSD$ +# $Id$ BINDIR=/usr/sbin PROG= rtprio diff --git a/usr.sbin/rtprio/rtprio.1 b/usr.sbin/rtprio/rtprio.1 index 1789064202a09..3bb809120308f 100644 --- a/usr.sbin/rtprio/rtprio.1 +++ b/usr.sbin/rtprio/rtprio.1 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd July 23, 1994 .Dt RTPRIO 1 diff --git a/usr.sbin/rtprio/rtprio.c b/usr.sbin/rtprio/rtprio.c index f7a91f5b812d2..ab4d08513fb83 100644 --- a/usr.sbin/rtprio/rtprio.c +++ b/usr.sbin/rtprio/rtprio.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <sys/param.h> diff --git a/usr.sbin/sa/Makefile b/usr.sbin/sa/Makefile index 46abdaf747df0..b51840a5371a8 100644 --- a/usr.sbin/sa/Makefile +++ b/usr.sbin/sa/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= sa MAN8= sa.8 diff --git a/usr.sbin/sa/extern.h b/usr.sbin/sa/extern.h index 46892839af7f2..3ec7276704b2b 100644 --- a/usr.sbin/sa/extern.h +++ b/usr.sbin/sa/extern.h @@ -27,7 +27,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. * - * $FreeBSD$ + * $Id$ */ #include <sys/types.h> diff --git a/usr.sbin/sa/main.c b/usr.sbin/sa/main.c index 4a0dc2415aba5..490394d014851 100644 --- a/usr.sbin/sa/main.c +++ b/usr.sbin/sa/main.c @@ -33,7 +33,7 @@ static char copright[] = "@(#) Copyright (c) 1994 Christopher G. Demetriou\n\ All rights reserved.\n"; -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* diff --git a/usr.sbin/sa/pathnames.h b/usr.sbin/sa/pathnames.h index c250e3d65fb23..861cfec7d775c 100644 --- a/usr.sbin/sa/pathnames.h +++ b/usr.sbin/sa/pathnames.h @@ -27,7 +27,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. * - * $FreeBSD$ + * $Id$ */ #define _PATH_ACCT "/var/account/acct" diff --git a/usr.sbin/sa/pdb.c b/usr.sbin/sa/pdb.c index 040f95039f798..bb7a4312d873d 100644 --- a/usr.sbin/sa/pdb.c +++ b/usr.sbin/sa/pdb.c @@ -29,7 +29,7 @@ */ #ifndef LINT -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif #include <sys/types.h> diff --git a/usr.sbin/sa/sa.8 b/usr.sbin/sa/sa.8 index ffecb50f22fe5..727e85de87e42 100644 --- a/usr.sbin/sa/sa.8 +++ b/usr.sbin/sa/sa.8 @@ -27,7 +27,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. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd February 25, 1994 .Dt SA 8 diff --git a/usr.sbin/sa/usrdb.c b/usr.sbin/sa/usrdb.c index e003df33af2ba..8cfb99e03f014 100644 --- a/usr.sbin/sa/usrdb.c +++ b/usr.sbin/sa/usrdb.c @@ -29,7 +29,7 @@ */ #ifndef LINT -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif #include <sys/types.h> diff --git a/usr.sbin/sendmail/contrib/bsdi.mc b/usr.sbin/sendmail/contrib/bsdi.mc index 5fdafba1528b6..231a7bc77ac67 100644 --- a/usr.sbin/sendmail/contrib/bsdi.mc +++ b/usr.sbin/sendmail/contrib/bsdi.mc @@ -35,7 +35,7 @@ and examples describing most of the common things people need to setup. # See /usr/share/sendmail/README for help in building a configuration file. # include(`../m4/cf.m4') -VERSIONID(`@(#)$FreeBSD$') +VERSIONID(`@(#)$Id$') dnl # Specify your OS type below OSTYPE(`bsd4.4') diff --git a/usr.sbin/sendmail/contrib/re-mqueue.pl b/usr.sbin/sendmail/contrib/re-mqueue.pl index 4b0162fd87698..9a8f8b467f139 100644 --- a/usr.sbin/sendmail/contrib/re-mqueue.pl +++ b/usr.sbin/sendmail/contrib/re-mqueue.pl @@ -84,7 +84,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# @(#)$FreeBSD$ +# @(#)$Id$ require "syslog.pl"; diff --git a/usr.sbin/sendmail/mail.local/mail.local.8 b/usr.sbin/sendmail/mail.local/mail.local.8 index 55e061aed63a3..d92ba00431f70 100644 --- a/usr.sbin/sendmail/mail.local/mail.local.8 +++ b/usr.sbin/sendmail/mail.local/mail.local.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mail.local.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd December 11, 1993 .Dt MAIL.LOCAL 8 diff --git a/usr.sbin/sendmail/mail.local/mail.local.c b/usr.sbin/sendmail/mail.local/mail.local.c index 445fc8dc92269..9c5300ad7eb91 100644 --- a/usr.sbin/sendmail/mail.local/mail.local.c +++ b/usr.sbin/sendmail/mail.local/mail.local.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/usr.sbin/sendmail/mailstats/mailstats.8 b/usr.sbin/sendmail/mailstats/mailstats.8 index 6e1f90113f985..9da1b5dc1b707 100644 --- a/usr.sbin/sendmail/mailstats/mailstats.8 +++ b/usr.sbin/sendmail/mailstats/mailstats.8 @@ -29,7 +29,7 @@ .\" * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" * SUCH DAMAGE. .\" */ -.\" $FreeBSD$ +.\" $Id$ .Dd August 13, 1996 .Dt MAILSTATS 8 .Os diff --git a/usr.sbin/sendmail/rmail/Makefile b/usr.sbin/sendmail/rmail/Makefile index 8c6354fe2f5cc..731e81c985f6e 100644 --- a/usr.sbin/sendmail/rmail/Makefile +++ b/usr.sbin/sendmail/rmail/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $Id$ PROG= rmail MAN8= rmail.8 diff --git a/usr.sbin/sendmail/rmail/rmail.c b/usr.sbin/sendmail/rmail/rmail.c index 5639ecc71eb4a..7a33f5473c3bf 100644 --- a/usr.sbin/sendmail/rmail/rmail.c +++ b/usr.sbin/sendmail/rmail/rmail.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/usr.sbin/sgsc/Makefile b/usr.sbin/sgsc/Makefile index 857da0ddccf25..a25675dfb88a2 100644 --- a/usr.sbin/sgsc/Makefile +++ b/usr.sbin/sgsc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= sgsc diff --git a/usr.sbin/sicontrol/sicontrol.8 b/usr.sbin/sicontrol/sicontrol.8 index bd68240f6dac1..ad0f51e6de1e0 100644 --- a/usr.sbin/sicontrol/sicontrol.8 +++ b/usr.sbin/sicontrol/sicontrol.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $Id$ .\" The following requests are required for all man pages. .Dd September 26,1995 .Dt SICONTROL 8 diff --git a/usr.sbin/sicontrol/sicontrol.c b/usr.sbin/sicontrol/sicontrol.c index 6612d1daec1af..2feec1c66f341 100644 --- a/usr.sbin/sicontrol/sicontrol.c +++ b/usr.sbin/sicontrol/sicontrol.c @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/usr.sbin/slstat/Makefile b/usr.sbin/slstat/Makefile index a43b9a3db0aab..a74a30fb2c4bf 100644 --- a/usr.sbin/slstat/Makefile +++ b/usr.sbin/slstat/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.6 (Berkeley) 4/23/91 -# $FreeBSD$ +# $Id$ PROG= slstat MAN8= slstat.8 diff --git a/usr.sbin/slstat/slstat.8 b/usr.sbin/slstat/slstat.8 index 06407d40cb579..e7d87192abc68 100644 --- a/usr.sbin/slstat/slstat.8 +++ b/usr.sbin/slstat/slstat.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)slstat.8 6.8 (Berkeley) 6/20/91 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd October 11, 1996 .Dt SLSTAT 8 diff --git a/usr.sbin/slstat/slstat.c b/usr.sbin/slstat/slstat.c index 800eb8b43875f..1d07faf387a87 100644 --- a/usr.sbin/slstat/slstat.c +++ b/usr.sbin/slstat/slstat.c @@ -23,7 +23,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$Id$"; #endif #include <sys/param.h> diff --git a/usr.sbin/spkrtest/spkrtest.8 b/usr.sbin/spkrtest/spkrtest.8 index 0ff8d9580f8b7..686552c095d8f 100644 --- a/usr.sbin/spkrtest/spkrtest.8 +++ b/usr.sbin/spkrtest/spkrtest.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .Dd May, 1995 .Dt SPKRTEST 8 diff --git a/usr.sbin/spkrtest/spkrtest.pl b/usr.sbin/spkrtest/spkrtest.pl index 80d151475381b..fa00caae37eaf 100644 --- a/usr.sbin/spkrtest/spkrtest.pl +++ b/usr.sbin/spkrtest/spkrtest.pl @@ -32,7 +32,7 @@ # # NOTE for iso-* (latin1) fonts: use TERM=cons25-iso8859-1 # -# $FreeBSD$ +# $Id$ $title = qq{ reveille -- Reveille diff --git a/usr.sbin/spray/Makefile b/usr.sbin/spray/Makefile index 7463e4b47258d..d008c7f87f9e9 100644 --- a/usr.sbin/spray/Makefile +++ b/usr.sbin/spray/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= spray MAN8= spray.8 diff --git a/usr.sbin/spray/spray.c b/usr.sbin/spray/spray.c index a6cca0413dcea..15817c748b193 100644 --- a/usr.sbin/spray/spray.c +++ b/usr.sbin/spray/spray.c @@ -27,7 +27,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. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/usr.sbin/stallion/Makefile b/usr.sbin/stallion/Makefile index 4b017fca11923..44c3b639d6762 100644 --- a/usr.sbin/stallion/Makefile +++ b/usr.sbin/stallion/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ SUBDIR= bootcode stlload stlstats diff --git a/usr.sbin/stallion/Makefile.inc b/usr.sbin/stallion/Makefile.inc index 314a85b6dab40..53b9b3e6a00bb 100644 --- a/usr.sbin/stallion/Makefile.inc +++ b/usr.sbin/stallion/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ BOOTDIR= /usr/libdata/stallion diff --git a/usr.sbin/stallion/bootcode/Makefile b/usr.sbin/stallion/bootcode/Makefile index ff8f5a83bea24..673c75d7c8d31 100644 --- a/usr.sbin/stallion/bootcode/Makefile +++ b/usr.sbin/stallion/bootcode/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ FILES = 2681.sys cdk.sys diff --git a/usr.sbin/stallion/stlload/Makefile b/usr.sbin/stallion/stlload/Makefile index 912546c6bb10e..99142f234a49b 100644 --- a/usr.sbin/stallion/stlload/Makefile +++ b/usr.sbin/stallion/stlload/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= stlload NOMAN= #oops diff --git a/usr.sbin/stallion/stlload/stlload.c b/usr.sbin/stallion/stlload/stlload.c index 47cc9abc10435..bbecb656d2547 100644 --- a/usr.sbin/stallion/stlload/stlload.c +++ b/usr.sbin/stallion/stlload/stlload.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ /*****************************************************************************/ diff --git a/usr.sbin/stallion/stlstats/Makefile b/usr.sbin/stallion/stlstats/Makefile index 9d872d370b962..347b4e99f3116 100644 --- a/usr.sbin/stallion/stlstats/Makefile +++ b/usr.sbin/stallion/stlstats/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= stlstats NOMAN= #oops diff --git a/usr.sbin/stallion/stlstats/stlstats.c b/usr.sbin/stallion/stlstats/stlstats.c index 1f92ca0b69c79..e6e304f97f26f 100644 --- a/usr.sbin/stallion/stlstats/stlstats.c +++ b/usr.sbin/stallion/stlstats/stlstats.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ /*****************************************************************************/ diff --git a/usr.sbin/sup/Makefile b/usr.sbin/sup/Makefile index 943e176782475..e8c32f5339872 100644 --- a/usr.sbin/sup/Makefile +++ b/usr.sbin/sup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ SUBDIR= lib sup supscan supfilesrv diff --git a/usr.sbin/sup/Makefile.inc b/usr.sbin/sup/Makefile.inc index c6c2c5aebdff1..2ecf884239342 100644 --- a/usr.sbin/sup/Makefile.inc +++ b/usr.sbin/sup/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ .if exists(${.CURDIR}/../../Makefile.inc) .include "${.CURDIR}/../../Makefile.inc" diff --git a/usr.sbin/sup/lib/Makefile b/usr.sbin/sup/lib/Makefile index 176ca7aa42fb4..62f357760f5d4 100644 --- a/usr.sbin/sup/lib/Makefile +++ b/usr.sbin/sup/lib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ LIB= sup SRCS= scm.c scmio.c stree.c log.c supmsg.c netcrypt.c atoo.c errmsg.c \ diff --git a/usr.sbin/sup/sup/Makefile b/usr.sbin/sup/sup/Makefile index c055a71b8ea54..186e749a12129 100644 --- a/usr.sbin/sup/sup/Makefile +++ b/usr.sbin/sup/sup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= sup SRCS= supcmain.c supcvers.c supcparse.c supcname.c supcmisc.c supcmeat.c diff --git a/usr.sbin/sup/supfilesrv/Makefile b/usr.sbin/sup/supfilesrv/Makefile index a406d9ff2f4b1..d23ca9fe7f161 100644 --- a/usr.sbin/sup/supfilesrv/Makefile +++ b/usr.sbin/sup/supfilesrv/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= supfilesrv SRCS= supfilesrv.c diff --git a/usr.sbin/sup/supscan/Makefile b/usr.sbin/sup/supscan/Makefile index 993329be35571..0d92463738402 100644 --- a/usr.sbin/sup/supscan/Makefile +++ b/usr.sbin/sup/supscan/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= supscan SRCS= supscan.c diff --git a/usr.sbin/sysctl/sysctl.8 b/usr.sbin/sysctl/sysctl.8 index fe61d94ebbdf8..9265995121686 100644 --- a/usr.sbin/sysctl/sysctl.8 +++ b/usr.sbin/sysctl/sysctl.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)sysctl.8 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd September 23, 1994 .Dt SYSCTL 8 diff --git a/usr.sbin/sysctl/sysctl.c b/usr.sbin/sysctl/sysctl.c index deff4510b2ead..2279e300e7f55 100644 --- a/usr.sbin/sysctl/sysctl.c +++ b/usr.sbin/sysctl/sysctl.c @@ -40,7 +40,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "From: @(#)sysctl.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$FreeBSD$"; + "$Id$"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index 330481545b55b..c6cb7b2d81cd9 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)syslogd.8 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd October 12, 1995 .Dt SYSLOGD 8 diff --git a/usr.sbin/syslogd/syslogd.c b/usr.sbin/syslogd/syslogd.c index 4927792428605..bbb65eae5a78f 100644 --- a/usr.sbin/syslogd/syslogd.c +++ b/usr.sbin/syslogd/syslogd.c @@ -39,7 +39,7 @@ static const char copyright[] = static char sccsid[] = "@(#)syslogd.c 8.3 (Berkeley) 4/4/94"; */ static const char rcsid[] = - "$FreeBSD$"; + "$Id$"; #endif /* not lint */ /* diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile index a469e6b7a9db5..d955b207e8258 100644 --- a/usr.sbin/tcpdump/tcpdump/Makefile +++ b/usr.sbin/tcpdump/tcpdump/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= tcpdump CFLAGS+=-DHAVE_FCNTL_H=1 -DHAVE_NET_SLIP_H=1 -DTIME_WITH_SYS_TIME=1 \ diff --git a/usr.sbin/traceroute/Makefile b/usr.sbin/traceroute/Makefile index 511329ca273f6..0176c0dbf7aeb 100644 --- a/usr.sbin/traceroute/Makefile +++ b/usr.sbin/traceroute/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= traceroute MAN8= traceroute.8 diff --git a/usr.sbin/tzsetup/Makefile b/usr.sbin/tzsetup/Makefile index 1b7511c276af2..5501792f626be 100644 --- a/usr.sbin/tzsetup/Makefile +++ b/usr.sbin/tzsetup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= tzsetup MAN8= tzsetup.8 diff --git a/usr.sbin/tzsetup/tzsetup.8 b/usr.sbin/tzsetup/tzsetup.8 index b32df29bb320f..4115e48051b4c 100644 --- a/usr.sbin/tzsetup/tzsetup.8 +++ b/usr.sbin/tzsetup/tzsetup.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .Dd Jan 1996 .Dt TZSETUP 8 diff --git a/usr.sbin/tzsetup/tzsetup.c b/usr.sbin/tzsetup/tzsetup.c index 6e310e8fc9028..7a77cdb9f6754 100644 --- a/usr.sbin/tzsetup/tzsetup.c +++ b/usr.sbin/tzsetup/tzsetup.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/usr.sbin/vidcontrol/decode.c b/usr.sbin/vidcontrol/decode.c index 7ea8795f450f8..a2e4d1a7ad0e5 100644 --- a/usr.sbin/vidcontrol/decode.c +++ b/usr.sbin/vidcontrol/decode.c @@ -25,7 +25,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. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/usr.sbin/vidcontrol/vidcontrol.c b/usr.sbin/vidcontrol/vidcontrol.c index 60075d7187864..caa573f1c7c65 100644 --- a/usr.sbin/vidcontrol/vidcontrol.c +++ b/usr.sbin/vidcontrol/vidcontrol.c @@ -25,7 +25,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. * - * $FreeBSD$ + * $Id$ */ #include <ctype.h> diff --git a/usr.sbin/vnconfig/Makefile b/usr.sbin/vnconfig/Makefile index 2d9d05e94312d..eba48cb70c2f1 100644 --- a/usr.sbin/vnconfig/Makefile +++ b/usr.sbin/vnconfig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= vnconfig MAN8= vnconfig.8 diff --git a/usr.sbin/watch/Makefile b/usr.sbin/watch/Makefile index 4d8d9f166cff5..12e44fcfb2824 100644 --- a/usr.sbin/watch/Makefile +++ b/usr.sbin/watch/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= watch MAN8= watch.8 diff --git a/usr.sbin/wormcontrol/wormcontrol.8 b/usr.sbin/wormcontrol/wormcontrol.8 index 0cf5e9879fe59..3030d0eb47fbd 100644 --- a/usr.sbin/wormcontrol/wormcontrol.8 +++ b/usr.sbin/wormcontrol/wormcontrol.8 @@ -32,7 +32,7 @@ .\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH .\" DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .\" arrgh, hilit19 needs this" :-( .Dd Jan 27, 1996 diff --git a/usr.sbin/wormcontrol/wormcontrol.c b/usr.sbin/wormcontrol/wormcontrol.c index e28a00a2b5160..a29a797f916d4 100644 --- a/usr.sbin/wormcontrol/wormcontrol.c +++ b/usr.sbin/wormcontrol/wormcontrol.c @@ -32,7 +32,7 @@ * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH * DAMAGE. * - * $FreeBSD$ + * $Id$ * */ diff --git a/usr.sbin/xntpd/Makefile b/usr.sbin/xntpd/Makefile index f2467202116e2..8f71fa95406b5 100644 --- a/usr.sbin/xntpd/Makefile +++ b/usr.sbin/xntpd/Makefile @@ -1,6 +1,6 @@ # # Makefile for xntpd. -# $FreeBSD$ +# $Id$ # SUBDIR= lib parse xntpd xntpdc ntpq ntpdate ntptrace authstuff util diff --git a/usr.sbin/xntpd/README.FreeBSD b/usr.sbin/xntpd/README.FreeBSD index 3c455bd1e4fcf..523d84c2390cd 100644 --- a/usr.sbin/xntpd/README.FreeBSD +++ b/usr.sbin/xntpd/README.FreeBSD @@ -1,4 +1,4 @@ - $FreeBSD$ + $Id$ This version of NTP was converted to the BSD-style Makefile system by Garrett Wollman (wollman@FreeBSD.org); it is based on version diff --git a/usr.sbin/xntpd/authstuff/Makefile b/usr.sbin/xntpd/authstuff/Makefile index 1f5f631f4203a..db0b5eb942461 100644 --- a/usr.sbin/xntpd/authstuff/Makefile +++ b/usr.sbin/xntpd/authstuff/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $Id$ # # Most of the programs in this directory are completely useless for the # NTP configuration that we provide by default. diff --git a/usr.sbin/xntpd/clockstuff/Makefile b/usr.sbin/xntpd/clockstuff/Makefile index fc48a2c260125..a41a791e47451 100644 --- a/usr.sbin/xntpd/clockstuff/Makefile +++ b/usr.sbin/xntpd/clockstuff/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $Id$ # PROG= propdelay diff --git a/usr.sbin/xntpd/doc/tickadj.8 b/usr.sbin/xntpd/doc/tickadj.8 index 9970f80330747..4ee458f74131b 100644 --- a/usr.sbin/xntpd/doc/tickadj.8 +++ b/usr.sbin/xntpd/doc/tickadj.8 @@ -1,4 +1,4 @@ -''' $FreeBSD$ +''' $Id$ ''' .de Sh .br diff --git a/usr.sbin/xntpd/lib/Makefile b/usr.sbin/xntpd/lib/Makefile index 19b01ddb4275c..948e66df93815 100644 --- a/usr.sbin/xntpd/lib/Makefile +++ b/usr.sbin/xntpd/lib/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $Id$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/lib/machines.c b/usr.sbin/xntpd/lib/machines.c index b6cd04b7f7dfe..2fc77855657c0 100644 --- a/usr.sbin/xntpd/lib/machines.c +++ b/usr.sbin/xntpd/lib/machines.c @@ -2,7 +2,7 @@ * * Real bummers unite ! * - * $FreeBSD$ + * $Id$ */ #include "ntp_stdlib.h" diff --git a/usr.sbin/xntpd/ntpdate/Makefile b/usr.sbin/xntpd/ntpdate/Makefile index 065e9a264d1fe..ac333ca7d1006 100644 --- a/usr.sbin/xntpd/ntpdate/Makefile +++ b/usr.sbin/xntpd/ntpdate/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $Id$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/ntpq/Makefile b/usr.sbin/xntpd/ntpq/Makefile index b296d8099c2a6..ea643d21aedbc 100644 --- a/usr.sbin/xntpd/ntpq/Makefile +++ b/usr.sbin/xntpd/ntpq/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $Id$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/ntptrace/Makefile b/usr.sbin/xntpd/ntptrace/Makefile index eacf270b74106..e1e2bd06204ec 100644 --- a/usr.sbin/xntpd/ntptrace/Makefile +++ b/usr.sbin/xntpd/ntptrace/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $Id$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/parse/Makefile b/usr.sbin/xntpd/parse/Makefile index 444f23dd7a350..81623775d2b5d 100644 --- a/usr.sbin/xntpd/parse/Makefile +++ b/usr.sbin/xntpd/parse/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $Id$ # PARSEFLAGS= -DCLOCK_SCHMID -DCLOCK_DCF7000 -DCLOCK_MEINBERG \ diff --git a/usr.sbin/xntpd/parse/util/Makefile b/usr.sbin/xntpd/parse/util/Makefile index 496b70e3f58d0..851e8df2bdca8 100644 --- a/usr.sbin/xntpd/parse/util/Makefile +++ b/usr.sbin/xntpd/parse/util/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $Id$ # CFLAGS+= -I${.CURDIR}/../../include diff --git a/usr.sbin/xntpd/util/Makefile b/usr.sbin/xntpd/util/Makefile index 9e45343f4ab5c..e14a1c01b8f66 100644 --- a/usr.sbin/xntpd/util/Makefile +++ b/usr.sbin/xntpd/util/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $Id$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/xntpd/Makefile b/usr.sbin/xntpd/xntpd/Makefile index 80040f0e6d793..aee14ea974f97 100644 --- a/usr.sbin/xntpd/xntpd/Makefile +++ b/usr.sbin/xntpd/xntpd/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $Id$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/xntpdc/Makefile b/usr.sbin/xntpd/xntpdc/Makefile index 5babb188e9627..5f545e1f1b85d 100644 --- a/usr.sbin/xntpd/xntpdc/Makefile +++ b/usr.sbin/xntpd/xntpdc/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $Id$ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xten/Makefile b/usr.sbin/xten/Makefile index f206fd9f827ec..02d408d927a8a 100644 --- a/usr.sbin/xten/Makefile +++ b/usr.sbin/xten/Makefile @@ -1,5 +1,5 @@ # Makefile for xten (Stark) 10/30/93 -# $FreeBSD$ +# $Id$ PROG= xten CFLAGS+= -I${.CURDIR}/../../libexec/xtend diff --git a/usr.sbin/xten/xten.1 b/usr.sbin/xten/xten.1 index ea579ced023ef..273ff1deedc19 100644 --- a/usr.sbin/xten/xten.1 +++ b/usr.sbin/xten/xten.1 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Th XTEN 8 "30 Oct 1993" .Dd Oct 30, 1993 diff --git a/usr.sbin/yp_mkdb/Makefile b/usr.sbin/yp_mkdb/Makefile index 18f79b4cabb2d..b886d197a4cec 100644 --- a/usr.sbin/yp_mkdb/Makefile +++ b/usr.sbin/yp_mkdb/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= yp_mkdb SRCS= yp_mkdb.c yp_dblookup.c yp_dbwrite.c diff --git a/usr.sbin/yp_mkdb/yp_mkdb.8 b/usr.sbin/yp_mkdb/yp_mkdb.8 index 26ba63bfc041c..dde95f27024aa 100644 --- a/usr.sbin/yp_mkdb/yp_mkdb.8 +++ b/usr.sbin/yp_mkdb/yp_mkdb.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd March 12, 1996 .Dt YP_MKDB 8 diff --git a/usr.sbin/yp_mkdb/yp_mkdb.c b/usr.sbin/yp_mkdb/yp_mkdb.c index f5164eaf46dd4..89b0377517a47 100644 --- a/usr.sbin/yp_mkdb/yp_mkdb.c +++ b/usr.sbin/yp_mkdb/yp_mkdb.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> @@ -50,7 +50,7 @@ #include "ypxfr_extern.h" #ifndef lint -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$Id$"; #endif char *yp_dir = ""; /* No particular default needed. */ diff --git a/usr.sbin/ypbind/Makefile b/usr.sbin/ypbind/Makefile index 653cd4f79bf65..03d76079e40e7 100644 --- a/usr.sbin/ypbind/Makefile +++ b/usr.sbin/ypbind/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $FreeBSD$ +# $Id$ PROG= ypbind MAN8= ypbind.8 diff --git a/usr.sbin/ypbind/ypbind.8 b/usr.sbin/ypbind/ypbind.8 index 63c707f1f3da0..0a4be1d0c2dca 100644 --- a/usr.sbin/ypbind/ypbind.8 +++ b/usr.sbin/ypbind/ypbind.8 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd April 9, 1995 .Dt YPBIND 8 diff --git a/usr.sbin/ypbind/ypbind.c b/usr.sbin/ypbind/ypbind.c index 23df8e557097f..858e6259bd1e6 100644 --- a/usr.sbin/ypbind/ypbind.c +++ b/usr.sbin/ypbind/ypbind.c @@ -28,7 +28,7 @@ */ #ifndef LINT -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif #include <sys/param.h> diff --git a/usr.sbin/yppoll/Makefile b/usr.sbin/yppoll/Makefile index 7aa48190c4295..21cc64e089b23 100644 --- a/usr.sbin/yppoll/Makefile +++ b/usr.sbin/yppoll/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $FreeBSD$ +# $Id$ PROG= yppoll NOMAN= diff --git a/usr.sbin/yppush/Makefile b/usr.sbin/yppush/Makefile index f05ea75f21992..fb58a1ad284a7 100644 --- a/usr.sbin/yppush/Makefile +++ b/usr.sbin/yppush/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= yppush SRCS= yp_clnt.c ypxfr_getmap.c yp_dblookup.c yppush_svc.c \ diff --git a/usr.sbin/yppush/yppush.8 b/usr.sbin/yppush/yppush.8 index 29adc9b3be32f..556d882282b88 100644 --- a/usr.sbin/yppush/yppush.8 +++ b/usr.sbin/yppush/yppush.8 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd February 5, 1995 .Dt YPPUSH 8 diff --git a/usr.sbin/yppush/yppush_extern.h b/usr.sbin/yppush/yppush_extern.h index 5f0dbf70f4528..6d95356c39f5d 100644 --- a/usr.sbin/yppush/yppush_extern.h +++ b/usr.sbin/yppush/yppush_extern.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ /* Privately defined error codes. */ diff --git a/usr.sbin/yppush/yppush_main.c b/usr.sbin/yppush/yppush_main.c index 315681b8c9bca..12a9145dd005d 100644 --- a/usr.sbin/yppush/yppush_main.c +++ b/usr.sbin/yppush/yppush_main.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> @@ -53,7 +53,7 @@ struct dom_binding {}; #include "yppush_extern.h" #ifndef lint -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$Id$"; #endif char *progname = "yppush"; diff --git a/usr.sbin/ypserv/Makefile b/usr.sbin/ypserv/Makefile index 06e4fa83d7865..dd1a4ffe85493 100644 --- a/usr.sbin/ypserv/Makefile +++ b/usr.sbin/ypserv/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= ypserv SRCS= yp_svc.c yp_server.c yp_dblookup.c yp_dnslookup.c \ diff --git a/usr.sbin/ypserv/Makefile.yp b/usr.sbin/ypserv/Makefile.yp index b3e855c8c26cb..3c7308a288f1e 100644 --- a/usr.sbin/ypserv/Makefile.yp +++ b/usr.sbin/ypserv/Makefile.yp @@ -1,7 +1,7 @@ # # Makefile for the NIS databases # -# $FreeBSD$ +# $Id$ # # This Makefile should only be run on the NIS master server of a domain. # All updated maps will be pushed to all NIS slave servers listed in the diff --git a/usr.sbin/ypserv/yp_access.c b/usr.sbin/ypserv/yp_access.c index ccd194cc849ca..5b306a854e694 100644 --- a/usr.sbin/ypserv/yp_access.c +++ b/usr.sbin/ypserv/yp_access.c @@ -53,7 +53,7 @@ #endif #ifndef lint -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$Id$"; #endif extern int debug; diff --git a/usr.sbin/ypserv/yp_dblookup.c b/usr.sbin/ypserv/yp_dblookup.c index 5839bd4fc3186..81602ff902eb9 100644 --- a/usr.sbin/ypserv/yp_dblookup.c +++ b/usr.sbin/ypserv/yp_dblookup.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ * */ #include <stdio.h> @@ -47,7 +47,7 @@ #include "yp_extern.h" #ifndef lint -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$Id$"; #endif int ypdb_debug = 0; diff --git a/usr.sbin/ypserv/yp_dnslookup.c b/usr.sbin/ypserv/yp_dnslookup.c index 67a46ed4bb591..a9415d7dd067d 100644 --- a/usr.sbin/ypserv/yp_dnslookup.c +++ b/usr.sbin/ypserv/yp_dnslookup.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ /* @@ -65,7 +65,7 @@ #include "yp_extern.h" #ifndef lint -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$Id$"; #endif static char *parse(hp) diff --git a/usr.sbin/ypserv/yp_error.c b/usr.sbin/ypserv/yp_error.c index 12074d655c642..8d92cf59f7bb7 100644 --- a/usr.sbin/ypserv/yp_error.c +++ b/usr.sbin/ypserv/yp_error.c @@ -34,7 +34,7 @@ * error logging/reporting facilities * stolen from /usr/libexec/mail.local via ypserv * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> @@ -42,7 +42,7 @@ #include <syslog.h> #ifndef lint -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$Id$"; #endif int debug; diff --git a/usr.sbin/ypserv/yp_extern.h b/usr.sbin/ypserv/yp_extern.h index 8411c812c913c..5eacf13cabe73 100644 --- a/usr.sbin/ypserv/yp_extern.h +++ b/usr.sbin/ypserv/yp_extern.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> #include <string.h> diff --git a/usr.sbin/ypserv/yp_main.c b/usr.sbin/ypserv/yp_main.c index 6de5877a2227d..201339664b697 100644 --- a/usr.sbin/ypserv/yp_main.c +++ b/usr.sbin/ypserv/yp_main.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ /* @@ -66,7 +66,7 @@ #define _RPCSVC_CLOSEDOWN 120 #ifndef lint -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$Id$"; #endif /* not lint */ int _rpcpmstart; /* Started by a port monitor ? */ static int _rpcfdtype; diff --git a/usr.sbin/ypserv/yp_server.c b/usr.sbin/ypserv/yp_server.c index 941cc91190444..e60251fd306eb 100644 --- a/usr.sbin/ypserv/yp_server.c +++ b/usr.sbin/ypserv/yp_server.c @@ -45,7 +45,7 @@ #include <rpc/rpc.h> #ifndef lint -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$Id$"; #endif /* not lint */ int forked = 0; diff --git a/usr.sbin/ypserv/yp_svc_udp.c b/usr.sbin/ypserv/yp_svc_udp.c index 189326ba0d199..0b100d0b9d1a4 100644 --- a/usr.sbin/ypserv/yp_svc_udp.c +++ b/usr.sbin/ypserv/yp_svc_udp.c @@ -29,14 +29,14 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <rpc/rpc.h> #include "yp_extern.h" #ifndef lint -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$Id$"; #endif /* diff --git a/usr.sbin/ypserv/ypserv.8 b/usr.sbin/ypserv/ypserv.8 index 2a09701768b28..d3b0114cc6fda 100644 --- a/usr.sbin/ypserv/ypserv.8 +++ b/usr.sbin/ypserv/ypserv.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd February 4, 1995 .Dt YPSERV 8 diff --git a/usr.sbin/ypset/ypset.8 b/usr.sbin/ypset/ypset.8 index 8ff9285397586..385092e3a5512 100644 --- a/usr.sbin/ypset/ypset.8 +++ b/usr.sbin/ypset/ypset.8 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd October 25, 1994 .Dt YPSET 8 diff --git a/usr.sbin/zic/Makefile b/usr.sbin/zic/Makefile index d392ecb3c062e..963a0ee8b43e6 100644 --- a/usr.sbin/zic/Makefile +++ b/usr.sbin/zic/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ SUBDIR= zic zdump .include <bsd.subdir.mk> diff --git a/usr.sbin/zic/Makefile.inc b/usr.sbin/zic/Makefile.inc index c38435529c41a..c961f85683079 100644 --- a/usr.sbin/zic/Makefile.inc +++ b/usr.sbin/zic/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $Id$ .include "${.CURDIR}/../../Makefile.inc" diff --git a/usr.sbin/zic/zdump/Makefile b/usr.sbin/zic/zdump/Makefile index f7ba8e17cbc8c..46af3cacca211 100644 --- a/usr.sbin/zic/zdump/Makefile +++ b/usr.sbin/zic/zdump/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ .PATH: ${.CURDIR}/.. diff --git a/usr.sbin/zic/zic/Makefile b/usr.sbin/zic/zic/Makefile index 8abc9fd968da7..2f6e49d5c63aa 100644 --- a/usr.sbin/zic/zic/Makefile +++ b/usr.sbin/zic/zic/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ .PATH: ${.CURDIR}/.. |