aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-07-04 15:50:20 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-07-04 15:50:20 +0000
commit43a71c753dd4a0f286d775c1322c55b258d05963 (patch)
tree43d6cb437e588b2995bbb538c5aa3c584078d730
parenta02c296c230a9d86251746aaebd8b1db6c322c06 (diff)
downloadports-43a71c753dd4a0f286d775c1322c55b258d05963.tar.gz
ports-43a71c753dd4a0f286d775c1322c55b258d05963.zip
databases/py-carbon: Fix start up ordering
PR: 264462 Reported by: brd
-rw-r--r--databases/py-carbon/Makefile2
-rw-r--r--databases/py-carbon/files/carbon.in6
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/py-carbon/Makefile b/databases/py-carbon/Makefile
index 403748ab5e0f..5ec19b8ffa72 100644
--- a/databases/py-carbon/Makefile
+++ b/databases/py-carbon/Makefile
@@ -2,7 +2,7 @@
PORTNAME= carbon
PORTVERSION= 1.1.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/databases/py-carbon/files/carbon.in b/databases/py-carbon/files/carbon.in
index edc4535df7f2..a3f98eae28eb 100644
--- a/databases/py-carbon/files/carbon.in
+++ b/databases/py-carbon/files/carbon.in
@@ -1,9 +1,10 @@
#!/bin/sh
# PROVIDE: carbon
+# REQUIRE: LOGIN
# KEYWORD: shutdown
-#
+#
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
# to enable this service:
#
@@ -28,7 +29,7 @@
# in debug by default.
# carbon_logdir: Directory where carbon logs are stored.
# Default: /var/db/carbon/log
-#
+#
. /etc/rc.subr
@@ -114,4 +115,3 @@ carbon_stop()
}
run_rc_command "$1"
-