aboutsummaryrefslogtreecommitdiff
path: root/whatmaps
diff options
context:
space:
mode:
Diffstat (limited to 'whatmaps')
-rwxr-xr-xwhatmaps2
1 files changed, 1 insertions, 1 deletions
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):