Bug 207145 - recursive include of network-functions-ipv6
Summary: recursive include of network-functions-ipv6
Keywords:
Status: CLOSED DUPLICATE of bug 207137
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-09-19 17:58 UTC by Valdis Kletnieks
Modified: 2014-03-17 03:02 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-09-19 18:24:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
One-line fix. (289 bytes, application/octet-stream)
2006-09-19 17:58 UTC, Valdis Kletnieks
no flags Details

Description Valdis Kletnieks 2006-09-19 17:58:42 UTC
Description of problem:
% head /etc/sysconfig/network-scripts/network-functions-ipv6
#!/bin/sh
#
. ./network-functions-ipv6
#
# Taken from: network-functions-ipv6
# (P) & (C) 1997-2005 by Peter Bieringer <pb>

So when init.ipv6-global includes it, it will include itself, then include
itself, then include itself, till it SIGSEGVs.

Version-Release number of selected component (if applicable):
initscripts-8.40-1

How reproducible:
Start up IPv6 networking


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:
Looks like somebody hit '.' in vi at an inopportune time and inserted a line
from elsewhere.... Whoops.,

Comment 1 Valdis Kletnieks 2006-09-19 17:58:42 UTC
Created attachment 136662 [details]
One-line fix.

Comment 2 Bill Nottingham 2006-09-19 18:24:43 UTC

*** This bug has been marked as a duplicate of 207133 ***

Comment 3 Bill Nottingham 2006-09-19 18:25:03 UTC
*** This bug has been marked as a duplicate of 207137 ***

*** This bug has been marked as a duplicate of 207137 ***


Note You need to log in before you can comment on or make changes to this bug.