https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240875

--- Comment #1 from commit-h...@freebsd.org ---
A commit references this bug:

Author: dteske
Date: Mon Dec  2 05:24:17 UTC 2019
New revision: 355280
URL: https://svnweb.freebsd.org/changeset/base/355280

Log:
  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

Changes:
  head/usr.sbin/bsdconfig/share/sysrc.subr

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-rc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-rc
To unsubscribe, send any mail to "freebsd-rc-unsubscr...@freebsd.org"

Reply via email to