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/sirc/files/pkg-message-socks | |
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/sirc/files/pkg-message-socks')
-rw-r--r-- | irc/sirc/files/pkg-message-socks | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/irc/sirc/files/pkg-message-socks b/irc/sirc/files/pkg-message-socks index c8dcaf6086b5..3807d9c86e1a 100644 --- a/irc/sirc/files/pkg-message-socks +++ b/irc/sirc/files/pkg-message-socks @@ -1,5 +1,6 @@ - -*************************************************************************** +[ +{ type: install + message: <<EOM SOCKS support has been added. To take advantage of it you must add the following to ~/.sircrc.pl: @@ -8,5 +9,6 @@ $ENV{"SOCKS_SERVER"} = # You must set this # $ENV{"SOCKS_DNS"} = 1 # For DNS through the proxy &load("socks.pl"); -*************************************************************************** - +EOM +} +] |