]> git.proxmox.com Git - pmg-api.git/commitdiff
do not use perl taint mode to avoid MIME::Parser problems
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 10 Aug 2017 09:02:19 +0000 (11:02 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 10 Aug 2017 09:02:19 +0000 (11:02 +0200)
bin/pmgdaemon
bin/pmgproxy

index a5e84f4f177ecc14240dcbc2d1f66ce961b4a7d8..9b0754011bc5c77df8bb3b9471ce82f6e38b66a5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/perl
 
 $ENV{'PATH'} = '/sbin:/bin:/usr/sbin:/usr/bin';
 
index f01d1c7a24a3bbce640271c8301db54669d66143..57f3bd5799165095d7280eacc625b3b02a4c562c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/bin/perl
 
 $ENV{'PATH'} = '/sbin:/bin:/usr/sbin:/usr/bin';