From e9076752ba72ba0632aaf571a4e5bec6939e5d84 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 12 Feb 2016 09:27:31 +0100 Subject: [PATCH] alpine: cleanup --- src/PVE/LXC/Setup/Alpine.pm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/PVE/LXC/Setup/Alpine.pm b/src/PVE/LXC/Setup/Alpine.pm index b32c798..f294961 100644 --- a/src/PVE/LXC/Setup/Alpine.pm +++ b/src/PVE/LXC/Setup/Alpine.pm @@ -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 { -- 2.39.5