Package: harden-doc
Version: 3.0.1.2
Severity: wishlist
File: /usr/share/doc/harden-doc/html/securing-debian-howto/ch3.en.html

Maybe use some grep-status(1) construction instead or in addition here:
  Which utilities use perl? You can see for yourself:
  $ for i in /bin/* /sbin/* /usr/bin/* /usr/sbin/*; do [ -f $i ] && {
  type=`file $i | grep -il perl`; [ -n "$type" ] && echo $i; }; done
(Which ^C cannot easily kill too it seems, once it gets cooking...)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to