mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- Disable rsync support for now, as it is not fully working.
This commit is contained in:
parent
0da6b614af
commit
e0f42fb982
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue