summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamiel Dobbelaar <camield@cvs.openbsd.org>2001-08-16 19:54:21 +0000
committerCamiel Dobbelaar <camield@cvs.openbsd.org>2001-08-16 19:54:21 +0000
commitb92376109688e7345732c96fa559d1285a39bb3c (patch)
tree9e69c1d4efc18107bccf0c84b34ca3d1cd713dae
parent6fe158601502b9b7120b61a0b2344707eb071af3 (diff)
stand-alone by default
-rw-r--r--libexec/popa3d/params.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/popa3d/params.h b/libexec/popa3d/params.h
index 86317dd92aa..ba906eca603 100644
--- a/libexec/popa3d/params.h
+++ b/libexec/popa3d/params.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: params.h,v 1.3 2001/08/13 20:36:52 camield Exp $ */
+/* $OpenBSD: params.h,v 1.4 2001/08/16 19:54:20 camield Exp $ */
/*
* Global POP daemon parameters.
@@ -10,7 +10,7 @@
/*
* Are we going to be a standalone server or start via an inetd clone?
*/
-#define POP_STANDALONE 0
+#define POP_STANDALONE 1
#if POP_STANDALONE