Log Message:
-----------
* thor.conf: Disable console echo & update device file names

Tags:
----
LKML-branch

Modified Files:
--------------
    unionfs/regression-2.0:
        thor.conf (r1.1.2.5 -> r1.1.2.6)
        ChangeLog (r1.1.2.20 -> r1.1.2.21)

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/unionfs/unionfs/regression-2.0/Attic/ChangeLog,v
retrieving revision 1.1.2.20
retrieving revision 1.1.2.21
diff -Lregression-2.0/ChangeLog -Lregression-2.0/ChangeLog -u -d -b -B -p 
-r1.1.2.20 -r1.1.2.21
--- regression-2.0/ChangeLog
+++ regression-2.0/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-23  Josef "Jeff" Sipek  <[EMAIL PROTECTED]>
+
+       * thor.conf: Disable console echo & update device file names
+
 2007-05-23  Erez Zadok  <[EMAIL PROTECTED]>
 
        * jffs2.conf: sample jffs2 test configuration.
Index: thor.conf
===================================================================
RCS file: /home/cvs/unionfs/unionfs/regression-2.0/Attic/thor.conf,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -Lregression-2.0/thor.conf -Lregression-2.0/thor.conf -u -d -b -B -p 
-r1.1.2.5 -r1.1.2.6
--- regression-2.0/thor.conf
+++ regression-2.0/thor.conf
@@ -36,10 +36,10 @@ BROKEN_TESTS="
 TESTS2RUN=${MYTESTS:-$ALL_TESTS}
 
 # name of four devices to use
-DEV0=/dev/loop1
-DEV1=/dev/loop2
-DEV2=/dev/loop3
-DEV3=/dev/loop4
+DEV0=/dev/.static/dev/loop0
+DEV1=/dev/.static/dev/loop1
+DEV2=/dev/.static/dev/loop2
+DEV3=/dev/.static/dev/loop3
 # name of file systems to format four device
 FS0=ext2
 FS1=ext2
@@ -54,7 +54,8 @@ DELAY=1
 # console, or syslog.  With this you can show command in your logs before it
 # runs.
 #ECHODEV=/var/log/all
-ECHODEV=/dev/console
+#ECHODEV=/dev/console
+ECHODEV=
 
 # ANSI color codes, concatinated by ';'
 #
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to