Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33599 - depscan.sh gets confusef if there is a direcotry in /etc/init.d
Summary: depscan.sh gets confusef if there is a direcotry in /etc/init.d
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-16 06:38 UTC by Martin Hierling
Modified: 2003-11-16 23:03 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 Martin Hierling 2003-11-16 06:38:42 UTC
I have got a dir in /etc/init.d/ and every depscan.sh run i got this error message:
depscan.sh
 * Caching service dependencies...
awk: cmd. line:3: fatal: file `/etc/init.d/RCS' is a directory


Reproducible: Always
Steps to Reproduce:
1. mkdir /etc/init.d/RCS
2. depscan.sh
3.

Actual Results:  
 * Caching service dependencies...
awk: cmd. line:3: fatal: file `/etc/init.d/RCS' is a directory                 
                      [ ok ]

Expected Results:  
* Caching service dependencies...  [ ok ]
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-11-16 14:51:58 UTC
Please supply 'emerge info'
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2003-11-16 15:00:29 UTC
Why I am asking, is because this is already fixed in latest unstable:

--
nosferatu buildhere # ls -ld /etc/init.d/RCS
drwxr-xr-x    2 root     root         4096 Nov 17 00:52 /etc/init.d/RCS
nosferatu buildhere # depscan.sh
 * Caching service dependencies...                                                                                     [ ok ]nosferatu buildhere #
Comment 3 Martin Hierling 2003-11-16 23:03:23 UTC
sorry about that. it is working now as expected.

regards mad