Page MenuHomeFreeBSD

D56786.id177228.diff
No OneTemporary

D56786.id177228.diff

diff --git a/www/forgejo11/Makefile b/www/forgejo11/Makefile
--- a/www/forgejo11/Makefile
+++ b/www/forgejo11/Makefile
@@ -77,9 +77,6 @@
# Go binaries are statically linked
STRIP= #
-DAEMONARGS= -S -l \$${forgejo_facility} -s \$${forgejo_priority} -T \
- \$${name}
-SUB_LIST+= DAEMONARGS="${DAEMONARGS}"
# The provided Makefile does not include an install target.
do-install:
diff --git a/www/forgejo11/files/forgejo.in b/www/forgejo11/files/forgejo.in
--- a/www/forgejo11/files/forgejo.in
+++ b/www/forgejo11/files/forgejo.in
@@ -38,7 +38,8 @@
chown ${forgejo_user} "$d"
fi
done
- /usr/sbin/daemon %%DAEMONARGS%% \
+ /usr/sbin/daemon \
+ -S -l ${forgejo_facility} -s ${forgejo_priority} -T ${name} \
-u ${forgejo_user} -p ${pidfile} \
/usr/bin/env -i \
"FORGEJO_CUSTOM=${forgejo_custom}" \

File Metadata

Mime Type
text/plain
Expires
Tue, Jul 21, 9:00 PM (3 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35312296
Default Alt Text
D56786.id177228.diff (821 B)

Event Timeline