aboutsummaryrefslogtreecommitdiffstats
path: root/daemon.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-11 13:36:25 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-11 13:36:25 +0000
commit701af5a98743f6e49f435d66385ba10f95457b27 (patch)
tree6669912840d903400f0bc1720df0ea3ebf63e4a3 /daemon.c
parent7533130239f331d5420107768142056525c50c9e (diff)
downloadfetchmail-701af5a98743f6e49f435d66385ba10f95457b27.tar.gz
fetchmail-701af5a98743f6e49f435d66385ba10f95457b27.tar.bz2
fetchmail-701af5a98743f6e49f435d66385ba10f95457b27.zip
Changed copyrights, they're now by reference.
svn path=/trunk/; revision=299
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c5
1 files changed, 2 insertions, 3 deletions
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");