diff options
author | seb <seb@pkgsrc.org> | 2003-07-29 20:21:37 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-29 20:21:37 +0000 |
commit | 3f203cfe95d8acf5c7cee3d16bee1a8889f0886b (patch) | |
tree | b8ae839b0170fd83050c4cddaa102e027cb19ead /chat/ircd-hybrid/files | |
parent | f4e532253d4ac7863ca8a53fbd01892e5ddc46ff (diff) | |
download | pkgsrc-3f203cfe95d8acf5c7cee3d16bee1a8889f0886b.tar.gz |
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.
Diffstat (limited to 'chat/ircd-hybrid/files')
-rw-r--r-- | chat/ircd-hybrid/files/pkg-setup.txt | 28 |
1 files changed, 9 insertions, 19 deletions
diff --git a/chat/ircd-hybrid/files/pkg-setup.txt b/chat/ircd-hybrid/files/pkg-setup.txt index 08ac2ac2d59..056028d8323 100644 --- a/chat/ircd-hybrid/files/pkg-setup.txt +++ b/chat/ircd-hybrid/files/pkg-setup.txt @@ -1,28 +1,18 @@ ====================================================================== -$NetBSD: pkg-setup.txt,v 1.1.1.1 2001/10/21 21:26:52 seb Exp $ +$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' + `@DPATH@/ircd.conf' To aid you in this see the example file: - `${PREFIX}/share/examples/ircd-hybrid/ircd.conf'. + `@PREFIX@/share/examples/ircd-hybrid/ircd.conf'. Or you can use the generator script: - `${PREFIX}/sbin/ircd-hybrid-mkconf'. -* Copy - `${PREFIX}/share/examples/ircd-hybrid/opers.txt' - as - `${DPATH}opers.txt'. -* Create an empty file writeable by user `${USER}' group `${GROUP}' named - `${DPATH}kline.conf'. + `@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'. -* Create logfile(s) writeable by user `${USER}' group `${GROUP}': - optional: `${OPERLOG}' - mandatory: `${LPATH}' - optional: `${USERLOG}' -* Handle syslog facility ${SYSLOG_FACILITY} as you see fit - -You should use `${PREFIX}/etc/rc.d/ircd-hybrid' to start/stop/... ircd + `@DPATH@/ircd.motd', + `@DPATH@/opers.motd'. +* Handle syslog facility @SYSLOG_FACILITY@ as you see fit. ====================================================================== |