author | Holger Weiss <holger@zedat.fu-berlin.de> | |
Sun, 11 Apr 2010 07:54:10 +0000 (09:54 +0200) | ||
committer | Holger Weiss <holger@zedat.fu-berlin.de> | |
Sun, 11 Apr 2010 07:54:10 +0000 (09:54 +0200) | ||
commit | de7191e3424e02ba278a39b86e8b1906a25d0362 | |
tree | 71ac9b1b6c41db047f615b6b691a12e0aebf9e8e | tree | snapshot |
parent | 1fe0f16d34e369f1a9e2dbefe1acc7448a1e1b53 | commit | diff |
Fix Debian bug #478906: Failure when run via ePN
| When perl plugin scripts are run with the embedded perl interpreter in
| nagios3, the "shift" perl command doesn't shift @ARGV, but @_ (which
| happens to contain the same thing as @ARGV at the time the script was
| started).
|
| [...]
|
| A fix is to replace all the instances of "shift" with "shift @ARGV".
[ http://bugs.debian.org/478906 ]
(Fixed by Stephane Chazelas, forwarded by Jan Wagner.)
| When perl plugin scripts are run with the embedded perl interpreter in
| nagios3, the "shift" perl command doesn't shift @ARGV, but @_ (which
| happens to contain the same thing as @ARGV at the time the script was
| started).
|
| [...]
|
| A fix is to replace all the instances of "shift" with "shift @ARGV".
[ http://bugs.debian.org/478906 ]
(Fixed by Stephane Chazelas, forwarded by Jan Wagner.)
NEWS | diff | blob | history | |
THANKS.in | diff | blob | history | |
plugins-scripts/check_disk_smb.pl | diff | blob | history |