diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-22 18:05:26 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-22 18:05:26 +0000 |
commit | 722b01af2bcea84da4f8b34ff39af059f389604d (patch) | |
tree | ec3a649ade298c116f6c5fdb3aa17c10cbd189e4 /irc/ircd-hybrid/pkg-message | |
parent | Update to 1.14.3 (after repo-copy). (diff) |
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>
Notes
Notes:
svn path=/head/; revision=49086
Diffstat (limited to 'irc/ircd-hybrid/pkg-message')
-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 000000000000..67f0ff30fe14 --- /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 |