pkgsrc/chat/ircd-hybrid/files/pkg-setup.txt
seb 3f203cfe95 Follow the trend started by jmmv@. Thanks Julio!
Remove IRCD_HYBRID_DPATH from bsd.pkg.defaults.mk and BUILD_DEFS,
set PKG_SYSCONFSUBDIR to 'ircd-hybrid' instead: the package builder is
now expected to adjust Ircd Hybrid configuration directory with
PKG_SYSCONFBASE(.${PKG_SYSCONFVAR}).

Replace local DOC_SUBST stuff with FILES_SUBST from bsd.pkg.install.mk.

Go with the previous PKGREVISION bump.

XXX Having the log files as SUPPORT_FILES is not optimal.
XXX I really should update this package.
2003-07-29 20:21:37 +00:00

18 lines
685 B
Text

======================================================================
$NetBSD: pkg-setup.txt,v 1.2 2003/07/29 20:21:39 seb Exp $
If you want to use Hybrid ircd...
* Create the daemon configuration file:
`@DPATH@/ircd.conf'
To aid you in this see the example file:
`@PREFIX@/share/examples/ircd-hybrid/ircd.conf'.
Or you can use the generator script:
`@PREFIX@/sbin/ircd-hybrid-mkconf'.
* Create an empty file writeable by user `@USER@' group `@GROUP@' named
`@DPATH@/kline.conf'.
* Create MOTD files:
`@DPATH@/ircd.motd',
`@DPATH@/opers.motd'.
* Handle syslog facility @SYSLOG_FACILITY@ as you see fit.
======================================================================