Searched refs:script (Results 1 – 25 of 68) sorted by relevance
123
/systemd-251/test/ |
D | sysv-generator-test.py | 105 script = os.path.join(self.init_d_dir, fname) 106 with open(script, 'w') as f: 112 os.chmod(script, 0o755) 126 return script 364 script = self.add_sysv('foo', {}, enable=True) 366 shutil.copy(script, script + '.dpkg-new') 367 shutil.copy(script, script + '.dpkg-dist') 368 shutil.copy(script, script + '.swp') 369 shutil.copy(script, script + '.rpmsave') 379 script = self.add_sysv('foo', {}, enable=True) [all …]
|
D | mkosi.default.networkd-test | 80 # Run our own script
|
/systemd-251/coccinelle/ |
D | run-coccinelle.sh | 40 for script in "${SCRIPTS[@]}"; do 41 echo "--x-- Processing $script --x--" 43 echo "+ spatch --sp-file $script ${ARGS[*]} ..." 45 …spatch --macro-file="$TOP_DIR/coccinelle/macros.h" --sp-file "$script" "${ARGS[@]}" ::: "${FILES[@… 47 echo -e "--x-- Processed $script --x--\n"
|
D | strempty.cocci | 12 position p : script:python() { 28 position p : script:python() { p[0].current_element != "strempty" }; 36 position p : script:python() { p[0].current_element != "strnull" }; 48 position p : script:python() { p[0].current_element != "strnull" }; 56 position p : script:python() { p[0].current_element != "strna" }; 68 position p : script:python() { p[0].current_element != "strna" };
|
D | zz-drop-braces.cocci | 3 position p : script:python() { p[0].file != "src/journal/lookup3.c" }; 17 position p : script:python() { p[0].file != "src/journal/lookup3.c" };
|
D | strjoina.cocci | 3 position p : script:python() { p[0].current_element != "test_strjoina" };
|
D | empty-to-null.cocci | 4 position p : script:python() { p[0].current_element != "empty_to_null" };
|
D | mfree_return.cocci | 4 position p : script:python() { p[0].current_element != "mfree" };
|
D | xsprintf.cocci | 3 position p : script:python() { not p[0].file.startswith("man/") };
|
D | dup-fcntl.cocci | 4 position p : script:python() { p[0].file != "src/test/test-fd-util.c" };
|
D | strjoin.cocci | 3 position p : script:python() { p[0].current_element != "test_strjoin" };
|
D | flags-set.cocci | 6 position p : script:python() {
|
D | isempty.cocci | 4 position p : script:python() { p[0].file != "src/test/test-string-util.c" };
|
D | timestamp-is-set.cocci | 6 position p : script:python() { p[0].file != "src/basic/time-util.h" };
|
/systemd-251/src/rpm/ |
D | triggers.systemd.sh.in | 13 # This script will run after any package is initially installed or 43 # This script will process files installed in {{SYSUSERS_DIR}} to create 49 # This script will automatically invoke hwdb update if files have been 54 # This script will automatically invoke journal catalog update if files 59 # This script will automatically apply binfmt rules if files have been 68 # This script will process files installed in {{TMPFILES_DIR}} to create 76 # This script will automatically update udev with new rules if files 83 # This script will automatically apply sysctl rules if files have been
|
D | triggers.systemd.in | 12 -- This script will run after any package is initially installed or 72 -- This script will process files installed in {{SYSUSERS_DIR}} to create 83 -- This script will automatically invoke hwdb update if files have been 93 -- This script will automatically invoke journal catalog update if files 103 -- This script will automatically apply binfmt rules if files have been 115 -- This script will process files installed in {{TMPFILES_DIR}} to create 128 -- This script will automatically update udev with new rules if files 140 -- This script will automatically apply sysctl rules if files have been
|
/systemd-251/docs/ |
D | HACKING.md | 179 achieve this, create a script with the following contents in systemd's project directory on the hos… 197 exec sudo mkosi --source-file-transfer=mount --incremental --skip-final-phase --build-script mkosi-… 200 Next, mark the script as executable and point your editor plugin to use this script to start clangd… 202 mkosi-clangd.sh script. 216 host in the mkosi-clangd.sh script. 231 plugin tries to run the mkosi-clangd.sh script. To be able to enter the root password in non-intera… 236 …red correctly, a window will appear when your editor plugin tries to run the mkosi-clangd.sh script 347 This process can be automated by using the `debug-sd-boot.sh` script in the tools folder. If run
|
/systemd-251/test/units/ |
D | testsuite-55-testbloat.service | 6 # A VERY small memory.high will cause the script (trying to use a lot of memory)
|
/systemd-251/.github/workflows/ |
D | coverity.yml | 34 # Reuse the setup phase of the unit test script to avoid code duplication
|
/systemd-251/shell-completion/bash/ |
D | systemd-detect-virt | 1 # systemd-detect-virt(1) completion -*- shell-script -*-
|
D | kernel-install | 1 # kernel-install(8) completion -*- shell-script -*-
|
D | oomctl | 1 # oomctl(1) completion -*- shell-script -*-
|
D | systemd-cat | 1 # systemd-cat(1) completion -*- shell-script -*-
|
/systemd-251/docs/sysvinit/ |
D | README.in | 18 system. An init script {{ SYSTEM_SYSVINIT_PATH }}/foobar is implicitly mapped
|
/systemd-251/units/ |
D | system-update-cleanup.service | 28 # update script if it successfully removed the symlink and scheduled a
|
123