Author: rra
Date: 2008-03-07 10:05:37 +0100 (Fri, 07 Mar 2008)
New Revision: 1256

Modified:
   trunk/checks/scripts
   trunk/debian/changelog
Log:
  + [RA] Add clisp, procmail, and rrdcgi, and another way interpretors
    are templated in *.in files.

Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts        2008-03-07 08:59:34 UTC (rev 1255)
+++ trunk/checks/scripts        2008-03-07 09:05:37 UTC (rev 1256)
@@ -47,6 +47,7 @@
      awk           => [ '/usr/bin', '' ],
      bash          => [ '/bin', '' ],
      bltwish       => [ '/usr/bin', 'blt' ],
+     clisp         => [ '/usr/bin' ],
      csh           => [ '/bin', 'tcsh | csh | c-shell' ],
      dash          => [ '/bin' ],
      expect        => [ '/usr/bin' ],
@@ -75,11 +76,13 @@
      pagsh         => [ '/usr/bin', 'openafs-client | heimdal-clients' ],
      parrot        => [ '/usr/bin' ],
      perl          => [ '/usr/bin', '' ],
+     procmail      => [ '/usr/bin' ],
      python        => [ '/usr/bin', 'python | python-minimal' ],
      pforth        => [ '/usr/bin' ],
      rc                    => [ '/usr/bin' ],
      regina        => [ '/usr/bin', 'regina-rexx' ],
      rexx          => [ '/usr/bin', 'regina-rexx' ],
+     rrdcgi        => [ '/usr/bin', 'rrdtool' ],
      ruby          => [ '/usr/bin' ],
      runhugs       => [ '/usr/bin', 'hugs | hugs98' ],
      sed           => [ '/bin', '' ],
@@ -249,7 +252,7 @@
     my ($base) = $interpreter =~ m,([^/]*)$,;
 
     # allow exception for .in files that have stuff like [EMAIL PROTECTED]@
-    next if ($filename =~ m,\.in$, and $interpreter =~ m,[EMAIL PROTECTED]@$,);
+    next if ($filename =~ m,\.in$, and $interpreter =~ 
m,^(\@|<\<)[A-Z_]+(\@|>\>)$,);
 
     my $is_absolute = ($interpreter =~ m,^/, or defined $calls_env);
 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2008-03-07 08:59:34 UTC (rev 1255)
+++ trunk/debian/changelog      2008-03-07 09:05:37 UTC (rev 1256)
@@ -21,6 +21,8 @@
     + [RA] Attempt to quash some Perl warnings.
     + [RA] *.py files in /usr/{lib,share}, /etc/init.d/skeleton, and *.ex
       files do not need to be executable even if they look like scripts.
+    + [RA] Add clisp, procmail, and rrdcgi, and another way interpretors
+      are templated in *.in files.
   * checks/shared-libs:
     + [RA] Move the default ld.so search path into data.  Drop obsolete
       /usr/lib/libg++-dbg, /usr/X11R6/lib/Xaw3d, and libc5 compatibility


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

Reply via email to