diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-02-16 09:08:59 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-02-16 09:08:59 +0000 |
commit | 29e9e34f920f8d0817436c73ce3dd24ac5cd0746 (patch) | |
tree | a74e84246fedbf00a229105874eb8845b542bd42 /net/bind8/files | |
parent | Add 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 'net/bind8/files')
-rw-r--r-- | net/bind8/files/message | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/bind8/files/message b/net/bind8/files/message new file mode 100644 index 000000000000..4edee36ff0c1 --- /dev/null +++ b/net/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 ! +============================================================ + |