initng/system/swap.i

glen cvs at pld-linux.org
Mon Jan 16 11:55:09 CET 2006


Author: glen
Date: Mon Jan 16 11:55:05 2006
New Revision: 6818

Modified:
   initng/system/swap.i
Log:
- syntax changed again

Modified: initng/system/swap.i
==============================================================================
--- initng/system/swap.i	(original)
+++ initng/system/swap.i	Mon Jan 16 11:55:05 2006
@@ -4,6 +4,5 @@
 service system/swap {
 	# FIXME why we have mountroot?
 	need = system/initial system/mountroot;
-	exec start = /sbin/swapon;
-	exec_args start = -a;
+	exec start = /sbin/swapon -a;
 }


More information about the pld-cvs-commit mailing list