aboutsummaryrefslogtreecommitdiff
path: root/dns/bind911
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-06-19 15:20:00 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-06-19 15:20:00 +0000
commitbbee35283b0f5277aa65a81a4e6e00291ee9c04e (patch)
tree4c1acc6fd1cb162a3c57b5eb1e8f00f56b667192 /dns/bind911
parentaac536135d598aa9d4b4fd313cdc7bc6a3389d16 (diff)
downloadports-bbee35283b0f5277aa65a81a4e6e00291ee9c04e.tar.gz
ports-bbee35283b0f5277aa65a81a4e6e00291ee9c04e.zip
Convert BIND9's pkg-message files to UCL.
Notes
Notes: svn path=/head/; revision=504552
Diffstat (limited to 'dns/bind911')
-rw-r--r--dns/bind911/files/pkg-message.in45
1 files changed, 22 insertions, 23 deletions
diff --git a/dns/bind911/files/pkg-message.in b/dns/bind911/files/pkg-message.in
index a1bfad91fb81..1150a96522ff 100644
--- a/dns/bind911/files/pkg-message.in
+++ b/dns/bind911/files/pkg-message.in
@@ -1,23 +1,22 @@
-**********************************************************************
-* _ _____ _____ _____ _ _ _____ ___ ___ _ _ *
-* / \|_ _|_ _| ____| \ | |_ _|_ _/ _ \| \ | | *
-* / _ \ | | | | | _| | \| | | | | | | | | \| | *
-* / ___ \| | | | | |___| |\ | | | | | |_| | |\ | *
-* /_/ \_\_| |_| |_____|_| \_| |_| |___\___/|_| \_| *
-* *
-* BIND requires configuration of rndc, including a "secret" key. *
-* The easiest, and most secure way to configure rndc is to run *
-* 'rndc-confgen -a' to generate the proper conf file, with a new *
-* random key, and appropriate file permissions. *
-* *
-* The %%PREFIX%%/etc/rc.d/named script will do that for you. *
-* *
-* If using syslog to log the BIND9 activity, and using a *
-* chroot'ed installation, you will need to tell syslog to *
-* install a log socket in the BIND9 chroot by running: *
-* *
-* # sysrc altlog_proglist+=named *
-* *
-* And then restarting syslogd with: service syslogd restart *
-* *
-**********************************************************************
+[
+{
+# %!fmt 59 63
+ message: <<EOT
+BIND requires configuration of rndc, including a "secret"
+key. The easiest, and most secure way to configure rndc is
+to run 'rndc-confgen -a' to generate the proper conf file,
+with a new random key, and appropriate file permissions.
+
+The %%PREFIX%%/etc/rc.d/named script will do that for you.
+
+If using syslog to log the BIND9 activity, and using a
+chroot'ed installation, you will need to tell syslog to install
+a log socket in the BIND9 chroot by running:
+
+ # sysrc altlog_proglist+=named
+
+And then restarting syslogd with: service syslogd restart
+EOT
+ type: install
+}
+]