Bug 127510 - [patch] etc/mail/aliases: Add URL as reference for RFC2142
Summary: [patch] etc/mail/aliases: Add URL as reference for RFC2142
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: 7.0-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: Gregory Neil Shapiro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-20 18:20 UTC by jhs
Modified: 2009-03-23 05:00 UTC (History)
0 users

See Also:


Attachments
file.diff (444 bytes, patch)
2008-09-20 18:20 UTC, jhs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jhs 2008-09-20 18:20:02 UTC
	Add URL

How-To-Repeat: 	Add URL
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2008-09-20 21:17:34 UTC
Responsible Changed
From-To: freebsd-bugs->gshapiro

Reassign to sendmail maintainer, who works in the mail region 
(I think it is best placed with you Gregory, please reassign it 
to me in case I am wrong).
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-23 00:40:28 UTC
Author: gshapiro
Date: Mon Mar 23 00:40:07 2009
New Revision: 190304
URL: http://svn.freebsd.org/changeset/base/190304

Log:
  Add the URL for RFC2142
  
  PR:		conf/127510

Modified:
  head/etc/mail/aliases

Modified: head/etc/mail/aliases
==============================================================================
--- head/etc/mail/aliases	Mon Mar 23 00:27:46 2009	(r190303)
+++ head/etc/mail/aliases	Mon Mar 23 00:40:07 2009	(r190304)
@@ -11,6 +11,7 @@
 #
 # See also RFC 2142, `MAILBOX NAMES FOR COMMON SERVICES, ROLES
 # AND FUNCTIONS', May 1997
+# 	http://tools.ietf.org/html/rfc2142
 
 # Pretty much everything else in this file points to "root", so
 # you would do well in either reading root's mailbox or forwarding
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 3 Gregory Neil Shapiro freebsd_committer freebsd_triage 2009-03-23 01:09:18 UTC
State Changed
From-To: open->patched

Change committed to head, waiting for MFC to stable/{7,6}
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-03-23 04:55:17 UTC
Author: gshapiro
Date: Mon Mar 23 04:54:52 2009
New Revision: 190312
URL: http://svn.freebsd.org/changeset/base/190312

Log:
  MFC r190304: Add the URL for RFC2142
  
  PR:		conf/127510

Modified:
  stable/7/etc/   (props changed)
  stable/7/etc/mail/aliases
  stable/7/etc/periodic/weekly/   (props changed)

Modified: stable/7/etc/mail/aliases
==============================================================================
--- stable/7/etc/mail/aliases	Mon Mar 23 04:07:46 2009	(r190311)
+++ stable/7/etc/mail/aliases	Mon Mar 23 04:54:52 2009	(r190312)
@@ -11,6 +11,7 @@
 #
 # See also RFC 2142, `MAILBOX NAMES FOR COMMON SERVICES, ROLES
 # AND FUNCTIONS', May 1997
+# 	http://tools.ietf.org/html/rfc2142
 
 # Pretty much everything else in this file points to "root", so
 # you would do well in either reading root's mailbox or forwarding
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-03-23 04:56:42 UTC
Author: gshapiro
Date: Mon Mar 23 04:56:33 2009
New Revision: 190313
URL: http://svn.freebsd.org/changeset/base/190313

Log:
  MFC r190304: Add the URL for RFC2142
  
  PR:		conf/127510

Modified:
  stable/6/etc/   (props changed)
  stable/6/etc/mail/aliases

Modified: stable/6/etc/mail/aliases
==============================================================================
--- stable/6/etc/mail/aliases	Mon Mar 23 04:54:52 2009	(r190312)
+++ stable/6/etc/mail/aliases	Mon Mar 23 04:56:33 2009	(r190313)
@@ -11,6 +11,7 @@
 #
 # See also RFC 2142, `MAILBOX NAMES FOR COMMON SERVICES, ROLES
 # AND FUNCTIONS', May 1997
+# 	http://tools.ietf.org/html/rfc2142
 
 # Pretty much everything else in this file points to "root", so
 # you would do well in either reading root's mailbox or forwarding
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 6 Gregory Neil Shapiro freebsd_committer freebsd_triage 2009-03-23 04:57:32 UTC
State Changed
From-To: patched->closed

Change MFC'ed to stable/{7,6}