From owner-cvs-all Wed Aug 1 18:45:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23A1637B401; Wed, 1 Aug 2001 18:45:46 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f721jkR11281; Wed, 1 Aug 2001 18:45:46 -0700 (PDT) (envelope-from obrien) Message-Id: <200108020145.f721jkR11281@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 1 Aug 2001 18:45:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/nohup nohup.1 nohup.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/08/01 18:45:46 PDT Modified files: (Branch: RELENG_4) usr.bin/nohup nohup.1 nohup.c Log: MFC: o Integrate security enhancements from OpenBSD. o Integrate standards compliance from NetBSD. o Remove some FreeBSD specific access(2) cruft o Document the fact that two or more instances of nohup can append to the same file. o Constify; Staticize functions; Set WARNS?=2 Revision Changes Path 1.6.2.3 +27 -11 src/usr.bin/nohup/nohup.1 1.4.2.2 +49 -33 src/usr.bin/nohup/nohup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message