- Fix command_interpreter in the rc.d script

PR:             ports/143053
Submitted by:   Frank Wall <fw@moov.de>
Tweaked by:     Janos Mohacsi <mohacsi@niif.hu> (maintainer)
Corrected by:   pgollucci (myself)
This commit is contained in:
Philip M. Gollucci 2010-02-01 17:43:23 +00:00
parent 9a7174a78f
commit ddfe33e5f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249043
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= denyhosts
PORTVERSION= 2.6
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= SF
DISTNAME= DenyHosts-${PORTVERSION}
@ -20,6 +20,7 @@ USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= DenyHosts
USE_RC_SUBR= denyhosts
SUB_LIST+= PYTHON=${PYTHON_CMD}
SUB_FILES= pkg-message
PORTDOCS= CHANGELOG.txt LICENSE.txt README.txt

View File

@ -12,7 +12,7 @@ name="denyhosts"
rcvar=${name}_enable
command="%%PREFIX%%/bin/denyhosts.py"
command_interpreter="/usr/local/bin/python"
command_interpreter="%%PYTHON%%"
command_args="--config %%PREFIX%%/etc/denyhosts.conf --daemon"
pidfile="/var/run/${name}.pid"