diff options
author | gabor <gabor@FreeBSD.org> | 2010-08-10 19:46:11 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2010-08-10 19:46:11 +0800 |
commit | c5182318b5b4b12222100ec60a7ea738e51b7297 (patch) | |
tree | 842bbf39611066458d7dde08a911a9bcc611e803 /security | |
parent | 499971b7da5b744b76bbb1dfb3e0d2c885650b11 (diff) | |
download | freebsd-ports-gnome-c5182318b5b4b12222100ec60a7ea738e51b7297.tar.gz freebsd-ports-gnome-c5182318b5b4b12222100ec60a7ea738e51b7297.tar.zst freebsd-ports-gnome-c5182318b5b4b12222100ec60a7ea738e51b7297.zip |
- Set procname in rc.d script to make it always work correctly
- Bump PORTREVISION
PR: ports/148893
Submitted by: Michael Scheidell <scheidell@secnap.net>
Approved by: Joseph Scott <joseph@randomnetworks.com> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/swatch/Makefile | 1 | ||||
-rw-r--r-- | security/swatch/files/swatch.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/security/swatch/Makefile b/security/swatch/Makefile index c461a3a95e89..e4bba12f1148 100644 --- a/security/swatch/Makefile +++ b/security/swatch/Makefile @@ -7,6 +7,7 @@ PORTNAME= swatch PORTVERSION= 3.2.3 +PORTREVISION= 1 CATEGORIES= security sysutils MASTER_SITES= SF diff --git a/security/swatch/files/swatch.in b/security/swatch/files/swatch.in index 348eeb6b1322..ae5a5e1f7ae2 100644 --- a/security/swatch/files/swatch.in +++ b/security/swatch/files/swatch.in @@ -23,6 +23,7 @@ name=swatch rcvar=`set_rcvar` command=%%PREFIX%%/bin/swatch +procname=/usr/local/bin/perl load_rc_config ${name} |