FreeBSD Bugzilla – Attachment 216417 Details for
Bug 247948
rc.d: Remove extra space in messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove extra space
spaces.patch (text/plain), 803 bytes, created by
Jose Luis Duran
on 2020-07-13 11:55:40 UTC
(
hide
)
Description:
Remove extra space
Filename:
MIME Type:
Creator:
Jose Luis Duran
Created:
2020-07-13 11:55:40 UTC
Size:
803 bytes
patch
obsolete
>diff --git libexec/rc/rc.d/ipfw libexec/rc/rc.d/ipfw >index df14b7e..88c4184 100644 >--- libexec/rc/rc.d/ipfw >+++ libexec/rc/rc.d/ipfw >@@ -63,7 +63,7 @@ ipfw_start() > echo 'Firewall rules loaded.' > elif [ "`ipfw list 65535`" = "65535 deny ip from any to any" ]; then > echo 'Warning: kernel has firewall functionality, but' \ >- ' firewall rules are not enabled.' >+ 'firewall rules are not enabled.' > echo ' All ip services are disabled.' > fi > >diff --git libexec/rc/rc.d/mountlate libexec/rc/rc.d/mountlate >index f0384ad..0605fcc 100644 >--- libexec/rc/rc.d/mountlate >+++ libexec/rc/rc.d/mountlate >@@ -32,7 +32,7 @@ mountlate_start() > ;; > *) > echo 'Mounting /etc/fstab filesystems failed,' \ >- ' startup aborted' >+ 'startup aborted' > stop_boot true > ;; > esac
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 247948
: 216417