Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unbreak rev 1.7's getopt usage. The -f switch does not take an argument. | peter | 2007-04-19 | 1 | -1/+1 |
| | | | | The stray ':' was from the defunct '-g' group arg. | ||||
* | Improve previous commit by using setusercontext(3) and removing the group | trhodes | 2007-03-19 | 2 | -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 original | trhodes | 2007-03-09 | 1 | -1/+1 |
| | | | | commit because it was not part of the new code. | ||||
* | Add support for dropping privileges to a specified user and/or group. | trhodes | 2007-03-09 | 2 | -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). | pjd | 2005-08-24 | 3 | -11/+24 |
| | |||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+2 |
| | |||||
* | mdoc(7) fixes. | ru | 2004-07-07 | 1 | -2/+4 |
| | |||||
* | Give daemon(8) the ability to create a pid-file. Since the target program | phk | 2004-06-02 | 2 | -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 FBSDID | charnier | 2003-07-06 | 1 | -1/+3 |
| | |||||
* | style.Makefile(5) | obrien | 2003-04-04 | 1 | -1/+2 |
| | |||||
* | MFS: 1.2.2.2 | trhodes | 2003-02-05 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: minor formatting tweaks. | ru | 2001-08-31 | 1 | -8/+8 |
| | |||||
* | Add a new utility that runs an executable detached from the | mike | 2001-08-30 | 3 | -0/+158 |
controlling terminal. Discussed on: -hackers Obtained from: BSD/OS |