]> git.proxmox.com Git - pve-container.git/commitdiff
alpine: cleanup
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 12 Feb 2016 08:27:31 +0000 (09:27 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 16 Feb 2016 11:14:02 +0000 (12:14 +0100)
src/PVE/LXC/Setup/Alpine.pm

index b32c798be4c0009370ca939af79b815a71c4a863..f294961ba22afc4bec0aa07d7bc7540e0f7c4ec9 100644 (file)
@@ -3,7 +3,6 @@ package PVE::LXC::Setup::Alpine;
 use strict;
 use warnings;
 
-use Data::Dumper;
 use PVE::LXC;
 use PVE::Network;
 use File::Path;
@@ -29,12 +28,12 @@ sub template_fixup {
     $self->ct_symlink('/etc/init.d/bootmisc',
                       '/etc/runlevels/boot/bootmisc');
     $self->ct_symlink('/etc/init.d/hostname',
-                      '/etc/runlevels/boot/hostname');                                            
-    # fix stop system                  
+                      '/etc/runlevels/boot/hostname');
+    # fix stop system
     $self->ct_symlink('/etc/init.d/killprocs',
-                      '/etc/runlevels/shutdown/killprocs'); 
+                      '/etc/runlevels/shutdown/killprocs');
     $self->ct_symlink('/etc/init.d/savecache',
-                      '/etc/runlevels/shutdown/savecache');                            
+                      '/etc/runlevels/shutdown/savecache');
 }
 
 sub setup_init {