]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Integrate security enhancements from OpenBSD.
authormike <mike@FreeBSD.org>
Thu, 19 Jul 2001 21:25:10 +0000 (21:25 +0000)
committermike <mike@FreeBSD.org>
Thu, 19 Jul 2001 21:25:10 +0000 (21:25 +0000)
commita8951818b09d70e544a3c82d3095bac7e89692c0
tree51d4e481245ae493692f66b8bbe718dd031aa5b0
parent1992345c83a44050ef976bd482846cff4f5d31c3
o Integrate security enhancements from OpenBSD.
  - Don't assume environment variable HOME is not NULL.
o Integrate standards compliance from NetBSD.
  - Allow -- before the command.
  - Blocking SIGQUIT isn't standards compliant.
  - Proper exit(3) levels.
  - Actually append to nohup.out (as documented and required
    by standard) instead of clobbering it.
o Remove some FreeBSD specific access(2) cruft (relating to
  incorrect appending).
o Document the fact that two or more instances of nohup can
  append to the same file.
o Constify; Staticize functions; Set WARNS?=2

Reviewed by: bde
Approved by: des
Obtained from: NetBSD, OpenBSD
MFC after: 9 days
usr.bin/nohup/nohup.1
usr.bin/nohup/nohup.c