summaryrefslogtreecommitdiff
path: root/usr.sbin/popa3d/params.h
diff options
context:
space:
mode:
authorCamiel Dobbelaar <camield@cvs.openbsd.org>2002-03-27 14:08:44 +0000
committerCamiel Dobbelaar <camield@cvs.openbsd.org>2002-03-27 14:08:44 +0000
commiteae5e6cfe2625830fca8b19b00318ed7354a0e56 (patch)
tree92611f304f680774c3fafdfab82835effe8027f2 /usr.sbin/popa3d/params.h
parente1c822bc86ad20e54425954f7580ef1df28cdd95 (diff)
Mostly cosmetic update so we can call it 0.5.
ok millert@, fgsch@
Diffstat (limited to 'usr.sbin/popa3d/params.h')
-rw-r--r--usr.sbin/popa3d/params.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/popa3d/params.h b/usr.sbin/popa3d/params.h
index 46855bba265..1260ef3f3cc 100644
--- a/usr.sbin/popa3d/params.h
+++ b/usr.sbin/popa3d/params.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: params.h,v 1.6 2001/09/25 01:01:12 deraadt Exp $ */
+/* $OpenBSD: params.h,v 1.7 2002/03/27 14:08:43 camield Exp $ */
/*
* Global POP daemon parameters.
@@ -36,7 +36,7 @@
* Should libwrap be used?
*
* This may make things slower and also adds to code running as root,
- * so it is recommended that you use a packet filter instead. This
+ * so it is recommended that you use a packet filter instead. This
* option is provided primarily as a way to meet conventions of certain
* systems where all services obey libwrap access controls.
*/
@@ -189,6 +189,8 @@
/*
* Locking method your system uses for user mailboxes. It is important
* that you set this correctly.
+ *
+ * *BSD's use flock(2), others typically use fcntl(2).
*/
#define LOCK_FCNTL 0
#define LOCK_FLOCK 1