Author: glen
Date: Fri Oct 12 17:07:46 2007
New Revision: 8815

Modified:
   geninitrd/trunk/geninitrd
Log:
- USE_TUXONICE=$USE_SUSPEND2 if set in config

Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd   (original)
+++ geninitrd/trunk/geninitrd   Fri Oct 12 17:07:46 2007
@@ -728,6 +728,12 @@
        die "/bin/initrd-busybox is missing!"
 fi
 
+# backwards compatible
+if [ "$USE_SUSPEND2" ] ; then
+       USE_TUXONICE=$USE_SUSPEND2
+       echo >&2 "USE_SUSPEND2 is deprecated, use USE_TUXONICE now instead."
+fi
+
 while [ $# -gt 0 ]; do
        case $1 in
        --fstab=*)
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to