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

1234567891011>>

/freebsd-current/usr.sbin/periodic/etc/monthly/
H A D999.local14 for script in $monthly_local
17 case "$script" in
19 if [ -x "$script" ]
21 echo "Running $script:"
23 $script || rc=3
24 elif [ -f "$script" ]
26 echo "Running $script:"
28 sh $script || rc=3
30 echo "$script: No such file"
34 echo "$script
[all...]
/freebsd-current/usr.sbin/periodic/etc/weekly/
H A D999.local14 for script in $weekly_local
17 case "$script" in
19 if [ -x "$script" ]
21 echo "Running $script:"
23 $script || rc=3
24 elif [ -f "$script" ]
26 echo "Running $script:"
28 sh $script || rc=3
30 echo "$script: No such file"
34 echo "$script
[all...]
/freebsd-current/usr.sbin/periodic/etc/daily/
H A D999.local4 # Run the old /etc/daily.local script. This is really for backwards
17 for script in $daily_local
20 case "$script" in
22 if [ -x "$script" ]
24 echo "Running $script:"
26 $script || rc=3
27 elif [ -f "$script" ]
29 echo "Running $script:"
31 sh $script || rc=3
33 echo "$script
[all...]
/freebsd-current/contrib/bc/tests/dc/scripts/
H A Deaster.sh32 script="$0"
34 testdir=$(dirname "${script}")
43 printf 'usage: %s dc_exec year [options...]\n' "$script"
/freebsd-current/usr.bin/script/
H A DMakefile2 PROG= script
/freebsd-current/libexec/rc/rc.d/
H A Dlocalpkg29 for script in ${zlist} ${slist}; do
30 if [ -z "${initdone}" -a -f "${script}" ]; then
34 if [ -x "${script}" ]; then
37 ${script} start)
38 elif [ -f "${script}" -o -L "${script}" ]; then
39 echo -n " (skipping ${script}, not executable)"
57 for script in `reverse_list ${slist} ${zlist}`; do
58 if [ -z "${initdone}" -a -f "${script}" ]; then
62 if [ -x "${script}" ]; the
[all...]
/freebsd-current/tests/sys/cddl/zfs/bin/
H A Dtestenv.ksh2 script=$(realpath $0)
3 export STF_BIN=$(dirname ${script})
/freebsd-current/contrib/bmake/mk/
H A Dscripts.mk31 # how we get script name from src
50 .for script in ${${group}:O:u}
51 ${group}_INSTALL_OWN.${script:T} ?= ${${group}_INSTALL_OWN}
52 ${group}DIR.${script:T} ?= ${${group}DIR_${script:T}:U${${group}DIR}}
53 script_mkdir_list += ${${group}DIR.${script:T}}
55 ${group}NAME.${script} ?= ${${group}NAME_${script:T}:U${script:${SCRIPTSNAME_MOD}}}
56 .if ${${group}NAME.${script}
[all...]
/freebsd-current/sbin/ddb/
H A Dddb.conf8 script lockinfo=show locks; show alllocks; show lockedvnods
11 script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture off; textdump dump; reset
14 script kdb.enter.witness=run lockinfo
/freebsd-current/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-current/contrib/bmake/unit-tests/
H A Ddep-duplicate.exp1 make: "dep-duplicate.inc" line 1: warning: duplicate script for target "all" ignored
2 make: "dep-duplicate.main" line 3: warning: using previous script for "all" defined here
H A Ddep-colon-bug-cross-file.exp1 make: "dep-colon-bug-cross-file.mk" line 32: warning: duplicate script for target "all" ignored
2 make: "dep-colon-bug-cross-file.mk" line 42: warning: using previous script for "all" defined here
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.UnDefineNameWithCPP.d.ksh43 script() function
63 script
H A Dtst.TestCompile.d.ksh40 script() function
60 script
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.PreprocessorStatement.d.ksh42 script() function
62 script
H A Dtst.QuietMode.d.ksh40 script() function
58 script
H A Dtst.ELFGenerationOut.d.ksh42 script() function
59 script
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
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
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.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
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.violentdeath.ksh28 script() function
46 script &
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.hvmenable.ksh47 script() function
61 script

Completed in 185 milliseconds

1234567891011>>