]> git.pld-linux.org Git - packages/sendmail.git/blob - sendmail-os-paths.patch
- updated to 8.18.1
[packages/sendmail.git] / sendmail-os-paths.patch
1 diff -urNp -x '*.orig' sendmail-8.16.1.org/devtools/OS/Linux sendmail-8.16.1/devtools/OS/Linux
2 --- sendmail-8.16.1.org/devtools/OS/Linux       2020-05-19 21:54:32.000000000 +0200
3 +++ sendmail-8.16.1/devtools/OS/Linux   2021-10-03 22:30:57.502258314 +0200
4 @@ -6,9 +6,10 @@ dnl    Place personal settings in devtools/
5  define(`confDEPEND_TYPE', `CC-M')
6  define(`confCCOPTS_SO', `-fPIC')
7  define(`confSM_OS_HEADER', `sm_os_linux')
8 -define(`confMANROOT', `/usr/man/man')
9 +define(`confMANROOT', `/usr/share/man/man')
10  define(`confLIBS', `-ldl')
11  define(`confEBINDIR', `/usr/sbin')
12 +define(`confSTDIR', `/var/log')
13  APPENDDEF(`confLIBSEARCH', `crypt nsl')
14  
15  define(`confLD', `ld')
This page took 0.026056 seconds and 3 git commands to generate.