diff options
Diffstat (limited to 'chat/ircu/pkg')
-rw-r--r-- | chat/ircu/pkg/COMMENT | 1 | ||||
-rw-r--r-- | chat/ircu/pkg/DESCR | 6 | ||||
-rw-r--r-- | chat/ircu/pkg/MESSAGE | 13 | ||||
-rw-r--r-- | chat/ircu/pkg/PLIST | 9 |
4 files changed, 29 insertions, 0 deletions
diff --git a/chat/ircu/pkg/COMMENT b/chat/ircu/pkg/COMMENT new file mode 100644 index 00000000000..1b5b975e87a --- /dev/null +++ b/chat/ircu/pkg/COMMENT @@ -0,0 +1 @@ +Internet Relay Chat server customized for Undernet diff --git a/chat/ircu/pkg/DESCR b/chat/ircu/pkg/DESCR new file mode 100644 index 00000000000..e868c0ee395 --- /dev/null +++ b/chat/ircu/pkg/DESCR @@ -0,0 +1,6 @@ +ircu is the Undernet's modified version of the original ircd. + +The original ircd is in general no longer maintained, and the various IRC +networks have customized ircd to suit their needs. + +You can find more information about Undernet at http://www.undernet.org/ diff --git a/chat/ircu/pkg/MESSAGE b/chat/ircu/pkg/MESSAGE new file mode 100644 index 00000000000..71f961d1607 --- /dev/null +++ b/chat/ircu/pkg/MESSAGE @@ -0,0 +1,13 @@ +========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2000/12/15 00:36:32 wiz Exp $ + +The ${PREFIX}/etc/ircd 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. + +You should also create an "ircd.motd" MOTD file for local connect users, +and an "remote.motd" MOTD file for remote users. + +========================================================================== diff --git a/chat/ircu/pkg/PLIST b/chat/ircu/pkg/PLIST new file mode 100644 index 00000000000..4c2a5053080 --- /dev/null +++ b/chat/ircu/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/15 00:36:32 wiz Exp $ +etc/ircd/ircd.conf.example +man/man8/ircd.8 +sbin/ircd +sbin/ircd-chkconf +share/doc/ircd/readme.crules +share/doc/ircd/readme.who +@dirrm etc/ircd +@dirrm share/doc/ircd |