diff options
author | grant <grant@pkgsrc.org> | 2003-03-01 05:22:22 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-03-01 05:22:22 +0000 |
commit | df824fbe2a121d37befd38d41b6f7c6701d9467e (patch) | |
tree | b2dc226f339d4b8e1d7d01299b24062c79b41d48 /chat/ircu/MESSAGE | |
parent | 14cda100e059e6f133bb9fd472b1c48417210420 (diff) | |
download | pkgsrc-df824fbe2a121d37befd38d41b6f7c6701d9467e.tar.gz |
Updated ircu to 2.10.11.04.
List of changes since 2.10.04 is very large and code-oriented. The
authors seem to not maintain a user digestable list of changes.
See the ChangeLog for the full list of changes if you insist :)
Updated provided by Adrian Portelli in PR pkg/20531, with some changes
by me.
Diffstat (limited to 'chat/ircu/MESSAGE')
-rw-r--r-- | chat/ircu/MESSAGE | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/ircu/MESSAGE b/chat/ircu/MESSAGE index 96939d5ff70..8f2545fb118 100644 --- a/chat/ircu/MESSAGE +++ b/chat/ircu/MESSAGE @@ -1,11 +1,11 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2002/09/12 17:12:38 wiz Exp $ +$NetBSD: MESSAGE,v 1.3 2003/03/01 05:22:22 grant Exp $ -The ${PREFIX}/etc/ircd directory where ircd's configuration files live is +The ${PKG_SYSCONFDIR} directory where ircd's configuration files live is currently owned by root with world-readable permissions. -Before creating your ircd.conf, you should chown(8) that directory to the -user ID that will be running ircd, and chmod(8) the directory to 0700. +Before attempting to start the server, you should chown(8) that directory +to ${IRCD_USER}:${IRCD_GROUP}, and chmod(8) it to 0700. You should also create an "ircd.motd" MOTD file for local connect users, and an "remote.motd" MOTD file for remote users. |