Mailinglist Archive: opensuse-bugs (15049 mails)
| < Previous | Next > |
[Bug 310130] shutdown message is broken
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 19 Sep 2007 04:29:36 -0600 (MDT)
- Message-id: <20070919102936.C897A245350@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=310130#c9
--- Comment #9 from Tejun Heo <teheo@xxxxxxxxxx> 2007-09-19 04:29:36 MST ---
Oops, scrap that. That's from sl102. Here's the result from sl103.
grep -rs -E '(-|_){3}' /etc/init.d/ | grep -E 'echo|print'
/etc/init.d/rpmconfigcheck: echo
"----------------------------------------------------------------------"
/etc/init.d/rpmconfigcheck: echo
"----------------------------------------------------------------------"
/etc/init.d/rpmconfigcheck: echo
"----------------------------------------"
/etc/init.d/rpmconfigcheck: echo
"----------------------------------------"
# grep -rs -E '(-|_){3}' /etc/sysconfig/ | grep -E 'echo|print'
/etc/sysconfig/network/scripts/ifstatus-bridge: # echo br waiting $a
___ $STATE
/etc/sysconfig/network/scripts/ifup-bridge: # echo br waiting $a
___ $STATE
/etc/sysconfig/network/scripts/ifdown-bridge: # echo br waiting $a
___ $STATE
/etc/sysconfig/network/scripts/extradebug:echo
-------------------------------------------------- >&2
/etc/sysconfig/network/scripts/extradebug:echo
-------------------------------------------------- >&2
/etc/sysconfig/network/scripts/extradebug:echo
-------------------------------------------------- >&2
/etc/sysconfig/network/scripts/functions:# echo $i: $(pfxlen2mask $i) "
---> " $(mask2pfxlen $(pfxlen2mask $i))
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--- Comment #9 from Tejun Heo <teheo@xxxxxxxxxx> 2007-09-19 04:29:36 MST ---
Oops, scrap that. That's from sl102. Here's the result from sl103.
grep -rs -E '(-|_){3}' /etc/init.d/ | grep -E 'echo|print'
/etc/init.d/rpmconfigcheck: echo
"----------------------------------------------------------------------"
/etc/init.d/rpmconfigcheck: echo
"----------------------------------------------------------------------"
/etc/init.d/rpmconfigcheck: echo
"----------------------------------------"
/etc/init.d/rpmconfigcheck: echo
"----------------------------------------"
# grep -rs -E '(-|_){3}' /etc/sysconfig/ | grep -E 'echo|print'
/etc/sysconfig/network/scripts/ifstatus-bridge: # echo br waiting $a
___ $STATE
/etc/sysconfig/network/scripts/ifup-bridge: # echo br waiting $a
___ $STATE
/etc/sysconfig/network/scripts/ifdown-bridge: # echo br waiting $a
___ $STATE
/etc/sysconfig/network/scripts/extradebug:echo
-------------------------------------------------- >&2
/etc/sysconfig/network/scripts/extradebug:echo
-------------------------------------------------- >&2
/etc/sysconfig/network/scripts/extradebug:echo
-------------------------------------------------- >&2
/etc/sysconfig/network/scripts/functions:# echo $i: $(pfxlen2mask $i) "
---> " $(mask2pfxlen $(pfxlen2mask $i))
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |