git: 43a71c753dd4 - main - databases/py-carbon: Fix start up ordering

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 04 Jul 2022 15:52:31 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=43a71c753dd4a0f286d775c1322c55b258d05963

commit 43a71c753dd4a0f286d775c1322c55b258d05963
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-07-04 15:50:20 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-07-04 15:50:20 +0000

    databases/py-carbon: Fix start up ordering
    
    PR:             264462
    Reported by:    brd
---
 databases/py-carbon/Makefile        | 2 +-
 databases/py-carbon/files/carbon.in | 6 +++---
 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"
-