File: fix_snmpcheck_perl_path.patch

package info (click to toggle)
net-snmp 5.7.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 34,348 kB
  • sloc: ansic: 268,086; sh: 18,217; perl: 17,235; makefile: 3,702; xml: 508; python: 495; pascal: 124; sql: 47
file content (19 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: fix snmpcheck shebang
 Just don't use /usr/local/bin/perl...

Author: Hideki Yamane <henrich@debian.org>

---
Origin: vendor
Bug-Debian: http://bugs.debian.org/44373
Forwarded: not-needed
Last-Update: 2012-07-17

--- net-snmp-5.7.1~dfsg.orig/local/snmpcheck.def
+++ net-snmp-5.7.1~dfsg/local/snmpcheck.def
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl 
 
 use strict 'refs';
 require Net::Ping;