mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
- s6-svscan-log/run.sample: Switch deprecated -t option to log script flag t - rc.d/s6: Send SIGHUP to catch-all logger instead of SIGKILL - s6-notifywhenup is deprecated, see UPDATING@20150815 - Group DOCS and OPTIONS_DEFINE=DOCS Changes: http://skarnet.org/software/s6/upgrade.html PR: 201925 Submitted by: Colin Booth <colin@heliocat.net> (maintainer)
6 lines
138 B
Text
6 lines
138 B
Text
#!%%LOCALBASE%%/bin/execlineb -P
|
|
redirfd -w 2 /dev/console
|
|
redirfd -rnb 0 fifo
|
|
s6-setuidgid nobody
|
|
exec -c
|
|
s6-log -b t /tmp/uncaught-logs
|