Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Remove all traces of "aux.m4" so as not to conflict with Mic...
details: https://anonhg.NetBSD.org/src/rev/15ccd0c09540
branches: trunk
changeset: 516243:15ccd0c09540
user: tv <tv%NetBSD.org@localhost>
date: Fri Oct 19 02:53:02 2001 +0000
description:
Remove all traces of "aux.m4" so as not to conflict with Microsoft host OS's.
(Since we aren't A/UX, this is not much of a loss for a NetBSD host.)
diffstat:
distrib/sets/lists/misc/mi | 3 +--
distrib/sets/lists/misc/obsolete.mi | 3 ++-
gnu/dist/sendmail/cf/ostype/aux.m4 | 21 ---------------------
gnu/usr.sbin/sendmail/cf/ostype/Makefile | 4 ++--
4 files changed, 5 insertions(+), 26 deletions(-)
diffs (74 lines):
diff -r 45b88041e07d -r 15ccd0c09540 distrib/sets/lists/misc/mi
--- a/distrib/sets/lists/misc/mi Fri Oct 19 02:46:19 2001 +0000
+++ b/distrib/sets/lists/misc/mi Fri Oct 19 02:53:02 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.69 2001/10/12 16:15:27 atatat Exp $
+# $NetBSD: mi,v 1.70 2001/10/19 02:53:02 tv Exp $
./usr/share/dict/README misc-reference-share
./usr/share/dict/eign misc-reference-share
./usr/share/dict/propernames misc-reference-share
@@ -515,7 +515,6 @@
./usr/share/sendmail/ostype/aix5.m4 misc-sendmail-share
./usr/share/sendmail/ostype/altos.m4 misc-sendmail-share
./usr/share/sendmail/ostype/amdahl-uts.m4 misc-sendmail-share
-./usr/share/sendmail/ostype/aux.m4 misc-sendmail-share
./usr/share/sendmail/ostype/bsd4.3.m4 misc-sendmail-share
./usr/share/sendmail/ostype/bsd4.4.m4 misc-sendmail-share
./usr/share/sendmail/ostype/bsdi.m4 misc-sendmail-share
diff -r 45b88041e07d -r 15ccd0c09540 distrib/sets/lists/misc/obsolete.mi
--- a/distrib/sets/lists/misc/obsolete.mi Fri Oct 19 02:46:19 2001 +0000
+++ b/distrib/sets/lists/misc/obsolete.mi Fri Oct 19 02:53:02 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: obsolete.mi,v 1.16 2001/05/26 01:07:34 wiz Exp $
+# $NetBSD: obsolete.mi,v 1.17 2001/10/19 02:53:02 tv Exp $
/usr/share/doc/smm/03.fsck
/usr/share/doc/smm/03.fsck/0.t
/usr/share/doc/smm/03.fsck/1.t
@@ -32,4 +32,5 @@
/usr/share/sendmail/cf/trinity.mc
/usr/share/sendmail/cf/uucpproto.mc
/usr/share/sendmail/m4/nullrelay.m4
+/usr/share/sendmail/ostype/aux.m4
/usr/share/sendmail/ostype/gnuhurd.m4
diff -r 45b88041e07d -r 15ccd0c09540 gnu/dist/sendmail/cf/ostype/aux.m4
--- a/gnu/dist/sendmail/cf/ostype/aux.m4 Fri Oct 19 02:46:19 2001 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-divert(-1)
-#
-# Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
-# All rights reserved.
-# Copyright (c) 1983 Eric P. Allman. All rights reserved.
-# Copyright (c) 1988, 1993
-# The Regents of the University of California. All rights reserved.
-#
-# 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.
-#
-#
-
-divert(0)
-VERSIONID(`Id: a-ux.m4,v 8.1 2001/04/12 22:29:58 gshapiro Exp')
-ifdef(`QUEUE_DIR',, `define(`QUEUE_DIR', /usr/spool/mqueue)')dnl
-ifdef(`UUCP_MAILER_PATH',, `define(`UUCP_MAILER_PATH', /usr/bin/uux)')dnl
-_DEFIFNOT(`LOCAL_MAILER_FLAGS', `mn9')dnl
-ifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail -d -r $f $u')')dnl
-define(`confEBINDIR', `/usr/lib')dnl
diff -r 45b88041e07d -r 15ccd0c09540 gnu/usr.sbin/sendmail/cf/ostype/Makefile
--- a/gnu/usr.sbin/sendmail/cf/ostype/Makefile Fri Oct 19 02:46:19 2001 +0000
+++ b/gnu/usr.sbin/sendmail/cf/ostype/Makefile Fri Oct 19 02:53:02 2001 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2001/05/29 04:18:24 itojun Exp $
+# $NetBSD: Makefile,v 1.7 2001/10/19 02:53:02 tv Exp $
# install these sources in /usr/share/sendmail/ostype
DIST= ${.CURDIR}/../../../../dist
.PATH: ${DIST}/sendmail/cf/ostype
FILESDIR= /usr/share/sendmail/ostype
-FILES= aix2.m4 aix3.m4 aix4.m4 aix5.m4 altos.m4 amdahl-uts.m4 aux.m4 \
+FILES= aix2.m4 aix3.m4 aix4.m4 aix5.m4 altos.m4 amdahl-uts.m4 \
bsd4.3.m4 bsd4.4.m4 bsdi.m4 bsdi1.0.m4 bsdi2.0.m4 \
darwin.m4 dgux.m4 domainos.m4 dynix3.2.m4 freebsd4.m4 \
gnu.m4 hpux10.m4 \
Home |
Main Index |
Thread Index |
Old Index