summaryrefslogtreecommitdiff
path: root/dns/bind8
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-02-16 09:08:59 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-02-16 09:08:59 +0000
commit29e9e34f920f8d0817436c73ce3dd24ac5cd0746 (patch)
treea74e84246fedbf00a229105874eb8845b542bd42 /dns/bind8
parentAdd knob into configure.postfix for IPv6 patch. (diff)
print warning message after install.
PR: 25054 Submitted by: Christoph Weber-Fahr <Christoph.Weber-Fahr@arcor.net> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=38400
Diffstat (limited to 'dns/bind8')
-rw-r--r--dns/bind8/Makefile4
-rw-r--r--dns/bind8/files/message14
2 files changed, 18 insertions, 0 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile
index bac0f25555c9..be395c83225c 100644
--- a/dns/bind8/Makefile
+++ b/dns/bind8/Makefile
@@ -26,9 +26,13 @@ MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \
PATCH_ARGS= -d ${WRKDIR}
PATCH_DIST_ARGS= -d ${WRKDIR}
+PKGMESSAGE= ${WRKDIR}/message
+
post-install:
@(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET})
${MKDIR} ${PREFIX}/share/doc/bind8
${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8
+ ${SED} -e 's,@PREFIX@,${PREFIX},g' ${FILESDIR}/message > ${PKGMESSAGE}
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/dns/bind8/files/message b/dns/bind8/files/message
new file mode 100644
index 000000000000..4edee36ff0c1
--- /dev/null
+++ b/dns/bind8/files/message
@@ -0,0 +1,14 @@
+============================================================
+ *** Attention ! *** Attention ! ***
+
+This port did NOT replace the named supplied with FreeBSD
+but installed in its own place.
+The executables reside now in @PREFIX@
+
+You MUST change /etc/rc.conf accordingly and give the full
+pathname to start named, both manually or from a config
+file.
+
+If you dont do that, the new named version will not run !
+============================================================
+