Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 59) sorted by relevance

123

/busybox-1.35.0/shell/hush_test/hush-signals/
Dexit.right6 trap -- 'echo Should not run' EXIT
11 trap -- 'echo Should not run' EXIT
Dexit.tests11 trap "echo Should not run" EXIT
26 trap "echo Should not run" EXIT
Dsignal7.tests3 # Bug was causing sh to be run in subshell,
/busybox-1.35.0/shell/hush_test/
Drun-all48 for x in run-*; do
51 "$0"|run-minimal|run-gprof) ;;
/busybox-1.35.0/shell/hush_test/hush-glob/
Dglob_redir.tests3 # if run as "sh", they are not globbed, but
4 # if run as "bash", they are!
/busybox-1.35.0/shell/ash_test/ash-glob/
Dglob_redir.tests3 # if run as "sh", they are not globbed, but
4 # if run as "bash", they are!
/busybox-1.35.0/shell/ash_test/
Drun-all51 for x in run-*; do
54 "$0"|run-minimal|run-gprof) ;;
/busybox-1.35.0/examples/var_service/supplicant_if/
Dwpa_supplicant.conf2 ctrl_interface=DIR=/var/run/wpa_supplicant
/busybox-1.35.0/docs/
Dunit-tests.txt49 To run the tests you can either directly run 'busybox unit' or use 'make test'
50 to run both the unit tests (if compiled) and regular test suite.
/busybox-1.35.0/examples/var_service/
DREADME14 typically be edited and run as root, and the processes they launch do
37 named "run".
50 You can debug an individual service by running its SERVICE_DIR/run script.
53 You can also run "runsv SERVICE_DIR", which runs both the service
54 and its logger service (SERVICE_DIR/log/run) if logger service exists.
67 Runs a getty on <tty>. (run script looks at $PWD and extracts suffix
69 with different names to run many gettys on many ttys.
92 In many cases, network configuration makes it necessary to run several daemons:
102 address on interface named "if". Copy/rename this directory as needed to run
103 udhcpc on other interfaces (var_service/dhcp_if/run script uses _foo suffix
[all …]
DREADME_distro_proposal.txt56 such as /etc/sv/sshd, with a script file, "run", and a link
57 "supervise" -> /run/runit/supervise.sshd
59 For sshd, "run" contains:
69 the link to /run/runit/* is conceptually wrong, it requires packagers
73 I think a good thing would be to require just one file: the "run" script.
103 service directory: a directory with an executable file (script) named "run"
118 It runs "run" script as its child. It restarts it if it dies.
132 service dirs: it has a "run" script which starts a logging tool.
138 If log service exists, daemontools and s6 run a pair of supervisors
153 a mandatory location, avoid depending on it in your run scripts.
[all …]
/busybox-1.35.0/testsuite/
DREADME1 To run the test suite, change to this directory and run "./runtest". It will
2 run all of the test cases, and list those with unexpected outcomes. Adding the
3 -v option will cause it to show expected outcomes as well. To only run the test
/busybox-1.35.0/shell/ash_test/ash-standalone/
Dnofork_trashes_getopt.tests3 # Subsequent hexdump is run as NOEXEC, and thus still uses this state
/busybox-1.35.0/shell/hush_test/hush-standalone/
Dnofork_trashes_getopt.tests3 # Subsequent hexdump is run as NOEXEC, and thus still uses this state
/busybox-1.35.0/testsuite/cp/
Dcp-does-not-copy-unreadable-file5 # run as user with nonzero uid
/busybox-1.35.0/shell/ash_test/ash-signals/
Dsignal7.tests3 # Bug was causing sh to be run in subshell,
/busybox-1.35.0/networking/
Dzcip.c179 static int run(char *argv[3], const char *param, uint32_t nip) in run() function
303 if (run(argv, "init", 0)) in zcip_main()
431 run(argv, "config", chosen_nip); in zcip_main()
466 run(argv, "deconfig", chosen_nip); in zcip_main()
536 run(argv, "deconfig", chosen_nip); in zcip_main()
/busybox-1.35.0/shell/hush_test/hush-z_slow/
Dleak_all2.tests17 then echo not run
45 then echo not run
71 then echo not run
Dleak_all1.tests23 true; echo Doesnt run
25 { true; }; echo Doesnt run too >>/foo/bar
91 true; echo Doesnt run
93 { true; }; echo Doesnt run too >>/foo/bar
/busybox-1.35.0/loginutils/
DREADME8 - mgetty uses O_NONBLOCK unless run with -b, or as "getty"
37 It should be possible to run "getty 0 -" from a shell prompt.
39 fails in process group leader. The workaround is to run it as a child
62 It should be possible to run "login [USER]" from a shell prompt,
/busybox-1.35.0/examples/var_service/ntpd/
Drun18 test -f /var/run/service/fw/up || exec sleep $net_down_delay
/busybox-1.35.0/examples/
Dinittab15 # the specified process to run on. The contents of this field are
34 # shutdown actions are run on halt/reboot/poweroff, or on SIGQUIT.
39 # ctrlaltdel actions are run when SIGINT is received
61 # This is run first except when booting in single-user mode.
/busybox-1.35.0/
DConfig.in38 if you plan to run busybox on desktop.
93 on-the-fly when "APPLET --help" is run.
97 be noticeable. Also, if you run executables directly from ROM
132 The file /var/run/utmp is used to track who is currently logged in.
142 The file /var/run/wtmp is used to track when users have logged into
154 on applets which require pidfiles to run.
158 default "/var/run"
210 root-level operations even when run by ordinary users
217 to run under root for every applet, build two busybox binaries with
222 or to be run by root) and will refuse to execute otherwise:
[all …]
DINSTALL43 Standalone shell mode causes busybox's built-in command shell to run
70 is run without an existing configuration, make defconfig will run first to
110 to run tests without installing, set your LD_LIBRARY_PATH accordingly when
/busybox-1.35.0/qemu_multiarch_testing/
DREADME34 so you can go into system-image-ARCH and run
37 You can also run "./parallel-build-hdc-img.sh -s system-image-ARCH"

123