Bug 97644

Summary: Wrong sequence when stopping Network services /etc/rc0.d /etc/rc6.d
Product: [Retired] Red Hat Linux Reporter: Ivan Aliashkevich <ialiashkevich>
Component: redhat-config-networkAssignee: Harald Hoyer <harald>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: ialiashkevich
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-06-20 20:57:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ivan Aliashkevich 2003-06-18 18:43:35 UTC
Description of problem:

Let we have Ethernet(eth0) and xDSL over it(ppp0)
to bring my network up I need:
1. start eth0
2. start ppp0
but to bring down:
1. stop ppp0
2. stop eth0
After using redhat-config-network 1.2.0 I have in /etc/rc0.d and /etc/rc6.d:
K90network
K91isdn
but it's not right should be:
K90isdn
K91network

Version-Release number of selected component (if applicable):
1.2.0


How reproducible:
Configure Ethernet(eth0) and xDSL over it(ppp0)

Steps to Reproduce:
1.Configure Ethernet(eth0)
2.Configure xDSL over it(ppp0)
    
Actual results:
After using redhat-config-network 1.2.0 I have in /etc/rc0.d and /etc/rc6.d:
K90network
K91isdn

Expected results:
K90isdn
K91network


Additional info:

Comment 1 Ivan Aliashkevich 2003-06-20 20:57:20 UTC
Sorry, It looks like not a bug :)