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/ddns | |
parent | a6c40a689b8a327b1ecf5778f120f0d7250ea7a8 (diff) |
Convert to UCL & cleanup pkg-message (categories d)
Notes
Notes:
svn path=/head/; revision=508835
Diffstat (limited to 'dns/ddns')
-rw-r--r-- | dns/ddns/files/pkg-message.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dns/ddns/files/pkg-message.in b/dns/ddns/files/pkg-message.in index 72ae93afa443..0d039f8a68fb 100644 --- a/dns/ddns/files/pkg-message.in +++ b/dns/ddns/files/pkg-message.in @@ -1,4 +1,6 @@ -======================================================================== +[ +{ type: install + message: <<EOM ddns configuration files were installed in the following directory: %%ETCDIR%% @@ -38,4 +40,6 @@ Then you can start a ddns daemon by issuing the following command: or %%PREFIX%%/etc/rc.d/ddns_client start -======================================================================== +EOM +} +] |