diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:01:59 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:01:59 +0000 |
commit | 78d1aff1fc53a63e9c59c078ff2258a5dd29c9dd (patch) | |
tree | 557e38686944a0a47350c0dc68f952bec42e13d6 /dns/powerdns-recursor/files/pkg-message.in | |
parent | Convert to UCL & cleanup pkg-message (categories a-c) (diff) |
Convert to UCL & cleanup pkg-message (categories d)
Notes
Notes:
svn path=/head/; revision=508835
Diffstat (limited to 'dns/powerdns-recursor/files/pkg-message.in')
-rw-r--r-- | dns/powerdns-recursor/files/pkg-message.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dns/powerdns-recursor/files/pkg-message.in b/dns/powerdns-recursor/files/pkg-message.in index a5480fd56ad2..36e346d90979 100644 --- a/dns/powerdns-recursor/files/pkg-message.in +++ b/dns/powerdns-recursor/files/pkg-message.in @@ -1,5 +1,6 @@ - -******************************************************************* +[ +{ type: install + message: <<EOM If you want to use the powerdns recursor, you need the following line in /etc/rc.conf(.local) @@ -7,5 +8,6 @@ Configuration templates are available in %%PREFIX%%/etc/pdns as recursor.conf-dist. -******************************************************************* - +EOM +} +] |