=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== module-assistant-0.11.10/modass/include/generic.make-314- - if [ "$$SIGNCHANGES" ] ; then \ module-assistant-0.11.10/modass/include/generic.make:315: if test -e "`which $${DEBSIGNCOMMAND:-debsign}`" ; then \ module-assistant-0.11.10/modass/include/generic.make-316- $${DEBSIGNCOMMAND:-debsign} "$(CHFILE)" ; else \ ############################################## module-assistant-0.11.10/modass/include/generic.make-331- for templ in $(wildcard $(CURDIR)/debian/*_KVERS_*); do \ module-assistant-0.11.10/modass/include/generic.make:332: cp $$templ `echo $$templ | sed -e 's/_KVERS_/$(KVERS)/g'` ; \ module-assistant-0.11.10/modass/include/generic.make-333- done ############################################## module-assistant-0.11.10/modass/include/generic.mk-314- - if [ "$$SIGNCHANGES" ] ; then \ module-assistant-0.11.10/modass/include/generic.mk:315: if test -e "`which $${DEBSIGNCOMMAND:-debsign}`" ; then \ module-assistant-0.11.10/modass/include/generic.mk-316- $${DEBSIGNCOMMAND:-debsign} "$(CHFILE)" ; else \ ############################################## module-assistant-0.11.10/modass/include/generic.mk-331- for templ in $(wildcard $(CURDIR)/debian/*_KVERS_*); do \ module-assistant-0.11.10/modass/include/generic.mk:332: cp $$templ `echo $$templ | sed -e 's/_KVERS_/$(KVERS)/g'` ; \ module-assistant-0.11.10/modass/include/generic.mk-333- done ############################################## module-assistant-0.11.10/modass/packages/generic.sh-8- module-assistant-0.11.10/modass/packages/generic.sh:9:guess_source=${MA_SOURCE_PKG:-`basename $0`} module-assistant-0.11.10/modass/packages/generic.sh-10-export guess_source ############################################## module-assistant-0.11.10/modass/packages/generic.sh-94- if test -e $MA_VARDIR/$sourcepkg.apt_policy ; then module-assistant-0.11.10/modass/packages/generic.sh:95: newinfo=`cat $MA_VARDIR/$sourcepkg.apt_policy` module-assistant-0.11.10/modass/packages/generic.sh-96- else module-assistant-0.11.10/modass/packages/generic.sh:97: newinfo=`LANG=C apt-cache policy $sourcepkg 2>/dev/null` module-assistant-0.11.10/modass/packages/generic.sh-98- fi ############################################## module-assistant-0.11.10/modass/packages/generic.sh-124- shift module-assistant-0.11.10/modass/packages/generic.sh:125: eval `echo "$@" | tr ' ' '\n' | grep "KVERS\|KSRC\|KDREV"` 2>&1 module-assistant-0.11.10/modass/packages/generic.sh-126- logfile=$MA_VARDIR/$sourcepkg.buildlog.$KVERS.`date +%s` ############################################## module-assistant-0.11.10/modass/packages/generic.sh-153- if test -f $flag ; then module-assistant-0.11.10/modass/packages/generic.sh:154: file=`action $ROOT_CMD debian/rules echo-debfile 2>/dev/null` module-assistant-0.11.10/modass/packages/generic.sh-155- if test -n "$file" && test -r "$file" ; then ############################################## module-assistant-0.11.10/modass/packages/generic.sh-160- # extra stuff module-assistant-0.11.10/modass/packages/generic.sh:161: begin=`ls -l --time-style=+%s $flag | tr -s ' ' | cut -f6 -d\ ` module-assistant-0.11.10/modass/packages/generic.sh-162- echo Build time: $(expr $(date +%s) - $begin) seconds >> $logfile ############################################## module-assistant-0.11.10/modass/packages/generic.sh-221-purge() { module-assistant-0.11.10/modass/packages/generic.sh:222: action rm -f `cat $MA_VARDIR/$sourcepkg.buildstate.*` module-assistant-0.11.10/modass/packages/generic.sh-223- action rm -rf $builddir $MA_VARDIR/$sourcepkg.* ############################################## module-assistant-0.11.10/modass/packages/generic.sh-226-installed() { module-assistant-0.11.10/modass/packages/generic.sh:227:# action test "`cat $MA_VARDIR/$pkgprefix.cur_version` 2>/dev/null" module-assistant-0.11.10/modass/packages/generic.sh-228-# exit $? ############################################## module-assistant-0.11.10/modass/packages/generic.sh-237-echodebfile() { module-assistant-0.11.10/modass/packages/generic.sh:238: eval `echo "$@" | tr ' ' '\n' | grep "KVERS\|KDREV\|KSRC"` module-assistant-0.11.10/modass/packages/generic.sh-239- logfile=$MA_VARDIR/$sourcepkg.buildlog.$KVERS.`date +%s` ############################################## module-assistant-0.11.10/module-assistant-226-if($command eq "compi") { module-assistant-0.11.10/module-assistant:227: map {print "$_\n" if($_ eq "alli" || ! pexec($_, "installed")) } grep(/^$targets[0]/, ("alli", keys %packs)); module-assistant-0.11.10/module-assistant-228- exit 0; ############################################## module-assistant-0.11.10/module-assistant-313- } module-assistant-0.11.10/module-assistant:314: return system($packs{$p}, @_); module-assistant-0.11.10/module-assistant-315-} ############################################## module-assistant-0.11.10/module-assistant-342- if($wtmode) { module-assistant-0.11.10/module-assistant:343: system($dialog, "--scrolltext", "--title", gettext("module-assistant, error message"), "--textbox", $tmpname, 18, 70); module-assistant-0.11.10/module-assistant-344- } module-assistant-0.11.10/module-assistant-345- else { module-assistant-0.11.10/module-assistant:346: system($dialog, "--aspect", 12, "--title", gettext("module-assistant, error message"), "--textbox", $tmpname, 0, 0); module-assistant-0.11.10/module-assistant-347- } ############################################## module-assistant-0.11.10/module-assistant-420- module-assistant-0.11.10/module-assistant:421: if (length(`apt-cache show $kheadpkg 2>/dev/null`) ) { module-assistant-0.11.10/module-assistant-422- printmsg "\n" .sprintf( ############################################## module-assistant-0.11.10/module-assistant-527- if($oldret != $ret) { module-assistant-0.11.10/module-assistant:528: $ret += pexec($_, "update"); module-assistant-0.11.10/module-assistant-529- } ############################################## module-assistant-0.11.10/module-assistant-680- if(!$opt_unponce) { module-assistant-0.11.10/module-assistant:681: return pexec($pkg, "VERB", "unpack"); module-assistant-0.11.10/module-assistant-682- } ############################################## module-assistant-0.11.10/module-assistant-692- module-assistant-0.11.10/module-assistant:693: if(! pexec($pkg, "VERB", "unpack")) { module-assistant-0.11.10/module-assistant-694- open (tmp,">$flagfile"); ############################################## module-assistant-0.11.10/module-assistant-707- $pkg=complete_name($target); module-assistant-0.11.10/module-assistant:708: next SKIP if( $installed_only && pexec($pkg, "installed")); module-assistant-0.11.10/module-assistant-709- # war is peace! zero is success! non-zero is failure! ############################################## module-assistant-0.11.10/module-assistant-714- module-assistant-0.11.10/module-assistant:715: $reti=pexec($pkg, "VERB", "download"); module-assistant-0.11.10/module-assistant-716- $newstuff++; ############################################## module-assistant-0.11.10/module-assistant-718- else { module-assistant-0.11.10/module-assistant:719: if(pexec($pkg, "installed")) { module-assistant-0.11.10/module-assistant:720: $reti=pexec($pkg, "VERB", "download"); module-assistant-0.11.10/module-assistant-721- $newstuff++; ############################################## module-assistant-0.11.10/module-assistant-742-## if($opt_ondemand) { module-assistant-0.11.10/module-assistant:743:## if(`$packs{$pkg} cur_version` ne $before) { module-assistant-0.11.10/module-assistant-744-## withecho("$packs{$pkg} unpack"); ############################################## module-assistant-0.11.10/module-assistant-779- $pkg=complete_name($target); module-assistant-0.11.10/module-assistant:780: next SKIP if( $installed_only && pexec($pkg, "installed")); module-assistant-0.11.10/module-assistant-781- unpackone($pkg); ############################################## module-assistant-0.11.10/module-assistant-823- $pkg=complete_name($target); module-assistant-0.11.10/module-assistant:824: next SKIP if( $installed_only && pexec($pkg, "installed")); module-assistant-0.11.10/module-assistant-825- next SKIP if($blacklist{$pkg}); ############################################## module-assistant-0.11.10/module-assistant-875- # that sucks, need to supress make's bitching and so use a subshell call module-assistant-0.11.10/module-assistant:876: if( !system("\"$packs{$pkg}\" reqsrc 2>/dev/null") && !isfullsrc($kerneldirs{$KVERS}) ) { module-assistant-0.11.10/module-assistant-877- # crap, wants full source but does not get it ############################################## module-assistant-0.11.10/module-assistant-890- $pkg=~/^([^-]+)/; module-assistant-0.11.10/module-assistant:891: map { $lnumber++ } `find $modloc/$1*`; module-assistant-0.11.10/module-assistant-892- $lnumber = 250 if($lnumber<100); ############################################## module-assistant-0.11.10/module-assistant-945- # then? module-assistant-0.11.10/module-assistant:946: chomp($file=`ls -tr $var/$pkg.buildlog.$KVERS.* | tail -n1`); module-assistant-0.11.10/module-assistant-947- if(!$opt_noninter) { ############################################## module-assistant-0.11.10/module-assistant-959- if($defsel eq "VIEW") { module-assistant-0.11.10/module-assistant:960: system($dialog, ($wtmode ? "--scrolltext" : "--clear" ), "--title", gettext("module-assistant, log file viewer"), "--textbox", $file, 21, 78); module-assistant-0.11.10/module-assistant-961- } ############################################## module-assistant-0.11.10/module-assistant-1043- $pkg=complete_name($target); module-assistant-0.11.10/module-assistant:1044: next SKIP if( $installed_only && pexec($pkg, "installed")); module-assistant-0.11.10/module-assistant:1045: $ret += pexec($pkg, "VERB", "clean"); module-assistant-0.11.10/module-assistant-1046- } ############################################## module-assistant-0.11.10/module-assistant-1052- $pkg=complete_name($target); module-assistant-0.11.10/module-assistant:1053: next SKIP if( $installed_only && pexec($pkg, "installed")); module-assistant-0.11.10/module-assistant:1054: $ret += pexec($pkg, "VERB", "purge"); module-assistant-0.11.10/module-assistant-1055- } ############################################## module-assistant-0.11.10/module-assistant-1070- print "is it installed?\n" if $opt_debug; module-assistant-0.11.10/module-assistant:1071: if(!pexec($pkg, "installed") ) { module-assistant-0.11.10/module-assistant-1072- my $curpkgvers=pread($pkg, "cur_version"); chomp($curpkgvers); ############################################## module-assistant-0.11.10/module-assistant-1101- my $packname = ((split(/-/, $pkg))[0]); module-assistant-0.11.10/module-assistant:1102: if(@precomp=`apt-cache pkgnames $packname- | grep -- -$KVERS\$`) module-assistant-0.11.10/module-assistant-1103- { ############################################## module-assistant-0.11.10/module-assistant-1117- } module-assistant-0.11.10/module-assistant:1118: if(`apt-cache show $binpackage`=~/Filename:/) { module-assistant-0.11.10/module-assistant-1119- $binstring .= gettext("not found, possible candidate(s) installable with %s:"), $aptcmd . "\n\t"; ############################################## module-assistant-0.11.10/module-assistant-1495- close($tmpfile); module-assistant-0.11.10/module-assistant:1496: system($dialog, ($wtmode ? "--scrolltext" : "--clear" ), "--title", gettext("module-assistant, command overview"), "--textbox", $tmpname, $rows-2, $columns-1); module-assistant-0.11.10/module-assistant-1497- unlink $tmpname; ############################################## module-assistant-0.11.10/module-assistant-1549- close($tmpfile); module-assistant-0.11.10/module-assistant:1550: system($dialog, "--title", gettext("module-assistant, present packages"), "--textbox", $tmpname, 21, 78); module-assistant-0.11.10/module-assistant-1551- unlink $tmpname; ############################################## module-assistant-0.11.10/module-assistant-1559- my $instatus; module-assistant-0.11.10/module-assistant:1560: for(@selected) {$instatus += pexec(complete_name($_), "installed") }; module-assistant-0.11.10/module-assistant-1561- my($orgcolumns) = $columns; module-assistant-0.11.10/module-assistant-1562- $columns = 56; module-assistant-0.11.10/module-assistant:1563: if($instatus && !system($dialog, "--title", gettext("module-assistant, source installation"), "--yesno", wrap('', '', gettext("The source package may not to be installed. Would you like to install or upgrade selected source packages now?")), 10, 60)) { module-assistant-0.11.10/module-assistant-1564- get(@selected); ############################################## module-assistant-0.11.10/module-assistant-1571- #} module-assistant-0.11.10/module-assistant:1572: if($retold == $ret && !system($dialog, "--title", gettext("module-assistant, package installation"), "--yesno", gettext("Would you like to install the created module package(s) now?"), 7, 60)) { module-assistant-0.11.10/module-assistant-1573- install(@selected);