>>>>> On Mon, 10 Oct 2005 18:26:06 +0200, Thomas Anders <[EMAIL PROTECTED]> 
>>>>> said:

Thomas> is there a good reason why a few of the perl scripts we ship contain a 
Thomas> "#!/usr/local/bin/perl" shebang line rather than the default 
Thomas> "#!/usr/bin/perl" we use everywhere else?

Actually, many of those are changed dynamically at build time.

cd local
make clean
make
diff -u snmpcheck snmpcheck.made
--- snmpcheck   2005-10-10 16:55:26.000000000 -0700
+++ snmpcheck.made      2005-10-10 16:55:27.000000000 -0700
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl

 use strict 'refs';
 require Net::Ping;

-- 
Wes Hardaker
Sparta, Inc.


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to