11 lines
366 B
Diff
11 lines
366 B
Diff
--- usr.sbin/freebsd-update/freebsd-update.sh.orig
|
|
+++ usr.sbin/freebsd-update/freebsd-update.sh
|
|
@@ -1250,7 +1250,7 @@
|
|
|
|
# Check that the first four fields make sense.
|
|
if gunzip -c < files/$1.gz |
|
|
- grep -qvE "^[a-z]+\|[0-9a-z]+\|${P}+\|[fdL-]\|"; then
|
|
+ grep -qvE "^[a-z]+\|[0-9a-z-]+\|${P}+\|[fdL-]\|"; then
|
|
fetch_metadata_bogus ""
|
|
return 1
|
|
fi
|