use '/etc/rc.d/inetd reload' instead of 'pkill -HUP inetd' in README
requested by ajacoutot@
This commit is contained in:
parent
f494f928cf
commit
070aaadde4
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.40 2011/10/03 14:33:14 okan Exp $
|
||||
# $OpenBSD: Makefile,v 1.41 2011/10/03 14:41:45 okan Exp $
|
||||
|
||||
COMMENT= IRC proxy to connect to AIM, ICQ, Jabber, MSN and Yahoo
|
||||
|
||||
DISTNAME= bitlbee-3.0.3
|
||||
REVISION= 0
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://bitlbee.org/
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README,v 1.1 2011/10/03 14:33:14 okan Exp $
|
||||
$OpenBSD: README,v 1.2 2011/10/03 14:41:45 okan Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
@ -10,7 +10,7 @@ To enable bitlbee, add a line such as:
|
||||
|
||||
to your /etc/inetd.conf and restart inetd:
|
||||
|
||||
# pkill -HUP inetd
|
||||
# /etc/rc.d/inetd reload
|
||||
|
||||
If a libpurple flavored bitlbee port was previously used, be aware that
|
||||
"classic" bitlbee cannot support all protocols supported with purple
|
||||
|
Loading…
Reference in New Issue
Block a user