diff options
author | bapt <bapt@FreeBSD.org> | 2010-08-18 20:47:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2010-08-18 20:47:08 +0800 |
commit | 8a0a9c9e6dd303d72d23b3afd525973331f45193 (patch) | |
tree | d2b03190867051d33a942ae748fe1fd27220e205 /security/p5-openxpki-deployment | |
parent | 058693e7002419a2761abead29ea2bee438c3a56 (diff) | |
download | freebsd-ports-graphics-8a0a9c9e6dd303d72d23b3afd525973331f45193.tar.gz freebsd-ports-graphics-8a0a9c9e6dd303d72d23b3afd525973331f45193.tar.zst freebsd-ports-graphics-8a0a9c9e6dd303d72d23b3afd525973331f45193.zip |
Ensure that this port starts after known databases at system boot
PR: ports/149739
Submitted by: Sergei Vyshenski <svysh _at_ cryptocom.ru> (maintainer)
Approved by: tabthorpe (mentor)
Diffstat (limited to 'security/p5-openxpki-deployment')
-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 0f54076ac16..4cd7a5c7415 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 b023be7619b..70374060fcf 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 # |