diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-25 01:01:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-25 01:01:13 +0000 |
commit | 9bafb311a99106ec40779bb403751e212149204f (patch) | |
tree | bcada91a7a8a4866e564ee90bd2866c9f01f1b15 /usr.sbin/popa3d | |
parent | 18f318d771ec216d2596bcbba765754166a1ee0f (diff) |
use /var/empty
Diffstat (limited to 'usr.sbin/popa3d')
-rw-r--r-- | usr.sbin/popa3d/params.h | 4 |
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. |