svn commit: r245109 - stable/8/etc/sendmail

Peter Wemm peter at FreeBSD.org
Sun Jan 6 19:26:40 UTC 2013


Author: peter
Date: Sun Jan  6 19:26:39 2013
New Revision: 245109
URL: http://svnweb.freebsd.org/changeset/base/245109

Log:
  MFC 245107: use full domain name

Modified:
  stable/8/etc/sendmail/freefall.mc

Modified: stable/8/etc/sendmail/freefall.mc
==============================================================================
--- stable/8/etc/sendmail/freefall.mc	Sun Jan  6 19:26:14 2013	(r245108)
+++ stable/8/etc/sendmail/freefall.mc	Sun Jan  6 19:26:39 2013	(r245109)
@@ -43,5 +43,5 @@ divert(0)dnl
 VERSIONID(`$FreeBSD$')
 
 OSTYPE(freebsd6)
-FEATURE(nullclient, smarthost.ysv.$m)
+FEATURE(nullclient, smarthost.ysv.freebsd.org)
 MASQUERADE_AS(FreeBSD.org)


More information about the svn-src-all mailing list