Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29235 - dhcpcd-1.3.22_p4-r1 creates the now unused /etc/dhcpc directory
Summary: dhcpcd-1.3.22_p4-r1 creates the now unused /etc/dhcpc directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-20 19:31 UTC by Jason Andryuk
Modified: 2004-02-10 13:26 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Andryuk 2003-09-20 19:31:01 UTC
The new dhcpcd-1.3.22_p4-r1 ebuild moves the location of the files used by
dhcpcd into /var.  However, the directory /etc/dhcpc is still created.  This
directory should not be created as it causes confusion since it is present but
not used.  Additionally, the directory will not be removed from old ebuilds
since the directory is config-protected, and most likely populated by files from
the old version.

I suggest removing the directory creation from the makefile, and adding a
warning to the end of the ebuild about the change in locations.  'configdir' is
the makefile variable refering to the creation of dhcpc.  Also there should be a
warning at the end of the ebuild about the change in files locations, and
recommend deletion of the old directory.

configdir is defined in Makefile.in at line 159
creation of the dir occurs at line 342
The files in $(config_DATA) are to be copied into /etc/dhcpc, but $config_DATA
is empty.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Brandon Low (RETIRED) gentoo-dev 2004-02-10 13:26:21 UTC
Fixed.