mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
stand: Kill commented out line
This line is no longer needed as fallback, and should have been deleted in7870a52598instead of commented out, but 26 years later, I have a high degree of confidence that old change was right and we won't need this line as a fallback. Sponsored by: Netflix Reviewed by: kevans, jhb Differential Revision: https://reviews.freebsd.org/D45880 (cherry picked from commit65300ca729)
This commit is contained in:
parent
384215cb9a
commit
7a50c3f63f
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ shift $((OPTIND - 1))
|
|||
|
||||
LC_ALL=C; export LC_ALL
|
||||
u=${USER-root} h=${HOSTNAME-`hostname`} t=`date`
|
||||
#r=`head -n 6 $1 | tail -n 1 | awk -F: ' { print $1 } '`
|
||||
r=`awk -F: ' /^[0-9]\.[0-9]+:/ { print $1; exit }' $1`
|
||||
|
||||
bootprog_info="FreeBSD/${3} ${2}, Revision ${r}\\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue