Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60982 - Busybox: savedconfig functionality broken in 1.00_rc3
Summary: Busybox: savedconfig functionality broken in 1.00_rc3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-19 23:24 UTC by Dirk Heinrichs
Modified: 2004-09-11 01:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Fixes the savedconfig part (busybox-1.00_rc3.ebuild,5.91 KB, text/plain)
2004-08-19 23:26 UTC, Dirk Heinrichs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Heinrichs 2004-08-19 23:24:17 UTC
When emergeing busybox-1.00_rc3 with the savedconfig use flag set, the ebuild does save the new config file, but doesn't use the existing one.

Reproducible: Always
Steps to Reproduce:
1. emerge busybox
2.
3.

Actual Results:  
The saved config file is not used, busybox configuration is wrong 

Expected Results:  
Use the saved config file 

The for loop in the "if use savedconfig" block doesn't work as expected. 
Working ebuild follows...
Comment 1 Dirk Heinrichs 2004-08-19 23:26:46 UTC
Created attachment 37784 [details]
Fixes the savedconfig part

This new ebuild has a fix for the savedconfig part. It corrects the for loop
which looks for existing config files in the "if use savedconfig" block.
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-08-20 00:13:19 UTC
ok thanks will look at this soon.
Comment 3 Daniel Black (RETIRED) gentoo-dev 2004-09-11 01:08:40 UTC
I hope I fixed this right. Thanks for the bug report.