mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
security/step-certificates: Fix REQUIRE in the rc script
PR: 282139 Approved by: Markus Wipp <mw@wipp.bayern> (maintainer) Pull Request: https://github.com/freebsd/freebsd-ports/pull/311
This commit is contained in:
parent
8d1cdfd926
commit
a25053963a
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= step-certificates
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.28.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= mw@wipp.bayern
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# PROVIDE: step_ca
|
||||
# REQUIRE: LOGIN networking
|
||||
# REQUIRE: LOGIN NETWORKING
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue