aboutsummaryrefslogtreecommitdiffstats
path: root/news/inn/files
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-05-12 04:43:14 +0800
committerdes <des@FreeBSD.org>2003-05-12 04:43:14 +0800
commitddabdf27025ce999fdf64d6dd0479bde82466ad6 (patch)
tree6d452023778d908526610b528e23048e20e837a3 /news/inn/files
parent07172db1c403f023e7b31aef410504f7c8699251 (diff)
downloadfreebsd-ports-gnome-ddabdf27025ce999fdf64d6dd0479bde82466ad6.tar.gz
freebsd-ports-gnome-ddabdf27025ce999fdf64d6dd0479bde82466ad6.tar.zst
freebsd-ports-gnome-ddabdf27025ce999fdf64d6dd0479bde82466ad6.zip
Upgrade to 2.4.0, which introduces, amongs other new features, IPv6
support. Many thanks to Thierry Thomas <thierry@pompo.net> for advice and testing.
Diffstat (limited to 'news/inn/files')
-rw-r--r--news/inn/files/patch-aa13
1 files changed, 0 insertions, 13 deletions
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)
-