[pve-devel] [PATCH container] autodev hook cleanup
    Wolfgang Bumiller 
    w.bumiller at proxmox.com
       
    Thu Feb 11 09:12:42 CET 2016
    
    
  
---
 src/lxc-pve-autodev-hook | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lxc-pve-autodev-hook b/src/lxc-pve-autodev-hook
index fc99641..e2ebd0c 100755
--- a/src/lxc-pve-autodev-hook
+++ b/src/lxc-pve-autodev-hook
@@ -1,7 +1,5 @@
 #!/usr/bin/perl
 
-package lxc_pve_autodev_hook;
-
 use strict;
 use warnings;
 
@@ -50,3 +48,5 @@ while (defined(my $line = <$fd>)) {
                              $type, $major, $minor]);
 }
 close $fd;
+
+exit 0;
-- 
2.1.4
    
    
More information about the pve-devel
mailing list