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/radns/files | |
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/radns/files')
-rw-r--r-- | dns/radns/files/pkg-message.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dns/radns/files/pkg-message.in b/dns/radns/files/pkg-message.in index 8e6cf44d5520..c0307b41c3f8 100644 --- a/dns/radns/files/pkg-message.in +++ b/dns/radns/files/pkg-message.in @@ -1,5 +1,6 @@ -**************************************************** - +[ +{ type: install + message: <<EOM To enable radns, edit /etc/rc.conf and add: radns_enable="YES" @@ -9,5 +10,6 @@ own file %%PREFIX%%/etc/radns/radns-resolv.conf. To make sure the system's /etc/resolv.conf file is created from all sources, read %%PREFIX%%/share/doc/radns/README.FreeBSD. - -**************************************************** +EOM +} +] |