summaryrefslogtreecommitdiff
path: root/chat/ircu/MESSAGE
blob: 8f2545fb11887146412002384bad7e106920aa6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
===========================================================================
$NetBSD: MESSAGE,v 1.3 2003/03/01 05:22:22 grant Exp $

The ${PKG_SYSCONFDIR} directory where ircd's configuration files live is
currently owned by root with world-readable permissions.

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.

===========================================================================