diff options
author | Mark Felder <feld@FreeBSD.org> | 2015-04-24 14:50:32 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2015-04-24 14:50:32 +0000 |
commit | e21e35c1b6ed3c742c8566b9f8a0558bca34e13a (patch) | |
tree | f7fe3425d427d6d469508f5626925e62349aee90 /irc/anope | |
parent | 6b84bfce9d3340137821d5135043b7f478b75136 (diff) | |
download | ports-e21e35c1b6ed3c742c8566b9f8a0558bca34e13a.tar.gz ports-e21e35c1b6ed3c742c8566b9f8a0558bca34e13a.zip |
Notes
Diffstat (limited to 'irc/anope')
-rw-r--r-- | irc/anope/Makefile | 2 | ||||
-rw-r--r-- | irc/anope/files/anope.in | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile index dc517d07d204..8bd4a8f75b1c 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -3,7 +3,7 @@ PORTNAME= anope PORTVERSION= 2.0.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= irc MAINTAINER= feld@FreeBSD.org diff --git a/irc/anope/files/anope.in b/irc/anope/files/anope.in index 6638de7a68f2..212aa8ce6989 100644 --- a/irc/anope/files/anope.in +++ b/irc/anope/files/anope.in @@ -19,10 +19,10 @@ rcvar=anope_enable load_rc_config $name -command=%%PREFIX%%/anope/bin/services +: ${anope_enable:=NO} +: ${anope_user:=nobody} -anope_enable=${anope_enable:-"NO"} -anope_user:=nobody +command=%%PREFIX%%/anope/bin/services pidfile=%%PREFIX%%/anope/data/services.pid run_rc_command "$1" |