mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 17:43:28 +00:00
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
This commit is contained in:
parent
60bfc3b09b
commit
8a1d9101f2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57532
@ -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' \
|
||||
|
@ -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' \
|
||||
|
@ -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' \
|
||||
|
@ -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' \
|
||||
|
@ -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' \
|
||||
|
Loading…
Reference in New Issue
Block a user