ppcrcd/trunk/conf.dir/usr/lib/ppcrcd: load-conf net-detect rc.live

sparky cvs at pld-linux.org
Thu Mar 16 17:37:38 CET 2006


Author: sparky
Date: Thu Mar 16 17:37:34 2006
New Revision: 7196

Modified:
   ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/load-conf
   ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/net-detect
   ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/rc.live
Log:
- cleanups


Modified: ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/load-conf
==============================================================================
--- ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/load-conf	(original)
+++ ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/load-conf	Thu Mar 16 17:37:34 2006
@@ -5,7 +5,7 @@
 . /usr/lib/ppcrcd/functions
 
 #@nv@ conf: syntax:
-#@		| conf=<device>[:<modules>[:<fs>[:<file>]]]
+#@		| 	conf=<device>[:<modules>[:<fs>[:<file>]]]
 #@		Load configuration from <device>, from <file> (if it isn't
 #@		ppcrcd.xml.gz).
 #@		First loads coma separated kernel modules (if needed for device)

Modified: ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/net-detect
==============================================================================
--- ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/net-detect	(original)
+++ ppcrcd/trunk/conf.dir/usr/lib/ppcrcd/net-detect	Thu Mar 16 17:37:34 2006
@@ -44,7 +44,7 @@
 
 #@nv@ eth:
 #@	syntax:
-#@	| eth=<module>:<ip/mask>[:<gate>[:<dns1>[,<dns2>[,...]]]]
+#@	| 	eth=<module>:<ip/mask>[:<gate>[:<dns1>[,<dns2>[,...]]]]
 #@	Configure ethernet for ethernet card supported by <module>.
 #@	Note: this option may be buggy with autodetection in udev enabled.
 #@	Multiple eth options are allowed.
@@ -52,7 +52,7 @@
 #@	Last eth with gate specified will become default route.
 #@	All dns of each eth will be added to '/etc/resolv.conf'.
 #@	Example:
-#@	| eth=sungem:192.168.0.5/24:192.168.0.2:192.168.0.2
+#@	| 	eth=sungem:192.168.0.5/24:192.168.0.2:192.168.0.2
 #@@ nonveth: don't configure ethernet specified in nvram
 
 if cmdopt noauto; then

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	Thu Mar 16 17:37:34 2006
@@ -19,9 +19,9 @@
 
 #@nv@ modpre:
 #@	syntax:
-#@	| modpre=<module1>[,<module2>[,<module3>[...]]]
+#@	| 	modpre=<module1>[,<module2>[,<module3>[...]]]
 #@	Loads modules just after udev start, before debug shell. Ex.:
-#@	| modpre=usbhid,ohci-hcd
+#@	| 	modpre=usbhid,ohci-hcd
 #@@ nonvmodpre: don't load modules specified in nvram modpre option
 modpre=$(cmdvar "modpre")
 if [ -z "$modpre" ]; then
@@ -55,7 +55,7 @@
 fi
 
 #@@ verbose: be more verbose
-#@	| verbose=<L>
+#@	| 	verbose=<L>
 #@	Sets verbosity level to <L>, (min 0, max 5). Without <L> specified it's 0.
 cmdopt verbose && echo 1 > /verbose
 verb=$(cmdvar verbose)
@@ -103,7 +103,7 @@
 ### modules ##################################################################
 #@nv@	modules=<module1>[,<module2>[,<module3>[...]]]:
 #@		Adds module(s) to /etc/modules. Ex.:
-#@		| modules=therm_adt746x
+#@		| 	modules=therm_adt746x
 #@@ 	nonvmodules:	don't use nvram modules option
 modules=$(cmdvar "modules")
 if [ -z "$modules" ]; then
@@ -120,7 +120,7 @@
 ### keytable #################################################################
 #@nv@	keytable=<name>:
 #@		Preset system keytable. Ex., spanish keytable:
-#@		| keytable=es
+#@		| 	keytable=es
 #@@ nonvkeytable: Don't setup key table using nvram informations.
 keytable=$(cmdvar "k(ey){0,1}(map|tab.*)")
 if [ -z "$keytable" ]; then


More information about the pld-cvs-commit mailing list