diff options
| author | lukem <lukem@NetBSD.org> | 2005-10-02 23:03:04 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2005-10-02 23:03:04 +0000 |
| commit | 7ea2be42e0bf2592388f4aa3a4f082122d7c7de9 (patch) | |
| tree | 7a693df893bf8db09bad810d8f5a2c215e8ba0b0 /libexec | |
| parent | 18dc3d6415536964c4c8628e852b6be59cfa5e65 (diff) | |
Fix comment about DEFAULT_UMASK.
Pointed out in private mail by Tetsuya Isaki and Dmitry Sivachenko.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ftpd/conf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ftpd/conf.c b/libexec/ftpd/conf.c index 16b5434f0c0..a775245de33 100644 --- a/libexec/ftpd/conf.c +++ b/libexec/ftpd/conf.c @@ -1,4 +1,4 @@ -/* $NetBSD: conf.c,v 1.55 2005/08/24 15:51:41 ginsbach Exp $ */ +/* $NetBSD: conf.c,v 1.56 2005/10/02 23:03:04 lukem Exp $ */ /*- * Copyright (c) 1997-2005 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: conf.c,v 1.55 2005/08/24 15:51:41 ginsbach Exp $"); +__RCSID("$NetBSD: conf.c,v 1.56 2005/10/02 23:03:04 lukem Exp $"); #endif /* not lint */ #include <sys/types.h> @@ -77,7 +77,7 @@ static int filetypematch(char *, int); #define DEFAULT_MAXFILESIZE -1 /* unlimited file size */ #define DEFAULT_MAXTIMEOUT 7200 /* 2 hours */ #define DEFAULT_TIMEOUT 900 /* 15 minutes */ -#define DEFAULT_UMASK 027 /* 15 minutes */ +#define DEFAULT_UMASK 027 /* rw-r----- */ /* * Initialise curclass to an `empty' state |
