Summary: | The new command line option to set the daemon(8) process title | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Yuri Victorovich <yuri> | ||||
Component: | bin | Assignee: | Conrad Meyer <cem> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | cem | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | CURRENT | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: cem Date: Wed Mar 2 19:10:40 UTC 2016 New revision: 296321 URL: https://svnweb.freebsd.org/changeset/base/296321 Log: daemon(8): Add -t option to set process title The default process title is taken from the argv[0] value (any particular hardlink name). Add a -t option to override the default. PR: 205016 Submitted by: Yuri <yuri@rawbw.com> No objection from: freebsd-current@ Sponsored by: EMC / Isilon Storage Division Changes: head/usr.sbin/daemon/daemon.8 head/usr.sbin/daemon/daemon.c Committed in r296321. Thanks for the patch. |
Created attachment 163841 [details] patch When there are many daemons running, it might not be easy to see what the particular daemon is for. The new "-t title" option allows to set the process title.