]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r232666: Improve multi-line kernel ident parsing
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 20 Aug 2012 14:49:06 +0000 (14:49 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 20 Aug 2012 14:49:06 +0000 (14:49 +0000)
commitab7f0f9e75312420d836815368eb39e8c3f7c696
tree43fd197ee265f690a7672c40d1b315941f0a583b
parent99da5a4a5131ebe21105f93d1e770ee038ff0089
MFC r232666: Improve multi-line kernel ident parsing

  Instead of blindly grabbing the line with 'Version string' and the
  following one from the core info file, take all lines after 'Version
  string' until the one one that matches the field format in the core info
  file.  This provides compatibility with VendorBSD modifications that have
  a different kernel ident format.

git-svn-id: svn://svn.freebsd.org/base/stable/9@239431 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/crashinfo/crashinfo.sh