Author: Rhonda D'Vine <rhonda@debian.org>	vim:ft=diff:
Description: Fix ARGV[0] to not contain the interpreter

Index: nagzilla-2.0/nagzillad.pl
===================================================================
--- nagzilla-2.0.orig/nagzillad.pl	2016-01-19 23:30:24.343376148 +0100
+++ nagzilla-2.0/nagzillad.pl	2016-01-19 23:30:24.343376148 +0100
@@ -24,6 +24,8 @@
 
 $0.=''; # so that the init script is able to detect the process
 
+$0.=''; # so that the init script is able to detect the process
+
 ##############Config File Setup#####################
 Config::Simple->import_from('nagzillad.cfg', \%Config);
 $cfg = new Config::Simple("$CONFDIR/nagzillad.cfg");
