diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-06-19 23:20:00 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-06-19 23:20:00 +0800 |
commit | bbee35283b0f5277aa65a81a4e6e00291ee9c04e (patch) | |
tree | 4c1acc6fd1cb162a3c57b5eb1e8f00f56b667192 /dns/bind9-devel | |
parent | aac536135d598aa9d4b4fd313cdc7bc6a3389d16 (diff) | |
download | freebsd-ports-gnome-bbee35283b0f5277aa65a81a4e6e00291ee9c04e.tar.gz freebsd-ports-gnome-bbee35283b0f5277aa65a81a4e6e00291ee9c04e.tar.zst freebsd-ports-gnome-bbee35283b0f5277aa65a81a4e6e00291ee9c04e.zip |
Convert BIND9's pkg-message files to UCL.
Diffstat (limited to 'dns/bind9-devel')
-rw-r--r-- | dns/bind9-devel/files/pkg-message.in | 57 |
1 files changed, 29 insertions, 28 deletions
diff --git a/dns/bind9-devel/files/pkg-message.in b/dns/bind9-devel/files/pkg-message.in index e6454ef08a89..bb1834c03d3c 100644 --- a/dns/bind9-devel/files/pkg-message.in +++ b/dns/bind9-devel/files/pkg-message.in @@ -1,28 +1,29 @@ -********************************************************************** -* _ _____ _____ _____ _ _ _____ ___ ___ _ _ * -* / \|_ _|_ _| ____| \ | |_ _|_ _/ _ \| \ | | * -* / _ \ | | | | | _| | \| | | | | | | | | \| | * -* / ___ \| | | | | |___| |\ | | | | | |_| | |\ | * -* /_/ \_\_| |_| |_____|_| \_| |_| |___\___/|_| \_| * -* * -* 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 * -* * -* * -* THIS IS A DEVELOPMENT VERSION OF BIND, IT WILL EAT YOUR DATA * -* * -* * -* * -********************************************************************** +[ +{ +# %!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 +} +{ + message: <<EOT ++------------------------------------------------------------+ +|THIS IS A DEVELOPMENT VERSION OF BIND, IT WILL EAT YOUR DATA| ++------------------------------------------------------------+ +EOT +} +] |