aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-01-20 23:50:54 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-01-20 23:50:54 +0000
commited8bfa5d0ae5d78c36b94b499a5cc364d338032b (patch)
tree76b546f5ef14ec701ca9aa2326d719e1c19b7e69 /fetchmail.c
parent8cb12a0d11623133bf88b325cc157ab724f64033 (diff)
downloadfetchmail-ed8bfa5d0ae5d78c36b94b499a5cc364d338032b.tar.gz
fetchmail-ed8bfa5d0ae5d78c36b94b499a5cc364d338032b.tar.bz2
fetchmail-ed8bfa5d0ae5d78c36b94b499a5cc364d338032b.zip
Almost ready to release.
svn path=/trunk/; revision=1598
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 90446961..e6c45c02 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -148,7 +148,7 @@ int main (int argc, char **argv)
sprintf(tmpbuf, "%s/fetchmail.pid", PID_DIR);
else {
strcpy(tmpbuf, home);
- strcat(tmpbuf, "/.fetchmail");
+ strcat(tmpbuf, "/.fetchmail.pid");
}
/* perhaps we just want to check options? */