summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/popa3d/params.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/popa3d/params.h b/usr.sbin/popa3d/params.h
index 5d4e7db370b..46855bba265 100644
--- a/usr.sbin/popa3d/params.h
+++ b/usr.sbin/popa3d/params.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: params.h,v 1.5 2001/09/21 20:22:06 camield Exp $ */
+/* $OpenBSD: params.h,v 1.6 2001/09/25 01:01:12 deraadt Exp $ */
/*
* Global POP daemon parameters.
@@ -111,7 +111,7 @@
* An empty directory to chroot to before authentication. The directory
* and its parent directories must not be writable by anyone but root.
*/
-#define POP_CHROOT "/usr/share/empty"
+#define POP_CHROOT "/var/empty"
/*
* Sessions will be closed if idle for longer than POP_TIMEOUT seconds.