Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7596 - Any CONFIG_PROTECT files not installed, not in CONTENTS
Summary: Any CONFIG_PROTECT files not installed, not in CONTENTS
Status: VERIFIED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
: 7466 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-09-06 22:44 UTC by Martin Schlemmer (RETIRED)
Modified: 2011-10-30 22:21 UTC (History)
4 users (show)

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 Martin Schlemmer (RETIRED) gentoo-dev 2002-09-06 22:44:22 UTC
Latest portage of course.

If a ._cfg is not created, or the file is not installed because the local
copy is up to date, no entry for it is put into CONTENTS.  This is true for
only files ... symlinks and dirs are ok.

------------------------------------------------------------------------------
azarah@nosferatu azarah $ egrep /etc /var/db/pkg/sys-apps/baselayout-1.8.2/CONTENTS 
dir /etc
dir /etc/opt
sym /etc/filesystems -> ../proc/filesystems 1031261018
dir /etc/cron.hourly
dir /etc/cron.daily
dir /etc/cron.weekly
dir /etc/cron.monthly
obj /etc/networks abea726ea2732080b34ec563a705b98d 1031261018
dir /etc/env.d
obj /etc/env.d/.keep d41d8cd98f00b204e9800998ecf8427e 1031261018
obj /etc/env.d/00basic 17751dfb580c39ac2a50231df0e86ef6 1031261018
dir /etc/modules.d
dir /etc/conf.d
dir /etc/ppp
dir /etc/init.d
sym /etc/init.d/depscan.sh -> /sbin/depscan.sh 1031261018
sym /etc/init.d/runscript.sh -> /sbin/runscript.sh 1031261018
sym /etc/init.d/functions.sh -> /sbin/functions.sh 1031261018
dir /etc/skel
dir /etc/runlevels
dir /etc/runlevels/default
sym /etc/runlevels/default/local -> /etc/init.d/local 1031261018
sym /etc/runlevels/default/netmount -> /etc/init.d/netmount 1031261018
dir /etc/runlevels/boot
sym /etc/runlevels/boot/bootmisc -> /etc/init.d/bootmisc 1031261018
sym /etc/runlevels/boot/checkroot -> /etc/init.d/checkroot 1031261018
sym /etc/runlevels/boot/consolefont -> /etc/init.d/consolefont 1031261018
sym /etc/runlevels/boot/keymaps -> /etc/init.d/keymaps 1031261018
sym /etc/runlevels/boot/modules -> /etc/init.d/modules 1031261018
sym /etc/runlevels/boot/rmnologin -> /etc/init.d/rmnologin 1031261018
sym /etc/runlevels/boot/urandom -> /etc/init.d/urandom 1031261018
sym /etc/runlevels/boot/checkfs -> /etc/init.d/checkfs 1031261018
sym /etc/runlevels/boot/clock -> /etc/init.d/clock 1031261018
sym /etc/runlevels/boot/hostname -> /etc/init.d/hostname 1031261018
sym /etc/runlevels/boot/localmount -> /etc/init.d/localmount 1031261018
sym /etc/runlevels/boot/net.lo -> /etc/init.d/net.lo 1031261018
sym /etc/runlevels/boot/serial -> /etc/init.d/serial 1031261018
dir /etc/runlevels/nonetwork
sym /etc/runlevels/nonetwork/local -> /etc/init.d/local 1031261018
dir /etc/runlevels/single
azarah@nosferatu azarah $ 
------------------------------------------------------------------------------
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-09-12 13:25:41 UTC
*** Bug 7466 has been marked as a duplicate of this bug. ***
Comment 2 Nicholas Jones (RETIRED) gentoo-dev 2002-10-12 02:55:22 UTC
Current CVS should remedy this issue.
Protected files are given an mtime of 0.
Comment 3 Nicholas Jones (RETIRED) gentoo-dev 2002-10-13 13:59:23 UTC
The 0 mtime isn't required, and so it's being replaced with the actual mtime.
Comment 4 Nicholas Jones (RETIRED) gentoo-dev 2002-10-20 04:07:57 UTC
In portage. Fixed.
Comment 5 Martin Schlemmer (RETIRED) gentoo-dev 2002-10-20 10:20:05 UTC
Sorry, forgot to respond .. it works fine, thanks.