[ros-diffs] [janderwald] 24591: - set svn-eol:style property

janderwald at svn.reactos.org janderwald at svn.reactos.org
Sat Oct 21 10:56:23 CEST 2006


Author: janderwald
Date: Sat Oct 21 12:56:23 2006
New Revision: 24591

URL: http://svn.reactos.org/svn/reactos?rev=24591&view=rev
Log:
- set svn-eol:style property

Modified:
    trunk/reactos/tools/sysreg/sample.cfg   (contents, props changed)

Modified: trunk/reactos/tools/sysreg/sample.cfg
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysreg/sample.cfg?rev=24591&r1=24590&r2=24591&view=diff
==============================================================================
--- trunk/reactos/tools/sysreg/sample.cfg (original)
+++ trunk/reactos/tools/sysreg/sample.cfg Sat Oct 21 12:56:23 2006
@@ -1,62 +1,62 @@
-; ROS_OUTPUT
-;
-; This variable sets the location where to search symbol files for modules
-; This is required when tracing usermode exceptions, bsod etc...
-;
-; If this value is not defined, sysreg looks for the environment variable
-; ROS_OUTPUT. If this is also not set, it uses the default output-i386
-
-ROS_OUTPUT=D:\reactos\output-i386
-
-; ROS_ADDR2LINE
-;
-; This value is used by the symbol resolver to convert an module address into
-; an source file + line number;
-;
-; Note: The symbol resolver appends the modulename and the module address seperated by an space
-
-ROS_ADDR2LINE=addr2line.exe --exe=
-
-;-----------------------------------------------------------------------------------------
-; RosBoot specific settings
-;
-
-;
-; ROSBOOT_CMD  
-;
-; This value is the command which is executed to gain debugging data
-; this value is mandatory
-
-ROSBOOT_CMD=D:\sysreg\qemu\qemu.exe -serial file:debug.log -boot c -m 128 -L D:\sysreg\qemu\ D:\sysreg\qemu\RosVM.vmdk -cdrom D:\Reactos\ReactOS-RegTest.iso
-
-;
-; ROSBOOT_DEBUG_PORT
-;
-; This variable controls on where to look for debugging data. If the
-; value is set to file, then sysreg will execute ROSBOOT_CMD and also
-; open the file specified in ROSBOOT_DEBUG_FILE and read the debugging info from the file
-;
-; If the value is set to pipe, then sysreg will read from pipe created by the
-; ROSBOOT_CMD
-;
-;ROSBOOT_DEBUG_PORT=pipe
-ROSBOOT_DEBUG_PORT=file
-
-;
-; ROSBOOT_DEBUG_FILE
-;
-; This value specifies the debug file. This variable must be set when using
-; ROSBOOT_DEBUG_PORT=file
-
-;ROSBOOT_DEBUG_FILE=D:\ReactOS\tools\sysreg\bsdebug.log
-ROSBOOT_DEBUG_FILE=D:\ReactOS\tools\sysreg\umdebug.log
-
-; ROSBOOT_TIME_OUT
-;
-; This variable is the maximum runtime of the ROSBOOT_CMD. If the command
-; runs longer than this value, sysreg exits with success mode;
-;
-; If the variable is not set, the default timeout is 1 minute
-;
-ROSBOOT_TIME_OUT=180.0
-
+; ROS_OUTPUT
+;
+; This variable sets the location where to search symbol files for modules
+; This is required when tracing usermode exceptions, bsod etc...
+;
+; If this value is not defined, sysreg looks for the environment variable
+; ROS_OUTPUT. If this is also not set, it uses the default output-i386
+
+ROS_OUTPUT=D:\reactos\output-i386
+
+; ROS_ADDR2LINE
+;
+; This value is used by the symbol resolver to convert an module address into
+; an source file + line number;
+;
+; Note: The symbol resolver appends the modulename and the module address seperated by an space
+
+ROS_ADDR2LINE=addr2line.exe --exe=
+
+;-----------------------------------------------------------------------------------------
+; RosBoot specific settings
+;
+
+;
+; ROSBOOT_CMD  
+;
+; This value is the command which is executed to gain debugging data
+; this value is mandatory
+
+ROSBOOT_CMD=D:\sysreg\qemu\qemu.exe -serial file:debug.log -boot c -m 128 -L D:\sysreg\qemu\ D:\sysreg\qemu\RosVM.vmdk -cdrom D:\Reactos\ReactOS-RegTest.iso
+
+;
+; ROSBOOT_DEBUG_PORT
+;
+; This variable controls on where to look for debugging data. If the
+; value is set to file, then sysreg will execute ROSBOOT_CMD and also
+; open the file specified in ROSBOOT_DEBUG_FILE and read the debugging info from the file
+;
+; If the value is set to pipe, then sysreg will read from pipe created by the
+; ROSBOOT_CMD
+;
+;ROSBOOT_DEBUG_PORT=pipe
+ROSBOOT_DEBUG_PORT=file
+
+;
+; ROSBOOT_DEBUG_FILE
+;
+; This value specifies the debug file. This variable must be set when using
+; ROSBOOT_DEBUG_PORT=file
+
+;ROSBOOT_DEBUG_FILE=D:\ReactOS\tools\sysreg\bsdebug.log
+ROSBOOT_DEBUG_FILE=D:\ReactOS\tools\sysreg\umdebug.log
+
+; ROSBOOT_TIME_OUT
+;
+; This variable is the maximum runtime of the ROSBOOT_CMD. If the command
+; runs longer than this value, sysreg exits with success mode;
+;
+; If the variable is not set, the default timeout is 1 minute
+;
+ROSBOOT_TIME_OUT=180.0
+

Propchange: trunk/reactos/tools/sysreg/sample.cfg
------------------------------------------------------------------------------
    svn:eol-style = native




More information about the Ros-diffs mailing list