===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
sysv-rc-conf-0.99/sysv-rc-conf.pl-303-
sysv-rc-conf-0.99/sysv-rc-conf.pl:304:    my $output = `$initd/$sn $st`;
sysv-rc-conf-0.99/sysv-rc-conf.pl-305-
##############################################
sysv-rc-conf-0.99/sysv-rc-conf.pl-530-    if (-e $runlevel_cmd) {
sysv-rc-conf-0.99/sysv-rc-conf.pl:531:        my $rl_out = `$runlevel_cmd`;
sysv-rc-conf-0.99/sysv-rc-conf.pl-532-        $rl_out = 1 if $rl_out =~ /unknown/;