diff options
author | petef <petef@FreeBSD.org> | 2001-10-22 18:05:26 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-10-22 18:05:26 +0000 |
commit | a2f41706cf1822751670c56f64c1182a1028b5d4 (patch) | |
tree | 6cca5da2377e73ae175a438efc4e538c5e17f223 /irc | |
parent | 8c245eac227f73945064b7b58801acc444fb08f4 (diff) | |
download | FreeBSD-ports-a2f41706cf1822751670c56f64c1182a1028b5d4.zip FreeBSD-ports-a2f41706cf1822751670c56f64c1182a1028b5d4.tar.gz |
Add missing pkg-message file from PR ports/31116
PR: 31116, 31435
Submitted by: David Taylor <davidt@yadt.co.uk>
Noticed by: Taoka Fumiyoshi <fmysh@ga2.so-net.ne.jp>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircd-hybrid/pkg-message | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/irc/ircd-hybrid/pkg-message b/irc/ircd-hybrid/pkg-message new file mode 100644 index 0000000..67f0ff3 --- /dev/null +++ b/irc/ircd-hybrid/pkg-message @@ -0,0 +1,12 @@ +ircd-hybrid has now been installed. + +You should now copy ${PREFIX}/etc/ircd/*.sample to +${PREFIX}/etc/ircd/*, and them to suit your needs. + +Please note: you should copy _all_ the sample files to the corresponding +configuration file, even if you just leave it empty, otherwise ircd-hybrid +may refuse to start. + +You may then start the server by running: + + ${PREFIX}/etc/rc.d/ircd.sh start |