--- debian/init.d.orig 2010-06-21 20:45:14.000000000 +0100 +++ debian/init.d 2010-06-21 20:48:09.837777603 +0100 @@ -43,7 +43,7 @@ esac case "x$RSYNC_NICE" in x[0-9]) RSYNC_NICE_PARM="--nicelevel $RSYNC_NICE";; - x[1-9][0-9]) RSYNC_NICE_PARM="--nicelevel $RSYNC_NICE";; + x1[0-9]) RSYNC_NICE_PARM="--nicelevel $RSYNC_NICE";; x) ;; *) log_warning_msg "Value of RSYNC_NICE in $RSYNC_DEFAULTS_FILE must be a value between 0 and 19 (inclusive);" log_warning_msg "ignoring RSYNC_NICE now."