ppcrcd/conf.dir/usr/lib/ppcrcd: hw-detect rc.live

sparky cvs at pld-linux.org
Thu Jun 16 20:55:07 CEST 2005


Author: sparky
Date: Thu Jun 16 20:55:01 2005
New Revision: 6105

Modified:
   ppcrcd/conf.dir/usr/lib/ppcrcd/hw-detect
   ppcrcd/conf.dir/usr/lib/ppcrcd/rc.live
Log:
- fixes, wrrr


Modified: ppcrcd/conf.dir/usr/lib/ppcrcd/hw-detect
==============================================================================
--- ppcrcd/conf.dir/usr/lib/ppcrcd/hw-detect	(original)
+++ ppcrcd/conf.dir/usr/lib/ppcrcd/hw-detect	Thu Jun 16 20:55:01 2005
@@ -104,7 +104,7 @@
 				mnt=
 				verbose 3 "type: unknown"
 				;;
-			esac
+		esac
 	elif egrep -q "^$dev[ 	]" /tmp/parts.pc; then			# pc partitions
 		verbose 3 -n "       +-PC partition, "
 		type="$(egrep "^$dev[ 	]" /tmp/parts.pc | cut -c 56-)"
@@ -153,8 +153,7 @@
 				mnt=
 				verbose 3 "type: unknown"
 				;;
-			esac
-		fi
+		esac
 	else
 		mnt=
 		verbose 1 "          +-Partition '$dev' has unrecognized partition type. BSD slice ?"

Modified: ppcrcd/conf.dir/usr/lib/ppcrcd/rc.live
==============================================================================
--- ppcrcd/conf.dir/usr/lib/ppcrcd/rc.live	(original)
+++ ppcrcd/conf.dir/usr/lib/ppcrcd/rc.live	Thu Jun 16 20:55:01 2005
@@ -65,7 +65,7 @@
 	cmdopt nonvswap || swap=$(nvvar swap)
 fi
 if [ -n "$swap" ]; then
-	######### !!!!!!!!!!!!!!!!!!!!!!!!!!!! TODO
+	echo "######### !!!!!!!!!!!!!!!!!!!!!!!!!!!! TODO"
 fi
 
 



More information about the pld-cvs-commit mailing list