summaryrefslogtreecommitdiffstats
path: root/usr.sbin/daemon
Commit message (Collapse)AuthorAgeFilesLines
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
|
* Unbreak rev 1.7's getopt usage. The -f switch does not take an argument.peter2007-04-191-1/+1
| | | | The stray ':' was from the defunct '-g' group arg.
* Improve previous commit by using setusercontext(3) and removing the grouptrhodes2007-03-192-45/+24
| | | | | | option. Bump doc date for manual page changes. Reviewed by: rwatson, ru, will (older version)
* Initialize *pfh to NULL to quiet a gcc warning, not part of my originaltrhodes2007-03-091-1/+1
| | | | commit because it was not part of the new code.
* Add support for dropping privileges to a specified user and/or group.trhodes2007-03-092-5/+56
| | | | | | PR: 108523 Submitted by: Dmitri Alenitchev <dmitri@dworlds.ru> (original version) Reviewed by: mpp (first reply to PR)
* Teach daemon(8) how to use pidfile(3).pjd2005-08-243-11/+24
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+2
|
* mdoc(7) fixes.ru2004-07-071-2/+4
|
* Give daemon(8) the ability to create a pid-file. Since the target programphk2004-06-022-6/+46
| | | | | | | | does not know anything about the pid-file and we don't keep a babysitting process for the task, the pid-file will linger. Submitted by: mi PR: 56398
* add FBSDIDcharnier2003-07-061-1/+3
|
* style.Makefile(5)obrien2003-04-041-1/+2
|
* MFS: 1.2.2.2trhodes2003-02-051-1/+1
|
* mdoc(7) police: minor formatting tweaks.ru2001-08-311-8/+8
|
* Add a new utility that runs an executable detached from themike2001-08-303-0/+158
controlling terminal. Discussed on: -hackers Obtained from: BSD/OS
OpenPOWER on IntegriCloud