SOURCES: util-linux-blockdev.sysconfig - avoid errors for drive=dm...

glen glen at pld-linux.org
Thu Oct 19 14:16:27 CEST 2006


Author: glen                         Date: Thu Oct 19 12:16:26 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- avoid errors for drive=dm-8 (translate minuses to undercores in device name)

---- Files affected:
SOURCES:
   util-linux-blockdev.sysconfig (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/util-linux-blockdev.sysconfig
diff -u SOURCES/util-linux-blockdev.sysconfig:1.1 SOURCES/util-linux-blockdev.sysconfig:1.2
--- SOURCES/util-linux-blockdev.sysconfig:1.1	Sat Nov  5 15:21:30 2005
+++ SOURCES/util-linux-blockdev.sysconfig	Thu Oct 19 14:16:21 2006
@@ -1,4 +1,5 @@
-# This file lets you set your block device parameters for better performance
+# This file lets you set your block device parameters for better performance.
+# If device name contains dash (-), then it's translated to underscore (_) here.
 # See blockdev (8) for details.
 
 BLOCKDEV_hda=
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/util-linux-blockdev.sysconfig?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list