diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
| commit | 9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch) | |
| tree | a9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /etc/mail | |
| parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) | |
Diffstat (limited to 'etc/mail')
| -rw-r--r-- | etc/mail/Makefile | 2 | ||||
| -rw-r--r-- | etc/mail/README | 2 | ||||
| -rw-r--r-- | etc/mail/access.sample | 2 | ||||
| -rw-r--r-- | etc/mail/aliases | 2 | ||||
| -rw-r--r-- | etc/mail/mailer.conf | 2 | ||||
| -rw-r--r-- | etc/mail/mailertable.sample | 2 | ||||
| -rw-r--r-- | etc/mail/virtusertable.sample | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/etc/mail/Makefile b/etc/mail/Makefile index 3f085cc2d780..76c3d56d199d 100644 --- a/etc/mail/Makefile +++ b/etc/mail/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/etc/mail/Makefile,v 1.36.32.1 2010/02/10 00:26:20 kensmith Exp $ # # 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..801f796f28c0 100644 --- a/etc/mail/README +++ b/etc/mail/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/etc/mail/README,v 1.16.38.1 2010/02/10 00:26:20 kensmith Exp $ Sendmail Processes diff --git a/etc/mail/access.sample b/etc/mail/access.sample index 33cfe17d3327..d8f2e74c30f5 100644 --- a/etc/mail/access.sample +++ b/etc/mail/access.sample @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/etc/mail/access.sample,v 1.3.24.1.6.1 2010/02/10 00:26:20 kensmith Exp $ # # 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 ae0e7f1c3fbd..835e79368c21 100644 --- a/etc/mail/aliases +++ b/etc/mail/aliases @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/etc/mail/aliases,v 1.21.10.1.4.1 2010/02/10 00:26:20 kensmith Exp $ # @(#)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 3fa69223046c..adc39b0de4e9 100644 --- a/etc/mail/mailer.conf +++ b/etc/mail/mailer.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/etc/mail/mailer.conf,v 1.3.38.1 2010/02/10 00:26:20 kensmith Exp $ # # Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail # diff --git a/etc/mail/mailertable.sample b/etc/mail/mailertable.sample index d2c45e09c36e..16446c0a7497 100644 --- a/etc/mail/mailertable.sample +++ b/etc/mail/mailertable.sample @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/etc/mail/mailertable.sample,v 1.2.38.1 2010/02/10 00:26:20 kensmith Exp $ # # List of domains (possibly wildcarded) and destination mailers # diff --git a/etc/mail/virtusertable.sample b/etc/mail/virtusertable.sample index 43e2bbbe4103..c5da6849db21 100644 --- a/etc/mail/virtusertable.sample +++ b/etc/mail/virtusertable.sample @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/etc/mail/virtusertable.sample,v 1.3.38.1 2010/02/10 00:26:20 kensmith Exp $ # # 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 |
