Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F158668918
D56787.id177229.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
821 B
Referenced Files
None
Subscribers
None
D56787.id177229.diff
View Options
diff --git a/www/forgejo14/Makefile b/www/forgejo14/Makefile
--- a/www/forgejo14/Makefile
+++ b/www/forgejo14/Makefile
@@ -74,9 +74,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/forgejo14/files/forgejo.in b/www/forgejo14/files/forgejo.in
--- a/www/forgejo14/files/forgejo.in
+++ b/www/forgejo14/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, Jun 5, 12:43 PM (14 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33753864
Default Alt Text
D56787.id177229.diff (821 B)
Attached To
Mode
D56787: www/forgejo14: Fix broken configure target
Attached
Detach File
Event Timeline
Log In to Comment