pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

chirpstack: Fix rc.d script indentation



Module Name:	pkgsrc-wip
Committed By:	Frédéric Fauberteau <frederic%fauberteau.org@localhost>
Pushed By:	frederic
Date:		Fri Oct 6 08:42:43 2023 +0200
Changeset:	4f70a18fcef2d6395e054701bbd783441e067d7a

Modified Files:
	chirpstack/files/chirpstack.sh

Log Message:
chirpstack: Fix rc.d script indentation

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4f70a18fcef2d6395e054701bbd783441e067d7a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 chirpstack/files/chirpstack.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/chirpstack/files/chirpstack.sh b/chirpstack/files/chirpstack.sh
index eba15ac482..c0cc7ccd8c 100644
--- a/chirpstack/files/chirpstack.sh
+++ b/chirpstack/files/chirpstack.sh
@@ -24,7 +24,7 @@ start_postcmd="chirpstack_postcmd"
 
 chirpstack_postcmd()
 {
-  mkdir -p @VARBASE@/run
+	mkdir -p @VARBASE@/run
 	echo $! > ${pidfile}
 }
 


Home | Main Index | Thread Index | Old Index