pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
www/unit: fix NGINX Unit's daemon name.
Module Name: pkgsrc-wip
Committed By: Sergey A. Osokin <osa%FreeBSD.org@localhost>
Pushed By: osa
Date: Wed Nov 18 17:48:41 2020 -0500
Changeset: e3cc41374df7dc65482aa86d95b547fdd97c9160
Modified Files:
unit/files/unit.sh
Log Message:
www/unit: fix NGINX Unit's daemon name.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e3cc41374df7dc65482aa86d95b547fdd97c9160
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
unit/files/unit.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/unit/files/unit.sh b/unit/files/unit.sh
index c91ee80d73..6b01dde320 100644
--- a/unit/files/unit.sh
+++ b/unit/files/unit.sh
@@ -9,7 +9,7 @@
name="unit"
rcvar=${name}
-command="@PREFIX@/sbin/${name}"
+command="@PREFIX@/sbin/${name}d"
pidfile="@VARBASE@/run/${name}.pid"
start_precmd="ulimit -n 2048"
Home |
Main Index |
Thread Index |
Old Index