]> git.pld-linux.org Git - packages/sendmail.git/commitdiff
- merged manpath patch with part of redhat patch (both changing
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Sep 2001 08:21:12 +0000 (08:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  devtools/OS/Linux) and named it os-paths patch

Changed files:
    sendmail-manpath.patch -> 1.2
    sendmail-os-paths.patch -> 1.1

sendmail-manpath.patch [deleted file]
sendmail-os-paths.patch [new file with mode: 0644]

diff --git a/sendmail-manpath.patch b/sendmail-manpath.patch
deleted file mode 100644 (file)
index 496e3ff..0000000
+++ /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 (file)
index 0000000..a0c8688
--- /dev/null
@@ -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')
This page took 0.064397 seconds and 4 git commands to generate.