From e1629c50f3f2375dbcd6ea6d734e817591c00639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 11 May 2003 20:43:14 +0000 Subject: Upgrade to 2.4.0, which introduces, amongs other new features, IPv6 support. Many thanks to Thierry Thomas for advice and testing. --- news/inn/files/patch-aa | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 news/inn/files/patch-aa (limited to 'news/inn/files') diff --git a/news/inn/files/patch-aa b/news/inn/files/patch-aa deleted file mode 100644 index cb4a2a9c872f..000000000000 --- a/news/inn/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.orig Sun Mar 11 01:59:11 2001 -+++ Makefile Sun Mar 11 01:59:56 2001 -@@ -81,7 +81,9 @@ - directories: - @chmod +x support/install-sh - for D in $(INSTDIRS) ; do \ -- support/install-sh $(OWNER) -m 0755 -d $$D ; \ -+ if [ ! -d $$D ] ; then \ -+ support/install-sh $(OWNER) -m 0755 -d $$D ; \ -+ fi ; \ - done - support/install-sh $(OWNER) -m 0750 -d $(PATHRUN) - -- cgit v1.2.3