diff options
author | green <green@FreeBSD.org> | 2000-02-27 07:36:34 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2000-02-27 07:36:34 +0000 |
commit | d2d679a008f0d5821c6a5ea6944c6fee3505e584 (patch) | |
tree | 39e35daa11a3905755ec4c7ae9c387c7b4759b46 /release/i386 | |
parent | 5d3f60ab1ac9f9462901a14c0b1c6354ab765638 (diff) | |
download | FreeBSD-src-d2d679a008f0d5821c6a5ea6944c6fee3505e584.zip FreeBSD-src-d2d679a008f0d5821c6a5ea6944c6fee3505e584.tar.gz |
The best way to remove IPv6 things is to remove lines with the pattern
'IPv6', and it's not necessary to do it explicitly per entry.
Approved by: jkh
Diffstat (limited to 'release/i386')
-rwxr-xr-x | release/i386/dokern.sh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh index d19fa24..295888b 100755 --- a/release/i386/dokern.sh +++ b/release/i386/dokern.sh @@ -11,9 +11,7 @@ sed -e '/pty/d' \ -e '/ppp/d' \ -e '/gzip/d' \ -e '/splash/d' \ - -e '/gif/d' \ - -e '/faith/d' \ - -e '/INET6/d' \ + -e '/IPv6/d' \ -e '/PROCFS/d' \ -e '/KTRACE/d' \ -e '/SYSVMSG/d' \ @@ -33,9 +31,7 @@ sed -e '/pty/d' \ -e '/ppp/d' \ -e '/gzip/d' \ -e '/splash/d' \ - -e '/gif/d' \ - -e '/faith/d' \ - -e '/INET6/d' \ + -e '/IPv6/d' \ -e '/PROCFS/d' \ -e '/KTRACE/d' \ -e '/SYSV/d' \ |