From owner-freebsd-commit Fri Sep 15 22:18:32 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA29048 for freebsd-commit-outgoing; Fri, 15 Sep 1995 22:18:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA29036 for cvs-all-outgoing; Fri, 15 Sep 1995 22:18:30 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA29025 for cvs-sbin-outgoing; Fri, 15 Sep 1995 22:18:26 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA29016 ; Fri, 15 Sep 1995 22:18:21 -0700 Date: Fri, 15 Sep 1995 22:18:21 -0700 From: "Andrey A. Chernov" Message-Id: <199509160518.WAA29016@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/startslip startslip.c Sender: owner-commit@FreeBSD.org Precedence: bulk ache 95/09/15 22:18:21 Modified: sbin/startslip startslip.c Log: Use daemon() instead of fork/setsid/close. Rearrange things to do fork as later as possible.