mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
3555fcba51
pages either direct from hardware or from .vtx files which can be produced from the vbidecode program.
20 lines
391 B
Plaintext
20 lines
391 B
Plaintext
*** scripts/install-magic.orig Tue Jun 8 16:10:07 1999
|
|
--- scripts/install-magic Tue Jun 8 16:10:07 1999
|
|
*************** fi
|
|
*** 21,27 ****
|
|
trap 'rm -f "$1.vtxnew"' 0
|
|
|
|
cp -p "$1" "$1.vtxnew"
|
|
! gawk '
|
|
/^#.*Id: Localstuff/ {
|
|
localfound++
|
|
}
|
|
--- 21,27 ----
|
|
trap 'rm -f "$1.vtxnew"' 0
|
|
|
|
cp -p "$1" "$1.vtxnew"
|
|
! awk '
|
|
/^#.*Id: Localstuff/ {
|
|
localfound++
|
|
}
|