Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25759 - Not all files created by "emerge ntp" (ntp-4.1.1b-r6) are removed with "emerge -C ntp"
Summary: Not all files created by "emerge ntp" (ntp-4.1.1b-r6) are removed with "emerg...
Status: RESOLVED DUPLICATE of bug 8423
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-02 07:57 UTC by Nikolas Garofil
Modified: 2005-07-17 13:06 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 Nikolas Garofil 2003-08-02 07:57:35 UTC
I emerged ntp version "ntp-4.1.1b-r6" with the command "emerge ntp", it created
a lot of files and when i did "emerge -C ntp" all these files got deleted except
the following 2:
"/etc/init.d/ntpd"
"/etc/conf.d/ntpd"

Reproducible: Always
Steps to Reproduce:
1. Before you emerge ntp the following command:"ls etc/conf.d/ntpd 
/etc/init.d/ntpd" gives this output:
"ls: /etc/conf.d/ntpd: No such file or directory"
"ls: /etc/init.d/ntpd: No such file or directory"

2. Emerge and remove ntp-4.1.1b-r6 with the command:"emerge
/usr/portage/net-misc/ntp/ntp-4.1.1b-r6.ebuild && emerge -C ntp" 

Actual Results:  
"/etc/conf.d/ntpd" and "/etc/init.d/ntpd" were created but not removed

Expected Results:  
Normally "/etc/conf.d/ntpd" and "/etc/init.d/ntpd" should not exist anymore.
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-08-02 08:04:28 UTC
This is a feature not a bug, files in etc won't get deleted by portage, for more information see "emerge --help config"
Comment 2 SpanKY gentoo-dev 2003-08-02 13:09:32 UTC
actually it kind of is a bug ... i hate cluttler laying around my filesystem 
Comment 3 SpanKY gentoo-dev 2003-08-02 13:09:43 UTC

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