--- src/pathnames.h.orig Wed May 20 01:36:02 1998 +++ src/pathnames.h Fri Jul 17 19:05:20 1998 @@ -12,15 +12,19 @@ */ #ifndef _PATH_SENDMAILCF -# if defined(USE_VENDOR_CF_PATH) && defined(_PATH_VENDOR_CF) -# define _PATH_SENDMAILCF _PATH_VENDOR_CF +# ifdef USE_PAKET +# define _PATH_SENDMAILCF USE_PAKET"/etc/sendmail.cf" # else -# define _PATH_SENDMAILCF "/etc/sendmail.cf" +# if defined(USE_VENDOR_CF_PATH) && defined(_PATH_VENDOR_CF) +# define _PATH_SENDMAILCF _PATH_VENDOR_CF +# else +# define _PATH_SENDMAILCF "/etc/sendmail.cf" +# endif # endif #endif #ifndef _PATH_SENDMAILPID -# ifdef BSD4_4 +# ifdef USE_PAKET || BSD4_4 # define _PATH_SENDMAILPID "/var/run/sendmail.pid" # else # define _PATH_SENDMAILPID "/etc/sendmail.pid" --- BuildTools/Site/site.config.m4.orig Wed Jul 22 07:38:53 1998 +++ BuildTools/Site/site.config.m4 Fri Jul 17 18:55:25 1998 @@ -0,0 +1,2 @@ +APPENDDEF(`confINCDIRS',`-I/paket/db-2.4.14/include') +APPENDDEF(`confLIBDIRS',`-L/paket/db-2.4.14/lib') --- BuildTools/Site/site.Linux.m4.orig Wed Jul 22 07:38:32 1998 +++ BuildTools/Site/site.Linux.m4 Sat Jul 18 00:13:01 1998 @@ -0,0 +1,15 @@ +# PaketKonzept +define(`confPATHPREFIX',`/local/mail-8.9.1')dnl +define(`confSTDIR', confPATHPREFIX`/etc')dnl +define(`confHFDIR', confPATHPREFIX`/etc')dnl +define(`confEBINDIR',confPATHPREFIX`/libexec')dnl +define(`confMBINDIR',confPATHPREFIX`/sbin')dnl +define(`confSBINDIR',confPATHPREFIX`/sbin')dnl +define(`confUBINDIR',confPATHPREFIX`/sbin')dnl +define(`confMANROOT', confPATHPREFIX`/man/man')dnl +APPENDDEF(`confENVDEF',`-DUSE_PAKET=\"'confPATHPREFIX`\"')dnl +dnl fuer smrsh +APPENDDEF(`confENVDEF',`-DCMDDIR=\"'confPATHPREFIX`/smrbin\"')dnl +define(`confCC',`gcc')dnl +define(`confDEPEND_TYPE', `CC-M')dnl +define(`confSBINGRP', `mail')dnl --- cf/ostype/linux_paket.m4.orig Wed Jul 22 07:35:44 1998 +++ cf/ostype/linux_paket.m4 Tue Jul 21 10:58:32 1998 @@ -0,0 +1,47 @@ +divert(-1) +# +# Copyright (c) 1983 Eric P. Allman +# Copyright (c) 1988, 1993 +# The Regents of the University of California. 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 the University of +# California, Berkeley and its contributors. +# 4. Neither the name of the University nor the names of its contributors +# may be used to endorse or promote products derived from this software +# without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``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 REGENTS OR CONTRIBUTORS 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. +# + +divert(0) +VERSIONID(`@(#)linux_paket.m4 Rudolf Weber Informatikberatung Ravensburg') +define(`LOCAL_MAILER_PATH', /local/mail-8.9.1/libexec/mail.local)dnl +ifdef(`PROCMAIL_MAILER_PATH',, + define(`PROCMAIL_MAILER_PATH', `/local/mail-8.9.1/bin/procmail')) +ifdef(`QUEUE_DIR',, `define(`QUEUE_DIR', /var/mqueue)')dnl +define(`ALIAS_FILE', /local/mail-8.9.1/etc/aliases)dnl +define(`confCR_FILE', `-o /local/mail-8.9.1/etc/relay-domains')dnl +ifdef(`STATUS_FILE',, `define(`STATUS_FILE', /local/mail-8.9.1/etc/sendmail.st)')dnl +ifdef(`HELP_FILE',, `define(`HELP_FILE', /local/mail-8.9.1/etc/sendmail.hf)')dnl +define(`confDEF_USER_ID', `daemon:mail')dnl +define(`confTRUSTED_USERS', `uucp mdom wwwrun')dnl