]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- removed obsolete calls to renice and ionice in cron scripts
authorArvin Schnell <aschnell@suse.de>
Thu, 21 Feb 2013 13:25:50 +0000 (14:25 +0100)
committerArvin Schnell <aschnell@suse.de>
Thu, 21 Feb 2013 13:25:50 +0000 (14:25 +0100)
package/snapper.changes
scripts/snapper-daily
scripts/snapper-hourly

index c12d9d8bae4124140f0c9045f3ac23221bb2b4b5..0e7893de12e7b8e95c6b67dd264c55b6121c2969 100644 (file)
@@ -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
 
index 9c4d034068aff43a427cc2dcf6025def63a6bda1..27e7a10b8151157661098c31d02ea6e3f0873b1f 100755 (executable)
@@ -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
 #
index cb4b780a95a905570f49e6cb4fde6c03a7bf1da7..bc6cd4dd173e685ef7aef3d4b7338bc06e78e896 100755 (executable)
@@ -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
 #