mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 12:14:00 -04:00
14 lines
350 B
Plaintext
14 lines
350 B
Plaintext
$NetBSD: patch-af,v 1.5 2012/12/12 12:52:10 wiz Exp $
|
|
|
|
--- config.h.orig 2008-12-08 09:20:52.000000000 +0000
|
|
+++ config.h
|
|
@@ -16,7 +16,7 @@
|
|
// common
|
|
#define VERSION "0.2.9"
|
|
#define PROGRAMNAME "FreePOPs"
|
|
-#define PIDFILE "/var/run/freepopsd.pid"
|
|
+#define PIDFILE "@VARBASE@/run/freepopsd.pid"
|
|
#define POP3PORT 2000
|
|
#define MAXTHREADS 5
|
|
|