diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-06-06 10:21:03 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-06-06 10:21:03 +0000 |
commit | e94cc77846ad285726a013a17cffec2bfbc55d3a (patch) | |
tree | 7509dab9d129204e8f5c0084170b667789bd2437 /irc/psybnc/files/pkg-message.in | |
parent | emulators/qemu: Add NCURSES option (diff) |
Remove expired ports:
2020-06-06 net/freerdp1: Superseded by the freerdp port/package
2020-05-05 irc/psybnc: Broken for more than 6 months
Notes
Notes:
svn path=/head/; revision=538083
Diffstat (limited to 'irc/psybnc/files/pkg-message.in')
-rw-r--r-- | irc/psybnc/files/pkg-message.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/irc/psybnc/files/pkg-message.in b/irc/psybnc/files/pkg-message.in deleted file mode 100644 index 26c0128bf74d..000000000000 --- a/irc/psybnc/files/pkg-message.in +++ /dev/null @@ -1,16 +0,0 @@ -[ -{ type: install - message: <<EOM -If you have not created SSL certificates for psybnc already, do so using the -following commands: - -cd %%PSYBASE%% -/usr/bin/openssl req -new -config key/ssl.cnf -out key/psybnc.req.pem \ - -keyout key/psybnc.key.pem -nodes -/usr/bin/openssl req -x509 -days 365 -in key/psybnc.req.pem \ - -key key/psybnc.key.pem -out key/psybnc.cert.pem -/usr/bin/openssl x509 -subject -dates -fingerprint -noout \ - -in key/psybnc.cert.pem -EOM -} -] |