From 1c3a89d90211153ae5659f674ba44020543c8552 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 25 Sep 2010 14:58:47 +0200 Subject: Fix init script re for RedHat based distros --- whatmaps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'whatmaps') diff --git a/whatmaps b/whatmaps index 508f071..379fc61 100755 --- a/whatmaps +++ b/whatmaps @@ -354,7 +354,7 @@ class FedoraDistro(RedHatDistro): class RpmPkg(Pkg): type = 'RPM' - _init_script_re = re.compile('/etc/init.d/[\w\-\.]') + _init_script_re = re.compile('/etc/rc.d/init.d/[\w\-\.]') _list_contents = [ 'rpm', '-ql', '$pkg_name' ] def __init__(self, name): -- cgit v1.2.3