diff options
| author | Guido van Rooij <guido@FreeBSD.org> | 1997-12-13 19:50:14 +0000 |
|---|---|---|
| committer | Guido van Rooij <guido@FreeBSD.org> | 1997-12-13 19:50:14 +0000 |
| commit | f2c90b95385de064f438eccbfa3e49935975201d (patch) | |
| tree | 1c27cacffce98e68a9c23f45a5f9f6557670ef5f | |
| parent | 0a2043520aa73fd1f0975f2ac46cd1b6c8876f73 (diff) | |
Notes
| -rw-r--r-- | sbin/mountd/mountd.c | 4 | ||||
| -rw-r--r-- | usr.sbin/mountd/mountd.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mountd/mountd.c b/sbin/mountd/mountd.c index 4e797f7f701e..890efff4fe2c 100644 --- a/sbin/mountd/mountd.c +++ b/sbin/mountd/mountd.c @@ -43,7 +43,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "@(#)mountd.c 8.15 (Berkeley) 5/1/95"; */ static const char rcsid[] = - "$Id: mountd.c,v 1.25 1997/12/09 18:43:44 guido Exp $"; + "$Id: mountd.c,v 1.26 1997/12/10 20:33:59 guido Exp $"; #endif /*not lint*/ #include <sys/param.h> @@ -224,7 +224,7 @@ struct ucred def_anon = { int force_v2 = 0; int resvport_only = 1; int dir_only = 1; -int log = 1; +int log = 0; int opt_flags; /* Bits for above */ #define OP_MAPROOT 0x01 diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c index 4e797f7f701e..890efff4fe2c 100644 --- a/usr.sbin/mountd/mountd.c +++ b/usr.sbin/mountd/mountd.c @@ -43,7 +43,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "@(#)mountd.c 8.15 (Berkeley) 5/1/95"; */ static const char rcsid[] = - "$Id: mountd.c,v 1.25 1997/12/09 18:43:44 guido Exp $"; + "$Id: mountd.c,v 1.26 1997/12/10 20:33:59 guido Exp $"; #endif /*not lint*/ #include <sys/param.h> @@ -224,7 +224,7 @@ struct ucred def_anon = { int force_v2 = 0; int resvport_only = 1; int dir_only = 1; -int log = 1; +int log = 0; int opt_flags; /* Bits for above */ #define OP_MAPROOT 0x01 |
