diff options
| author | Ulf Lilleengen <lulf@FreeBSD.org> | 2009-01-02 12:37:31 +0000 |
|---|---|---|
| committer | Ulf Lilleengen <lulf@FreeBSD.org> | 2009-01-02 12:37:31 +0000 |
| commit | e0f42fb9828fc9bbfd064584ea128ac1ed761d58 (patch) | |
| tree | ac5603130801ee597fc52d58ba3692d8888a9554 | |
| parent | 0da6b614afcb5dbdaebbdb1b70119896281039d4 (diff) | |
Notes
| -rw-r--r-- | contrib/csup/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/csup/config.c b/contrib/csup/config.c index 55aaf5ce63d8..46ae6cd0c160 100644 --- a/contrib/csup/config.c +++ b/contrib/csup/config.c @@ -133,6 +133,7 @@ config_init(const char *file, struct coll *override, int overridemask) coll->co_options &= ~CO_CHECKRCS; /* In recent versions, we always try to set the file modes. */ coll->co_options |= CO_SETMODE; + coll->co_options |= CO_NORSYNC; error = config_parse_refusefiles(coll); if (error) goto bad; |
