Searched refs:script (Results 1 - 25 of 339) sorted by relevance

1234567891011>>

/freebsd-11-stable/etc/periodic/daily/
H A D999.local5 # Run the old /etc/daily.local script. This is really for backwards
18 for script in $daily_local
21 case "$script" in
23 if [ -x "$script" ]
25 echo "Running $script:"
27 $script || rc=3
28 elif [ -f "$script" ]
30 echo "Running $script:"
32 sh $script || rc=3
34 echo "$script
[all...]
/freebsd-11-stable/etc/periodic/weekly/
H A D999.local15 for script in $weekly_local
18 case "$script" in
20 if [ -x "$script" ]
22 echo "Running $script:"
24 $script || rc=3
25 elif [ -f "$script" ]
27 echo "Running $script:"
29 sh $script || rc=3
31 echo "$script: No such file"
35 echo "$script
[all...]
/freebsd-11-stable/etc/periodic/monthly/
H A D999.local15 for script in $monthly_local
18 case "$script" in
20 if [ -x "$script" ]
22 echo "Running $script:"
24 $script || rc=3
25 elif [ -f "$script" ]
27 echo "Running $script:"
29 sh $script || rc=3
31 echo "$script: No such file"
35 echo "$script
[all...]
/freebsd-11-stable/etc/rc.d/
H A Dlocalpkg30 for script in ${zlist} ${slist}; do
31 if [ -z "${initdone}" -a -f "${script}" ]; then
35 if [ -x "${script}" ]; then
38 ${script} start)
39 elif [ -f "${script}" -o -L "${script}" ]; then
40 echo -n " (skipping ${script}, not executable)"
58 for script in `reverse_list ${slist} ${zlist}`; do
59 if [ -z "${initdone}" -a -f "${script}" ]; then
63 if [ -x "${script}" ]; the
[all...]
/freebsd-11-stable/usr.bin/script/
H A DMakefile4 PROG= script
/freebsd-11-stable/gnu/usr.bin/groff/font/
H A DMakefile.dev7 .for script in ${SCRIPTS}
8 SCRIPTSNAME_${script:T}= ${script:T}
/freebsd-11-stable/gnu/usr.bin/grep/tests/
H A Dbre.sh10 ${AWK-awk} -f $srcdir/bre.awk $srcdir/bre.tests > bre.script
12 sh bre.script && exit $failures
H A Dere.sh10 ${AWK-awk} -f $srcdir/ere.awk $srcdir/ere.tests > ere.script
12 sh ere.script && exit $failures
H A Dspencer1.sh10 ${AWK-awk} -f $srcdir/spencer1.awk $srcdir/spencer1.tests > spencer1.script
12 sh spencer1.script && exit $failures
H A Dspencer2.sh10 ${AWK-awk} -f $srcdir/scriptgen.awk $srcdir/spencer2.tests > tmp2.script
12 sh tmp2.script && exit $failures
/freebsd-11-stable/contrib/bmake/mk/
H A Dscripts.mk29 # how we get script name from src
48 .for script in ${${group}:O:u}
49 ${group}_INSTALL_OWN.${script:T} ?= ${${group}_INSTALL_OWN}
50 ${group}DIR.${script:T} ?= ${${group}DIR_${script:T}:U${${group}DIR}}
51 script_mkdir_list += ${${group}DIR.${script:T}}
53 ${group}NAME.${script} ?= ${${group}NAME_${script:T}:U${script:${SCRIPTSNAME_MOD}}}
54 .if ${${group}NAME.${script}
[all...]
/freebsd-11-stable/etc/
H A Dddb.conf9 script lockinfo=show locks; show alllocks; show lockedvnods
12 script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture off; call doadump; reset
15 script kdb.enter.witness=run lockinfo
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mdb/
H A Dtst.dtracedcmd.ksh31 # This script primarily tests that the ::dtrace dcmd is not dumping
37 script() function
53 kill $script
63 script &
64 script=$!
68 # Sleep while the above script fires into life. To guard against dtrace dying
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.DataModel32.d.ksh40 script() function
66 script
H A Dtst.DataModel64.d.ksh41 script() function
67 script
H A Dtst.DefineNameWithCPP.d.ksh41 script() function
61 script
H A Dtst.ELFGenerationOut.d.ksh42 script() function
59 script
H A Dtst.PreprocessorStatement.d.ksh42 script() function
62 script
H A Dtst.QuietMode.d.ksh40 script() function
58 script
H A Dtst.TestCompile.d.ksh40 script() function
60 script
H A Dtst.UnDefineNameWithCPP.d.ksh43 script() function
63 script
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.create.ksh29 # This script tests that the proc:::create probe fires with the proper
32 # If this fails, the script will run indefinitely; it relies on the harness
35 script() function
63 script
H A Dtst.exec.ksh29 # This script tests that the proc:::exec probe fires, followed by the
32 # If this fails, the script will run indefinitely; it relies on the harness
35 script() function
69 script
H A Dtst.exitexit.ksh29 # This script tests that the proc:::exit probe fires with the correct argument
32 # If this fails, the script will run indefinitely; it relies on the harness
35 script() function
63 script
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.violentdeath.ksh28 script() function
46 script &

Completed in 185 milliseconds

1234567891011>>