diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 2001-02-02 06:41:19 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 2001-02-02 06:41:19 +0000 |
commit | 08b09232a17c9b68a6dccf9b4687f6453ae248ea (patch) | |
tree | fdff5e3629f4532793ca8b0eebfe124db97c6f1e /gnu/usr.sbin/sendmail | |
parent | 533f48acdb0a5c2397cfa38168a6e24806ebf96d (diff) |
Remove non-existant machine config -- replace w/laptop config that works
both native and under VMware
Diffstat (limited to 'gnu/usr.sbin/sendmail')
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/cf/Makefile | 4 | ||||
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/cf/saruman.mc | 34 |
2 files changed, 2 insertions, 36 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/Makefile b/gnu/usr.sbin/sendmail/cf/cf/Makefile index 7b8341f0315..ab80e890243 100644 --- a/gnu/usr.sbin/sendmail/cf/cf/Makefile +++ b/gnu/usr.sbin/sendmail/cf/cf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2001/01/16 01:38:37 itojun Exp $ +# $OpenBSD: Makefile,v 1.9 2001/02/02 06:41:18 tholo Exp $ # # Makefile for configuration files. # @@ -26,7 +26,7 @@ RM= rm -f $(CHMOD) $(ROMODE) $@ ALL= clientproto.cf openbsd-proto.cf courtesan.cf courtesan-nonet.cf \ - courtesan-lists.cf openbsd-lists.cf gandalf.cf saruman.cf alatar.cf \ + courtesan-lists.cf openbsd-lists.cf gandalf.cf alatar.cf \ nettan.cf waldorf.cf lucifier.cf elbereth.cf corpse.cf knecht.cf all: $(ALL) diff --git a/gnu/usr.sbin/sendmail/cf/cf/saruman.mc b/gnu/usr.sbin/sendmail/cf/cf/saruman.mc deleted file mode 100644 index 60ad599861f..00000000000 --- a/gnu/usr.sbin/sendmail/cf/cf/saruman.mc +++ /dev/null @@ -1,34 +0,0 @@ -divert(-1) -# -# Copyright (c) 1996 SigmaSoft, Th. Lockert -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by SigmaSoft, Th. Lockert -# 4. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# - -VERSIONID(`$OpenBSD: saruman.mc,v 1.1 2000/04/02 19:48:13 millert Exp $')dnl -OSTYPE(openbsd)dnl -FEATURE(nullclient, gandalf.$m)dnl |