From 701af5a98743f6e49f435d66385ba10f95457b27 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 11 Oct 1996 13:36:25 +0000 Subject: Changed copyrights, they're now by reference. svn path=/trunk/; revision=299 --- daemon.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'daemon.c') diff --git a/daemon.c b/daemon.c index 7acbb874..771b6e8b 100644 --- a/daemon.c +++ b/daemon.c @@ -1,5 +1,4 @@ -/* Copyright 1993-95 by Carl Harris, Jr. Copyright 1996 by Eric S. Raymond - * All rights reserved. +/* * For license terms, see the file COPYING in this directory. */ @@ -184,7 +183,7 @@ nottyDetach: } if (logfile) - fd = open(logfile, O_CREAT|O_WRONLY, 0777); /* stdout */ + fd = open(logfile, O_CREAT|O_WRONLY|O_APPEND, 0777); /* stdout */ else if (dup(fd) < 0) { /* stdout */ perror("dup"); -- cgit v1.2.3