aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/daemon
Commit message (Collapse)AuthorAgeFilesLines
* Teach daemon(8) how to use pidfile(3).Pawel Jakub Dawidek2005-08-243-11/+24
| | | | Notes: svn path=/head/; revision=149424
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+2
| | | | Notes: svn path=/head/; revision=140368
* mdoc(7) fixes.Ruslan Ermilov2004-07-071-2/+4
| | | | Notes: svn path=/head/; revision=131754
* Give daemon(8) the ability to create a pid-file. Since the target programPoul-Henning Kamp2004-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 Notes: svn path=/head/; revision=129983
* add FBSDIDPhilippe Charnier2003-07-061-1/+3
| | | | Notes: svn path=/head/; revision=117280
* style.Makefile(5)David E. O'Brien2003-04-041-1/+2
| | | | Notes: svn path=/head/; revision=113091
* MFS: 1.2.2.2Tom Rhodes2003-02-051-1/+1
| | | | Notes: svn path=/head/; revision=110410
* mdoc(7) police: minor formatting tweaks.Ruslan Ermilov2001-08-311-8/+8
| | | | Notes: svn path=/head/; revision=82652
* Add a new utility that runs an executable detached from theMike Barcroft2001-08-303-0/+158
controlling terminal. Discussed on: -hackers Obtained from: BSD/OS Notes: svn path=/head/; revision=82547