diff options
author | Richard A Nelson (Rick) <cowboy@debian.org> | 2010-11-03 22:05:00 +0000 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 20:07:50 +0200 |
commit | cb1b9d89c5278ac97b3fee2d39f9219bbda5180f (patch) | |
tree | 6a88bbe1d2b1f10e0763a6992ace4d6c4bc05da6 /debian/configure | |
parent | e253e5b372f6123431d41466fc6e33e357d98b57 (diff) | |
download | sendmail-debian/8.14.4-2.tar.gz |
Imported Debian patch 8.14.4-2debian/8.14.4-2
Diffstat (limited to 'debian/configure')
-rw-r--r-- | debian/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/configure b/debian/configure index 2b94e52..ccfbeba 100644 --- a/debian/configure +++ b/debian/configure @@ -7778,7 +7778,7 @@ ac_config_files="$ac_config_files cf/ostype/debian.m4" ac_config_files="$ac_config_files examples/Makefile" -ac_config_files="$ac_config_files examples/dhcp3/dhclient-exit-hooks.d/sendmail" +ac_config_files="$ac_config_files examples/dhcp/dhclient-exit-hooks.d/sendmail" ac_config_files="$ac_config_files examples/network/if-down.d/sendmail" @@ -8640,7 +8640,7 @@ do "cf/hack/virthost_by_ip.m4") CONFIG_FILES="$CONFIG_FILES cf/hack/virthost_by_ip.m4" ;; "cf/ostype/debian.m4") CONFIG_FILES="$CONFIG_FILES cf/ostype/debian.m4" ;; "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; - "examples/dhcp3/dhclient-exit-hooks.d/sendmail") CONFIG_FILES="$CONFIG_FILES examples/dhcp3/dhclient-exit-hooks.d/sendmail" ;; + "examples/dhcp/dhclient-exit-hooks.d/sendmail") CONFIG_FILES="$CONFIG_FILES examples/dhcp/dhclient-exit-hooks.d/sendmail" ;; "examples/network/if-down.d/sendmail") CONFIG_FILES="$CONFIG_FILES examples/network/if-down.d/sendmail" ;; "examples/network/if-up.d/sendmail") CONFIG_FILES="$CONFIG_FILES examples/network/if-up.d/sendmail" ;; "examples/ppp/ip-down.d/sendmail") CONFIG_FILES="$CONFIG_FILES examples/ppp/ip-down.d/sendmail" ;; @@ -9229,7 +9229,7 @@ $as_echo X"$file" | "sensible-mda.preinst":F) chmod a+x ./sensible-mda.preinst ;; "cf/Makefile":F) chmod a+x ./cf/Makefile ;; "examples/Makefile":F) chmod a+x ./examples/Makefile ;; - "examples/dhcp3/dhclient-exit-hooks.d/sendmail":F) chmod a+x ./examples/dhcp3/dhclient-exit-hooks.d/sendmail ;; + "examples/dhcp/dhclient-exit-hooks.d/sendmail":F) chmod a+x ./examples/dhcp/dhclient-exit-hooks.d/sendmail ;; "examples/network/if-down.d/sendmail":F) chmod a+x ./examples/network/if-down.d/sendmail ;; "examples/network/if-up.d/sendmail":F) chmod a+x ./examples/network/if-up.d/sendmail ;; "examples/ppp/ip-down.d/sendmail":F) chmod a+x ./examples/ppp/ip-down.d/sendmail ;; |