You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-backup/tob/files/tob-0.26-nice.patch

12 lines
248 B

--- 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