Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47420 - double entry in /var/lib/init.d/depcache - baselayout-1.8.8
Summary: double entry in /var/lib/init.d/depcache - baselayout-1.8.8
Status: RESOLVED DUPLICATE of bug 47111
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Highest critical (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-10 03:28 UTC by Tuan Van (RETIRED)
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments
depcache (depcache,72.10 KB, text/plain)
2004-04-10 03:32 UTC, Tuan Van (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tuan Van (RETIRED) gentoo-dev 2004-04-10 03:28:31 UTC
after a reboot, entries in /var/lib/init.d/depcahe appear twice

line 29:
#*** /etc/init.d/clock ***

myservice="/etc/init.d/clock"
myservice="${myservice##*/}"
echo "RCSCRIPT ${myservice}"

echo "MTIME 1081535399"
<snip>

line 2040:#*** /etc/init.d/clock ***

myservice="/etc/init.d/clock"
myservice="${myservice##*/}"
echo "RCSCRIPT ${myservice}"

echo "MTIME 1081535399"

Boot up result:
* Caching service dependencies...
* Service 'syslog-ng' already profile 'logger'!;
* Not adding service 'syslog-ng' ...
<snip>
Comment 1 Tuan Van (RETIRED) gentoo-dev 2004-04-10 03:32:43 UTC
Created attachment 29013 [details]
depcache
Comment 2 Tuan Van (RETIRED) gentoo-dev 2004-04-10 09:58:19 UTC

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