Home
last modified time | relevance | path

Searched refs:allconfig (Results 1 – 3 of 3) sorted by relevance

/freebsd/tools/test/stress2/tools/
H A Dsetup.sh7 allconfig=${allconfig:-/tmp/stress2.d/`hostname`}
8 [ -f $allconfig ] && grep -q "^testuser" $allconfig && exit 0
17 mkdir -p `dirname $allconfig`
28 ) >> $allconfig
29 cat > `dirname $allconfig`/README <<EOF
/freebsd/tools/test/stress2/misc/
H A Dall.sh36 allconfig=$sdir/`hostname` # config file
88 export allconfig
89 if [ ! -f $allconfig ]; then
90 echo "Creating local configuration file: $allconfig."
/freebsd/tools/test/stress2/
H A Ddefault.cfg7 : ${allconfig:=/tmp/stress2.d/`hostname`}
8 [ -f "$allconfig" ] && . $allconfig # Source in local configuration