summaryrefslogtreecommitdiff
path: root/backup/tob/files/tob-0.26-nice.patch
diff options
context:
space:
mode:
Diffstat (limited to 'backup/tob/files/tob-0.26-nice.patch')
-rw-r--r--backup/tob/files/tob-0.26-nice.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/backup/tob/files/tob-0.26-nice.patch b/backup/tob/files/tob-0.26-nice.patch
new file mode 100644
index 000000000000..d488a27a19cd
--- /dev/null
+++ b/backup/tob/files/tob-0.26-nice.patch
@@ -0,0 +1,11 @@
+--- tob.old 2005-02-13 17:46:00.000000000 -0500
++++ tob 2005-02-13 17:35:43.000000000 -0500
+@@ -314,7 +314,7 @@
+ fi
+
+ if [ "$NICEFIND" = "yes" ] ; then
+- nicefindcmd="nice -19"
++ nicefindcmd="nice -n 19"
+ else
+ nicefindcmd=""
+ fi