components/sendmail/patches/cfhead.m4.patch
author John Beck <John.Beck@Oracle.COM>
Fri, 16 Jan 2015 12:38:45 -0800
changeset 3649 4006eaaa7d29
permissions -rw-r--r--
20355401 add sendmail to Userland 15399081 SUNBT6560957 sendmail should not use SCCS keywords in version info

# This patch is Solaris-specific and thus has not been contributed upstream.
--- sendmail-8.14.7/cf/m4/cfhead.m4	2010-01-07 10:20:19.000000000 -0800
+++ sendmail-8.14.7/cf/m4/cfhead.m4	2012-12-10 14:37:14.550919110 -0800
@@ -5,6 +5,9 @@
 # Copyright (c) 1988, 1993
 #	The Regents of the University of California.  All rights reserved.
 #
+# Copyright 1993, 1997-2006 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
 # By using this file, you agree to the terms and conditions set
 # forth in the LICENSE file which can be found at the top level of
 # the sendmail distribution.
@@ -16,12 +19,14 @@
 #####
 #####		SENDMAIL CONFIGURATION FILE
 #####
+ifdef(`SUN_HIDE_INTERNAL_DETAILS',,
 ifdef(`__win32__', `dnl', `dnl
 ifdef(`TEMPFILE', `dnl', `define(`TEMPFILE', maketemp(/tmp/cfXXXXXX))dnl
 syscmd(sh _CF_DIR_`'sh/makeinfo.sh _CF_DIR_ > TEMPFILE)dnl
 include(TEMPFILE)dnl
 syscmd(rm -f TEMPFILE)dnl')')
 #####
+)dnl
 ######################################################################
 #####
 #####	DO NOT EDIT THIS FILE!  Only edit the source .mc file.