diff --git a/systemd-mini.changes b/systemd-mini.changes index 6cc8c273..c804edbb 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 29 14:50:37 UTC 2013 - dschung@cs.uni-kl.de + +- Fix systemd-sysv-convert, so empty runlevel folders don't lead + to "line 44: [: too many arguments" + ------------------------------------------------------------------- Fri Apr 26 16:37:28 CEST 2013 - fcrozat@suse.com diff --git a/systemd-sysv-convert b/systemd-sysv-convert index ef38cbff..8ba3f211 100644 --- a/systemd-sysv-convert +++ b/systemd-sysv-convert @@ -39,7 +39,7 @@ declare -i priority service=$1 runlevel=$2 priority=-1 -for l in /etc/rc.d/rc$runlevel.d/* ; do +for l in $(ls /etc/rc.d/rc$runlevel.d/) ; do initscript=$(basename $l) if [ ${initscript:0:1} != "S" -o ${initscript:3} != "$service" ]; then continue diff --git a/systemd.changes b/systemd.changes index 6cc8c273..c804edbb 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 29 14:50:37 UTC 2013 - dschung@cs.uni-kl.de + +- Fix systemd-sysv-convert, so empty runlevel folders don't lead + to "line 44: [: too many arguments" + ------------------------------------------------------------------- Fri Apr 26 16:37:28 CEST 2013 - fcrozat@suse.com