e474c217ec
- don't hardcode paths discussed with and ok alek@
23 lines
624 B
Plaintext
23 lines
624 B
Plaintext
$OpenBSD: patch-conf-fam_conf,v 1.3 2007/05/10 19:56:19 ajacoutot Exp $
|
|
--- conf/fam.conf.orig Sun Jan 19 13:20:52 2003
|
|
+++ conf/fam.conf Thu May 10 15:00:56 2007
|
|
@@ -1,7 +1,7 @@
|
|
-# famd.conf
|
|
+# fam.conf
|
|
#
|
|
# For more information on the configuration options below, see the
|
|
-# famd.conf(5) man page.
|
|
+# fam.conf(5) man page.
|
|
|
|
#
|
|
# insecure_compatibility disables authentication. This causes
|
|
@@ -25,7 +25,7 @@ untrusted_user = nobody
|
|
#
|
|
# The -L command-line argument overrides this option.
|
|
#
|
|
-local_only = false
|
|
+local_only = true
|
|
|
|
#
|
|
# xtab_verification makes famd check the list of exported filesystems to
|