diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-08-18 12:47:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-08-18 12:47:08 +0000 |
commit | 0c64bcaaadb53b795452f4eae6efba646e2adec1 (patch) | |
tree | deb2abac1fc49356dd6b721f1b9a901a06aa5dfe /security | |
parent | ee40034e80a1f2e31d3c140f7d2d2e715d2037a1 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-openxpki-deployment/Makefile | 1 | ||||
-rw-r--r-- | security/p5-openxpki-deployment/files/openxpki.sh.in | 11 |
2 files changed, 7 insertions, 5 deletions
diff --git a/security/p5-openxpki-deployment/Makefile b/security/p5-openxpki-deployment/Makefile index 0f54076ac160..4cd7a5c7415a 100644 --- a/security/p5-openxpki-deployment/Makefile +++ b/security/p5-openxpki-deployment/Makefile @@ -7,6 +7,7 @@ PORTNAME= openxpki-deployment PORTVERSION= 0.9.1386 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= SF/openxpki/openxpki/0.9.1300 PKGNAMEPREFIX= p5- diff --git a/security/p5-openxpki-deployment/files/openxpki.sh.in b/security/p5-openxpki-deployment/files/openxpki.sh.in index b023be7619b2..70374060fcf2 100644 --- a/security/p5-openxpki-deployment/files/openxpki.sh.in +++ b/security/p5-openxpki-deployment/files/openxpki.sh.in @@ -2,13 +2,14 @@ # $FreeBSD$ # PROVIDE: openxpki -# REQUIRE: DAEMON -# BEFORE: LOGIN +# REQUIRE: LOGIN +# REQUIRE: postgresql +# REQUIRE: mysql # KEYWORD: shutdown -# Define these openxpki_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local +# Define this variable in the file /etc/rc.conf: +# openxpki_enable="YES" +# to ensure that openxpki starts at boot time. # # DO NOT CHANGE THESE DEFAULT VALUES HERE # |