You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-process/bcron/files/bcron-0.09-fix-socket-permi...

11 lines
307 B

--- a/bcron-spool.run 2005-06-09 04:14:42.000000000 +0400
+++ b/bcron-spool/run 2010-07-12 01:29:24.000000000 +0400
@@ -5,6 +5,6 @@
envuidgid cron \
sh -c '
exec \
-unixserver -U ${BCRON_SOCKET:-/var/run/bcron-spool} \
+unixserver -U ${BCRON_SOCKET:-/var/run/bcron-spool} -r 16 -p 0660 \
bcron-spool
'