Searched hist:e19a2226fe3bbeeb6e922987475300868374d09a (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | sysrc.subr | diff e19a2226fe3bbeeb6e922987475300868374d09a Mon Dec 02 06:24:16 CET 2019 Devin Teske <dteske@FreeBSD.org> Fix spurious error from sysrc
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
|