Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167308728
D56785.id177137.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
878 B
Referenced Files
None
Subscribers
None
D56785.id177137.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D56785: www/forgejo15: Fix broken configure target
Attached
Detach File
Event Timeline
Log In to Comment