]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r264194: fix handling of -P without -p or -r
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 14 Jun 2014 01:32:48 +0000 (01:32 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 14 Jun 2014 01:32:48 +0000 (01:32 +0000)
commit00b93722aaca4a54967d2796a76a39c3c3bc1920
treeb19e754fcd326d37d3ed2479a4ba7a93de662a5e
parent93a0b6b6fde39a4922ebd27b340eec0f6ee28a2a
MFC r264194: fix handling of -P without -p or -r

  Fork a child process and wait until the process terminates when the -P
  option is specified. This behavior is documented on the manual page.

PR: 187265, 190643
Approved by: re

git-svn-id: svn://svn.freebsd.org/base/stable/9@267463 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/daemon/daemon.c