diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 22:22:35 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 22:22:35 +0000 |
commit | 3bd0ac0d72aab526cd89382825e17fb94504687d (patch) | |
tree | c2e9bb521a07491f51813a0a02adbe55f6c79e13 /irc/ircservices/files | |
parent | - tune plist (thanks mat@) (diff) |
Convert to UCL & cleanup pkg-message (categories h-k)
Notes
Notes:
svn path=/head/; revision=508880
Diffstat (limited to 'irc/ircservices/files')
-rw-r--r-- | irc/ircservices/files/pkg-message.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/irc/ircservices/files/pkg-message.in b/irc/ircservices/files/pkg-message.in index a5d6bc1603b3..a1c486b9bfdf 100644 --- a/irc/ircservices/files/pkg-message.in +++ b/irc/ircservices/files/pkg-message.in @@ -1,4 +1,8 @@ -********** IMPORTANT ********** +[ +{ type: install + message: <<EOM The configuration directory has changed to %%PREFIX%%/etc/ircservices Please copy your old config files there if updating -********** IMPORTANT ********* +EOM +} +] |