[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1288 - trunk/kfreebsd-common/debian



Author: rmh
Date: 2006-03-02 10:43:07 +0000 (Thu, 02 Mar 2006)
New Revision: 1288

Modified:
   trunk/kfreebsd-common/debian/changelog
   trunk/kfreebsd-common/debian/init.d
Log:
init.d: Fix /dev/da[0-9]* too.

Modified: trunk/kfreebsd-common/debian/changelog
===================================================================
--- trunk/kfreebsd-common/debian/changelog	2006-03-02 10:39:47 UTC (rev 1287)
+++ trunk/kfreebsd-common/debian/changelog	2006-03-02 10:43:07 UTC (rev 1288)
@@ -1,3 +1,9 @@
+kfreebsd-common (0.1.1) UNRELEASED; urgency=low
+
+  * init.d: Fix /dev/da[0-9]* too.
+
+ -- Robert Millan <rmh@aybabtu.com>  Thu,  2 Mar 2006 11:42:58 +0100
+
 kfreebsd-common (0.1.0) unreleased; urgency=low
 
   * Rename to kfreebsd-common.

Modified: trunk/kfreebsd-common/debian/init.d
===================================================================
--- trunk/kfreebsd-common/debian/init.d	2006-03-02 10:39:47 UTC (rev 1287)
+++ trunk/kfreebsd-common/debian/init.d	2006-03-02 10:43:07 UTC (rev 1288)
@@ -40,7 +40,7 @@
     chgrp floppy $i
   fi
 done
-for i in /dev/ad[0-9]* ; do
+for i in /dev/ad[0-9]* /dev/da[0-9]* ; do
   if test -e $i ; then
     chgrp disk $i
   fi



Reply to: