Allow users to override delay using $MYDELAY env var.
authorErez Zadok <ezk@cs.sunysb.edu>
Mon, 1 Oct 2007 05:07:22 +0000 (01:07 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sat, 13 Oct 2007 19:18:16 +0000 (15:18 -0400)
brm.conf
default.conf
thor.conf

index b3e36bad3338bb5bd7bd1befa42653acf0ab5f71..45f0b79d9991e29376075cda1a98204458b4a916 100644 (file)
--- a/brm.conf
+++ b/brm.conf
@@ -73,7 +73,7 @@ case ${MYFS} in
 esac
 
 # delay between each test (in seconds, optional)
-DELAY=0.1
+DELAY=${MYDELAY:-0.1}
 
 # Echo the command being executed to a file/device (optional) This is useful
 # when unionfs printk's some debugging output which may go to a log file,
index 7f0eb5c759f9d4b7845766c800b686703fe12761..90e6f250d5ca2dbc3700ce5f7b3d6d0c6913be41 100644 (file)
@@ -78,7 +78,7 @@ case ${MYFS} in
 esac
 
 # delay between each test (in seconds or fractions thereof, optional)
-DELAY=0.1
+DELAY=${MYDELAY:-0.1}
 
 # Echo the command being executed to a file/device (optional) This is useful
 # when unionfs printk's some debugging output which may go to a log file,
index 258a94817356a739ccc064dc82a462c9398d63f2..83621701fbcf00d1ae39a6cf086357820da92c28 100644 (file)
--- a/thor.conf
+++ b/thor.conf
@@ -74,7 +74,7 @@ case ${MYFS} in
 esac
 
 # delay between each test (in seconds, optional)
-DELAY=0.1
+DELAY=${MYDELAY:-0.1}
 
 # Echo the command being executed to a file/device (optional) This is useful
 # when unionfs printk's some debugging output which may go to a log file,