FreeBSD Bugzilla – Attachment 224278 Details for
Bug 255207
rc_startmsgs: Silence "Starting ..." messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Start with the easy ones first.
some-startmsgs.patch (text/plain), 1.11 KB, created by
Jose Luis Duran
on 2021-04-20 07:13:49 UTC
(
hide
)
Description:
Start with the easy ones first.
Filename:
MIME Type:
Creator:
Jose Luis Duran
Created:
2021-04-20 07:13:49 UTC
Size:
1.11 KB
patch
obsolete
>diff --git libexec/rc/rc.d/jail libexec/rc/rc.d/jail >index 1a3b551..68d5299 100644 >--- libexec/rc/rc.d/jail >+++ libexec/rc/rc.d/jail >@@ -446,7 +446,7 @@ jail_start() > if [ $# = 0 ]; then > return > fi >- echo -n 'Starting jails:' >+ check_startmsgs && echo -n 'Starting jails:' > case $1 in > _ALL) > command=$jail_program >diff --git libexec/rc/rc.d/netif libexec/rc/rc.d/netif >index 3dbb3e1..948253d 100644 >--- libexec/rc/rc.d/netif >+++ libexec/rc/rc.d/netif >@@ -247,7 +247,7 @@ netif_common() > _str='Reclaiming' > ;; > esac >- echo "${_str} Network:${_ok}." >+ check_startmsgs && echo "${_str} Network:${_ok}." > case ${_func} in > ifn_vnetup) > # Clear _ok not to do "ifconfig $ifn" >diff --git libexec/rc/rc.d/pppoed libexec/rc/rc.d/pppoed >index 7e84859..9495d58 100644 >--- libexec/rc/rc.d/pppoed >+++ libexec/rc/rc.d/pppoed >@@ -24,7 +24,7 @@ pppoed_start() > if [ -n "${pppoed_provider}" ]; then > pppoed_flags="${pppoed_flags} -p ${pppoed_provider}" > fi >- echo 'Starting pppoed' >+ check_startmsgs && echo 'Starting pppoed' > _opts=$-; set -f > /usr/libexec/pppoed ${pppoed_flags} ${pppoed_interface} > set +f; set -${_opts}
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 255207
:
224239
|
224275
|
224278
|
224281