a849b7d235
- using new syntax for access database (#177566) - fixed failure message while shutting down sm-client (#119429) resolution: stop sm-client before sendmail - fixed method to specify persistent queue runners (#126760) - removed patch backup files from sendmail-cf tree (#152955) - fixed missing dnl on SMART_HOST define (#166680) - fixed wrong location of aliases and aliases.db file in aliases man page (#166744) - enabled CipherList config option for sendmail (#172352) - added user chowns for /etc/mail/authinfo.db and move check for cf files (#184341) - fixed Makefile of vacation (#191396) vacation is not included in this sendmail package - /var/log/mail now belongs to sendmail (#192850)
12 lines
349 B
Diff
12 lines
349 B
Diff
--- sendmail-8.13.7/vacation/Makefile.vacation 1999-09-24 00:36:45.000000000 +0200
|
|
+++ sendmail-8.13.7/vacation/Makefile 2006-07-18 15:12:42.000000000 +0200
|
|
@@ -1,7 +1,7 @@
|
|
# $Id: Makefile,v 8.5 1999/09/23 22:36:45 ca Exp $
|
|
|
|
SHELL= /bin/sh
|
|
-BUILD= ./Build
|
|
+BUILD= ./Build -f ../redhat.config.m4
|
|
OPTIONS= $(CONFIG) $(FLAGS)
|
|
|
|
all: FRC
|