mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 22:53:16 -04:00
When using sysrc to modify a file, the file should be created silently. However, with the introduction of SVN r335280, an error of "No such file or directory" would appear despite everything else working as-expected. The nature of this spurious error is that SVN r335280 did not check if the file exists first, before trying to fixup the line-endings in the file just prior to modification. PR: bin/240875 Reported by: Jose Luis Duran MFC after: 3 days |
||
|---|---|---|
| .. | ||
| media | ||
| packages | ||
| common.subr | ||
| device.subr | ||
| dialog.subr | ||
| geom.subr | ||
| keymap.subr | ||
| Makefile | ||
| Makefile.depend | ||
| mustberoot.subr | ||
| script.subr | ||
| strings.subr | ||
| struct.subr | ||
| sysrc.subr | ||
| variable.subr | ||