From: Arvin Schnell Date: Thu, 21 Feb 2013 13:25:50 +0000 (+0100) Subject: - removed obsolete calls to renice and ionice in cron scripts X-Git-Tag: v0.1.3~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86b9d881d4fd246ac2432bc401896bb1894ab6ac;p=thirdparty%2Fsnapper.git - removed obsolete calls to renice and ionice in cron scripts --- diff --git a/package/snapper.changes b/package/snapper.changes index c12d9d8b..0e7893de 100644 --- a/package/snapper.changes +++ b/package/snapper.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 21 14:23:55 CET 2013 - aschnell@suse.de + +- removed obsolete calls to renice and ionice in cron scripts + (bnc#804355) + ------------------------------------------------------------------- Thu Feb 07 18:13:26 CET 2013 - aschnell@suse.de diff --git a/scripts/snapper-daily b/scripts/snapper-daily index 9c4d0340..27e7a10b 100755 --- a/scripts/snapper-daily +++ b/scripts/snapper-daily @@ -16,13 +16,6 @@ if [ -f /etc/sysconfig/snapper ] ; then fi -# -# be nice -# -/usr/bin/renice -n 19 -p $$ -/usr/bin/ionice -c 3 -p $$ - - # # run snapper for all configs # diff --git a/scripts/snapper-hourly b/scripts/snapper-hourly index cb4b780a..bc6cd4dd 100755 --- a/scripts/snapper-hourly +++ b/scripts/snapper-hourly @@ -16,13 +16,6 @@ if [ -f /etc/sysconfig/snapper ] ; then fi -# -# be nice -# -/usr/bin/renice -n 19 -p $$ -/usr/bin/ionice -c 3 -p $$ - - # # run snapper for all configs #