diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
| commit | d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch) | |
| tree | 37ee9e3a9af3eec3e1baf2793da82358c404479b /etc | |
| parent | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff) | |
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/Makefile | 1 | ||||
| -rw-r--r-- | etc/Makefile.depend | 1 | ||||
| -rw-r--r-- | etc/group | 1 | ||||
| -rw-r--r-- | etc/gss/Makefile | 1 | ||||
| -rw-r--r-- | etc/gss/mech | 1 | ||||
| -rw-r--r-- | etc/gss/qop | 1 | ||||
| -rw-r--r-- | etc/mail/Makefile | 1 | ||||
| -rw-r--r-- | etc/mail/README | 1 | ||||
| -rw-r--r-- | etc/mail/access.sample | 1 | ||||
| -rw-r--r-- | etc/mail/aliases | 1 | ||||
| -rw-r--r-- | etc/mail/mailer.conf | 1 | ||||
| -rw-r--r-- | etc/mail/mailertable.sample | 1 | ||||
| -rw-r--r-- | etc/mail/virtusertable.sample | 1 | ||||
| -rw-r--r-- | etc/master.passwd | 1 | ||||
| -rw-r--r-- | etc/mtree/BSD.debug.dist | 1 | ||||
| -rw-r--r-- | etc/mtree/BSD.include.dist | 1 | ||||
| -rw-r--r-- | etc/mtree/BSD.lib32.dist | 1 | ||||
| -rw-r--r-- | etc/mtree/BSD.release.dist | 1 | ||||
| -rw-r--r-- | etc/mtree/BSD.root.dist | 1 | ||||
| -rw-r--r-- | etc/mtree/BSD.sendmail.dist | 1 | ||||
| -rw-r--r-- | etc/mtree/BSD.tests.dist | 1 | ||||
| -rw-r--r-- | etc/mtree/BSD.usr.dist | 1 | ||||
| -rw-r--r-- | etc/mtree/BSD.var.dist | 1 | ||||
| -rw-r--r-- | etc/mtree/Makefile | 1 | ||||
| -rw-r--r-- | etc/root/dot.k5login | 1 | ||||
| -rw-r--r-- | etc/sendmail/Makefile | 1 | ||||
| -rw-r--r-- | etc/sendmail/Makefile.depend | 1 | ||||
| -rw-r--r-- | etc/shells | 1 | ||||
| -rw-r--r-- | etc/termcap/Makefile.depend | 1 |
29 files changed, 0 insertions, 29 deletions
diff --git a/etc/Makefile b/etc/Makefile index 53d76ba8fdd7..b76d6e6462f4 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,4 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $FreeBSD$ .include <src.opts.mk> .include <src.tools.mk> diff --git a/etc/Makefile.depend b/etc/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/etc/Makefile.depend +++ b/etc/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/etc/group b/etc/group index 4a8bc078e9b6..c9aa917b99f0 100644 --- a/etc/group +++ b/etc/group @@ -1,4 +1,3 @@ -# $FreeBSD$ # wheel:*:0:root daemon:*:1: diff --git a/etc/gss/Makefile b/etc/gss/Makefile index 479fd2f93647..d57a8b914b42 100644 --- a/etc/gss/Makefile +++ b/etc/gss/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ FILES= mech qop NO_OBJ= diff --git a/etc/gss/mech b/etc/gss/mech index 7cc82c713b8f..447585ae107d 100644 --- a/etc/gss/mech +++ b/etc/gss/mech @@ -1,4 +1,3 @@ -# $FreeBSD$ # # Name OID Library name Kernel module kerberosv5 1.2.840.113554.1.2.2 /usr/lib/libgssapi_krb5.so.10 kgssapi_krb5 diff --git a/etc/gss/qop b/etc/gss/qop index f975dbf379d8..fb71f7a5f1fc 100644 --- a/etc/gss/qop +++ b/etc/gss/qop @@ -1,3 +1,2 @@ -# $FreeBSD$ GSS_KRB5_CONF_C_QOP_DES 0x0100 kerberosv5 GSS_KRB5_CONF_C_QOP_DES3_KD 0x0200 kerberosv5 diff --git a/etc/mail/Makefile b/etc/mail/Makefile index a799a16a9c53..0e8823492e83 100644 --- a/etc/mail/Makefile +++ b/etc/mail/Makefile @@ -1,5 +1,4 @@ # -# $FreeBSD$ # # This Makefile provides an easy way to generate the configuration # file and database maps for the sendmail(8) daemon. diff --git a/etc/mail/README b/etc/mail/README index fd7c8f6ed812..a037a76864c3 100644 --- a/etc/mail/README +++ b/etc/mail/README @@ -1,4 +1,3 @@ -# $FreeBSD$ Sendmail Processes diff --git a/etc/mail/access.sample b/etc/mail/access.sample index 33cfe17d3327..9089df974a4a 100644 --- a/etc/mail/access.sample +++ b/etc/mail/access.sample @@ -1,4 +1,3 @@ -# $FreeBSD$ # # Mail relay access control list. Default is to reject mail unless the # destination is local, or listed in /etc/mail/local-host-names diff --git a/etc/mail/aliases b/etc/mail/aliases index 46f5f644bb77..09143a70ed94 100644 --- a/etc/mail/aliases +++ b/etc/mail/aliases @@ -1,4 +1,3 @@ -# $FreeBSD$ # @(#)aliases 5.3 (Berkeley) 5/24/90 # # Aliases in this file will NOT be expanded in the header from diff --git a/etc/mail/mailer.conf b/etc/mail/mailer.conf index 12f28885fb2e..7947855fd2f7 100644 --- a/etc/mail/mailer.conf +++ b/etc/mail/mailer.conf @@ -1,4 +1,3 @@ -# $FreeBSD$ # # Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail # diff --git a/etc/mail/mailertable.sample b/etc/mail/mailertable.sample index d2c45e09c36e..132c211f0029 100644 --- a/etc/mail/mailertable.sample +++ b/etc/mail/mailertable.sample @@ -1,4 +1,3 @@ -# $FreeBSD$ # # List of domains (possibly wildcarded) and destination mailers # diff --git a/etc/mail/virtusertable.sample b/etc/mail/virtusertable.sample index 43e2bbbe4103..888266cc93a1 100644 --- a/etc/mail/virtusertable.sample +++ b/etc/mail/virtusertable.sample @@ -1,4 +1,3 @@ -# $FreeBSD$ # # Map one or all usernames at a source hostname to a specific (or the same) # username at another target hostname. Remember to add the source hostname diff --git a/etc/master.passwd b/etc/master.passwd index b61c13fdd9fe..52acc3df998c 100644 --- a/etc/master.passwd +++ b/etc/master.passwd @@ -1,4 +1,3 @@ -# $FreeBSD$ # root::0:0::0:0:Charlie &:/root:/bin/sh toor:*:0:0::0:0:Bourne-again Superuser:/root: diff --git a/etc/mtree/BSD.debug.dist b/etc/mtree/BSD.debug.dist index 147bfc7d1af8..b3382f5cd576 100644 --- a/etc/mtree/BSD.debug.dist +++ b/etc/mtree/BSD.debug.dist @@ -1,4 +1,3 @@ -# $FreeBSD$ # # Please see the file src/etc/mtree/README before making changes to this file. # diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist index 3187bcca7e53..dffce2469f33 100644 --- a/etc/mtree/BSD.include.dist +++ b/etc/mtree/BSD.include.dist @@ -1,4 +1,3 @@ -# $FreeBSD$ # # Please see the file src/etc/mtree/README before making changes to this file. # diff --git a/etc/mtree/BSD.lib32.dist b/etc/mtree/BSD.lib32.dist index dec3a88165b3..a736a7d58b66 100644 --- a/etc/mtree/BSD.lib32.dist +++ b/etc/mtree/BSD.lib32.dist @@ -1,4 +1,3 @@ -# $FreeBSD$ # # Please see the file src/etc/mtree/README before making changes to this file. # diff --git a/etc/mtree/BSD.release.dist b/etc/mtree/BSD.release.dist index 952aacea6a94..fefb32712af1 100644 --- a/etc/mtree/BSD.release.dist +++ b/etc/mtree/BSD.release.dist @@ -1,4 +1,3 @@ -# $FreeBSD$ # # Please see the file src/etc/mtree/README before making changes to this file. # diff --git a/etc/mtree/BSD.root.dist b/etc/mtree/BSD.root.dist index a81cd03050aa..c6b73e648209 100644 --- a/etc/mtree/BSD.root.dist +++ b/etc/mtree/BSD.root.dist @@ -1,4 +1,3 @@ -# $FreeBSD$ # # Please see the file src/etc/mtree/README before making changes to this file. # diff --git a/etc/mtree/BSD.sendmail.dist b/etc/mtree/BSD.sendmail.dist index b2685bca0d40..28650ea9538b 100644 --- a/etc/mtree/BSD.sendmail.dist +++ b/etc/mtree/BSD.sendmail.dist @@ -1,4 +1,3 @@ -# $FreeBSD$ # # Please see the file src/etc/mtree/README before making changes to this file. # diff --git a/etc/mtree/BSD.tests.dist b/etc/mtree/BSD.tests.dist index b1ce1117071b..48b6d9fffde2 100644 --- a/etc/mtree/BSD.tests.dist +++ b/etc/mtree/BSD.tests.dist @@ -1,4 +1,3 @@ -# $FreeBSD$ # # Please see the file src/etc/mtree/README before making changes to this file. # diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist index 9687f2bdef85..f434946e4b4f 100644 --- a/etc/mtree/BSD.usr.dist +++ b/etc/mtree/BSD.usr.dist @@ -1,4 +1,3 @@ -# $FreeBSD$ # # Please see the file src/etc/mtree/README before making changes to this file. # diff --git a/etc/mtree/BSD.var.dist b/etc/mtree/BSD.var.dist index 799b239d7871..6f2327b59f0c 100644 --- a/etc/mtree/BSD.var.dist +++ b/etc/mtree/BSD.var.dist @@ -1,4 +1,3 @@ -# $FreeBSD$ # # Please see the file src/etc/mtree/README before making changes to this file. # diff --git a/etc/mtree/Makefile b/etc/mtree/Makefile index b55e9d215b6c..4bce54e5d5eb 100644 --- a/etc/mtree/Makefile +++ b/etc/mtree/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include <src.opts.mk> diff --git a/etc/root/dot.k5login b/etc/root/dot.k5login index e01b9417fdbe..5721e640fe21 100644 --- a/etc/root/dot.k5login +++ b/etc/root/dot.k5login @@ -1,4 +1,3 @@ -# $FreeBSD$ # # user1/root@YOUR.REALM.WHEREVER # user2/root@YOUR.REALM.WHEREVER diff --git a/etc/sendmail/Makefile b/etc/sendmail/Makefile index 82260b7af398..065e9ffe3f0e 100644 --- a/etc/sendmail/Makefile +++ b/etc/sendmail/Makefile @@ -1,5 +1,4 @@ # @(#)Makefile 8.19 (Berkeley) 1/14/97 -# $FreeBSD$ M4= m4 CHMOD= chmod diff --git a/etc/sendmail/Makefile.depend b/etc/sendmail/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/etc/sendmail/Makefile.depend +++ b/etc/sendmail/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/etc/shells b/etc/shells index a3107faec4c2..3f96d65c43a4 100644 --- a/etc/shells +++ b/etc/shells @@ -1,4 +1,3 @@ -# $FreeBSD$ # # List of acceptable shells for chpass(1). # ftpd(8) will not allow users to connect who are not using diff --git a/etc/termcap/Makefile.depend b/etc/termcap/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/etc/termcap/Makefile.depend +++ b/etc/termcap/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ |
