Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 47420

Summary: double entry in /var/lib/init.d/depcache - baselayout-1.8.8
Product: Gentoo Linux Reporter: Tuan Van (RETIRED) <langthang>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED DUPLICATE    
Severity: critical    
Priority: Highest    
Version: 2004.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: depcache

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 ***