mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
20 lines
819 B
Plaintext
20 lines
819 B
Plaintext
$NetBSD: patch-ab,v 1.6 2001/11/08 12:05:59 bouyer Exp $
|
|
|
|
--- config.h.orig Tue Sep 11 06:53:50 2001
|
|
+++ config.h Thu Nov 8 12:45:46 2001
|
|
@@ -73,11 +73,12 @@
|
|
TRUSTED_IDS should be defined as a comma-separated null-terminated
|
|
list of strings; if unauthorised users use the -f option, an extra
|
|
>From_ field will be added in the header */
|
|
-
|
|
+#if 0
|
|
#define TRUSTED_IDS {"root","daemon","uucp","mail","x400","network",\
|
|
"list","slist","lists","news",0}
|
|
+#endif
|
|
|
|
-/*#define NO_fcntl_LOCK /* uncomment any of these three if you */
|
|
+#define NO_fcntl_LOCK /* uncomment any of these three if you */
|
|
/*#define NO_lockf_LOCK /* definitely do not want procmail to make */
|
|
/*#define NO_flock_LOCK /* use of those kernel-locking methods */
|
|
/* If you set LOCKINGTEST to a binary number
|