pkgsrc-WIP-changes archive

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

gitea: Correct app.ini path



Module Name:	pkgsrc-wip
Committed By:	nia <nia%NetBSD.org@localhost>
Pushed By:	nee
Date:		Thu Feb 14 09:03:18 2019 +0000
Changeset:	8ca4e37349c3c7a2ad4245ca07bcaf55cb7bb4eb

Modified Files:
	gitea/files/gitea.sh

Log Message:
gitea: Correct app.ini path

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

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

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

diffs:
diff --git a/gitea/files/gitea.sh b/gitea/files/gitea.sh
index 86a8a14b6a..d1ad077638 100644
--- a/gitea/files/gitea.sh
+++ b/gitea/files/gitea.sh
@@ -9,7 +9,7 @@
 
 name="gitea"
 rcvar=${name}
-required_files="@PKG_SYSCONFDIR@/app.ini"
+required_files="@PKG_SYSCONFDIR@/conf/app.ini"
 pidfile="/dev/null"
 command="@PREFIX@/sbin/gitea"
 command_args="--config @PKG_SYSCONFDIR@/app.ini web &"


Home | Main Index | Thread Index | Old Index