From ac171ba21934093be08e369424478ae1c2a54e4b Mon Sep 17 00:00:00 2001 From: Daniel Heule Date: Wed, 6 Apr 2016 17:29:23 +0200 Subject: [PATCH] remove a copy paste artefact which is wrong there --- cdist/conf/type/__start_on_boot/gencode-remote | 2 -- 1 file changed, 2 deletions(-) diff --git a/cdist/conf/type/__start_on_boot/gencode-remote b/cdist/conf/type/__start_on_boot/gencode-remote index c8488e3a..bcba21be 100644 --- a/cdist/conf/type/__start_on_boot/gencode-remote +++ b/cdist/conf/type/__start_on_boot/gencode-remote @@ -61,8 +61,6 @@ case "$state_should" in amazon|centos|fedora|owl|redhat|suse) echo chkconfig \"$name\" on - echo "Unsupported version $os_version of $os" >&2 - exit 1 ;; openwrt)