From: Jakub Bogusz Date: Mon, 24 Sep 2001 08:21:12 +0000 (+0000) Subject: - merged manpath patch with part of redhat patch (both changing X-Git-Tag: sendmail-8_12_0-1~8 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=cb7cdc072c66e7df57c94adc63e708996d6f6b9d;p=packages%2Fsendmail.git - merged manpath patch with part of redhat patch (both changing devtools/OS/Linux) and named it os-paths patch Changed files: sendmail-manpath.patch -> 1.2 sendmail-os-paths.patch -> 1.1 --- diff --git a/sendmail-manpath.patch b/sendmail-manpath.patch deleted file mode 100644 index 496e3ff..0000000 --- a/sendmail-manpath.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- devtools/OS/Linux -+++ devtools/OS/Linux -@@ -1,6 +1,6 @@ - # $Id$ - define(`confDEPEND_TYPE', `CC-M') --define(`confMANROOT', `/usr/man/man') -+define(`confMANROOT', `/usr/share/man/man') - define(`confLIBS', `-ldl') - define(`confEBINDIR', `/usr/sbin') - APPENDDEF(`confLIBSEARCH', `crypt nsl') diff --git a/sendmail-os-paths.patch b/sendmail-os-paths.patch new file mode 100644 index 0000000..a0c8688 --- /dev/null +++ b/sendmail-os-paths.patch @@ -0,0 +1,14 @@ +--- sendmail-8.12.0/devtools/OS/Linux.orig Mon Sep 24 09:48:15 2001 ++++ sendmail-8.12.0/devtools/OS/Linux Mon Sep 24 09:56:53 2001 +@@ -1,9 +1,10 @@ + # $Id$ + define(`confDEPEND_TYPE', `CC-M') + define(`confSM_OS_HEADER', `sm_os_linux') +-define(`confMANROOT', `/usr/man/man') ++define(`confMANROOT', `/usr/share/man/man') + define(`confLIBS', `-ldl') + define(`confEBINDIR', `/usr/sbin') ++define(`confSTDIR', `/var/log') + APPENDDEF(`confLIBSEARCH', `crypt nsl') + + define(`confLD', `ld')