FreeBSD Bugzilla – Attachment 130973 Details for
Bug 175006
/etc/rc.d/ip6addrctl exits not 0 when ip6addrctl_verbose="NO"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 884 bytes, created by
Tatsuki Makino
on 2013-01-05 13:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tatsuki Makino
Created:
2013-01-05 13:20:00 UTC
Size:
884 bytes
patch
obsolete
>Index: base/head/etc/rc.d/ip6addrctl >=================================================================== >--- base/head/etc/rc.d/ip6addrctl (revision 245056) >+++ base/head/etc/rc.d/ip6addrctl (working copy) >@@ -35,6 +35,7 @@ > ip6addrctl add ::/96 20 3 > ip6addrctl add ::ffff:0:0/96 10 4 > checkyesno ip6addrctl_verbose && ip6addrctl >+ return 0 > } > > ip6addrctl_prefer_ipv4() >@@ -48,6 +49,7 @@ > ip6addrctl add 2002::/16 20 3 > ip6addrctl add ::/96 10 4 > checkyesno ip6addrctl_verbose && ip6addrctl >+ return 0 > } > > ip6addrctl_start() >@@ -60,7 +62,7 @@ > if [ -r "${config_file}" -a -s "${config_file}" ]; then > ip6addrctl flush >/dev/null 2>&1 > ip6addrctl install "${config_file}" >- checkyesno ip6addrctl_verbose && ip6addrctl >+ checkyesno ip6addrctl_verbose && ip6addrctl || true > else > if checkyesno ipv6_activate_all_interfaces; then > ip6addrctl_prefer_ipv6
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 175006
: 130973