Don't hardcode /etc, use SYSCONFDIR.
This commit is contained in:
parent
ed07f2a859
commit
daa8f53dc6
@ -1,10 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/09/13 19:44:40 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/09/13 19:50:33 ajacoutot Exp $
|
||||
|
||||
COMMENT = IRC-friendly instant messaging client
|
||||
|
||||
DISTNAME= minbif-1.0.3
|
||||
CATEGORIES= net
|
||||
|
||||
REVISION= 0
|
||||
|
||||
HOMEPAGE = http://minbif.im/
|
||||
MASTER_SITES= ${HOMEPAGE}attachments/download/50/
|
||||
|
||||
|
@ -5,7 +5,7 @@ Then, either start it in daemon fork mode (will fork for every client):
|
||||
|
||||
Or start it through inetd, adding a line like:
|
||||
|
||||
127.0.0.1:6667 stream tcp nowait _minbif ${TRUEPREFIX}/bin/minbif minbif /etc/minbif/minbif.conf
|
||||
127.0.0.1:6667 stream tcp nowait _minbif ${TRUEPREFIX}/bin/minbif minbif ${SYSCONFDIR}/minbif/minbif.conf
|
||||
|
||||
to your /etc/inetd.conf and restart inetd with
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user