ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/rc.live

sparky cvs at pld-linux.org
Fri Mar 3 13:17:29 CET 2006


Author: sparky
Date: Fri Mar  3 13:17:24 2006
New Revision: 7075

Modified:
   ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/rc.live
Log:
- missing ;


Modified: ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/rc.live
==============================================================================
--- ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/rc.live	(original)
+++ ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/rc.live	Fri Mar  3 13:17:24 2006
@@ -51,7 +51,7 @@
 CONF_LOADED=$?
 
 ### swap #####################################################################
-if cmdopt swap || { ! cmdopt nonvswap && nvopt swap}; then
+if cmdopt swap || { ! cmdopt nonvswap && nvopt swap; }; then
 	swap=$(cmdvar "swap")
 	if [ -z "$swap" ]; then
 		swap=$(nvvar swap)


More information about the pld-cvs-commit mailing list