Forgot in previous.
This commit is contained in:
parent
323b721f0f
commit
3934ec13de
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2015/07/15 14:35:48 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2015/07/15 17:49:24 ajacoutot Exp $
|
||||
|
||||
COMMENT = XMPP transport/gateway
|
||||
|
||||
DISTNAME = spectrum-1.4.8
|
||||
CATEGORIES = net
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
HOMEPAGE = http://spectrum.im/
|
||||
MASTER_SITES = https://github.com/downloads/hanzz/libtransport/
|
||||
|
@ -1,13 +1,13 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: spectrum.rc,v 1.4 2014/10/20 09:22:49 sebastia Exp $
|
||||
# $OpenBSD: spectrum.rc,v 1.5 2015/07/15 17:49:24 ajacoutot Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/sbin/spectrumctl"
|
||||
daemon_flags="--config-dir=${SYSCONFDIR}/spectrum"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
pexp="${TRUEPREFIX}/sbin/spectrum .*\.cfg$"
|
||||
pexp="${TRUEPREFIX}/sbin/spectrum .*\.cfg"
|
||||
|
||||
rc_start() {
|
||||
${rcexec} "${daemon} ${daemon_flags} start"
|
||||
|
Loading…
x
Reference in New Issue
Block a user