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.ac | |
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.ac')
-rw-r--r-- | debian/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/configure.ac b/debian/configure.ac index 6a994e9..91e8d49 100644 --- a/debian/configure.ac +++ b/debian/configure.ac @@ -1768,8 +1768,8 @@ AC_CONFIG_FILES([cf/hack/debian_auth.m4]) AC_CONFIG_FILES([cf/hack/virthost_by_ip.m4]) AC_CONFIG_FILES([cf/ostype/debian.m4]) AC_CONFIG_FILES([examples/Makefile], [chmod a+x ./examples/Makefile]) -AC_CONFIG_FILES([examples/dhcp3/dhclient-exit-hooks.d/sendmail], - [chmod a+x ./examples/dhcp3/dhclient-exit-hooks.d/sendmail]) +AC_CONFIG_FILES([examples/dhcp/dhclient-exit-hooks.d/sendmail], + [chmod a+x ./examples/dhcp/dhclient-exit-hooks.d/sendmail]) AC_CONFIG_FILES([examples/network/if-down.d/sendmail], [chmod a+x ./examples/network/if-down.d/sendmail]) AC_CONFIG_FILES([examples/network/if-up.d/sendmail], |