Page MenuHomeFreeBSD

D56785.id177137.diff
No OneTemporary

D56785.id177137.diff

Index: www/forgejo15/Makefile
===================================================================
--- www/forgejo15/Makefile
+++ www/forgejo15/Makefile
@@ -70,9 +70,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:
Index: www/forgejo15/files/forgejo.in
===================================================================
--- www/forgejo15/files/forgejo.in
+++ www/forgejo15/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
Fri, Aug 21, 8:08 PM (10 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37050814
Default Alt Text
D56785.id177137.diff (878 B)

Event Timeline