killall5.c (sysvinit-2.98.tar.xz) | : | killall5.c (sysvinit-2.99.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 17 | skipping to change at line 17 | |||
* | * | |||
* Version: 2.86 30-Jul-2004 MvS | * Version: 2.86 30-Jul-2004 MvS | |||
* | * | |||
* Usage: killall5 [-][signal] | * Usage: killall5 [-][signal] | |||
* pidof [-s] [-o omitpid [-o omitpid]] program [program..] | * pidof [-s] [-o omitpid [-o omitpid]] program [program..] | |||
* | * | |||
* Authors: Miquel van Smoorenburg, miquels@cistron.nl | * Authors: Miquel van Smoorenburg, miquels@cistron.nl | |||
* | * | |||
* Riku Meskanen, <mesrik@jyu.fi> | * Riku Meskanen, <mesrik@jyu.fi> | |||
* - return all running pids of given program name | * - return all running pids of given program name | |||
* - single shot '-s' option for backwards combatibility | * - single shot '-s' option for backwards compatibility | |||
* - omit pid '-o' option and %PPID (parent pid metavariable) | * - omit pid '-o' option and %PPID (parent pid metavariable) | |||
* - syslog() only if not a connected to controlling terminal | * - syslog() only if not a connected to controlling terminal | |||
* - swapped out programs pids are caught now | * - swapped out programs pids are caught now | |||
* | * | |||
* Werner Fink | * Werner Fink | |||
* - make omit dynamic | * - make omit dynamic | |||
* - provide '-n' to skip stat(2) syscall on network based FS | * - provide '-n' to skip stat(2) syscall on network based FS | |||
* | * | |||
* This file is part of the sysvinit suite, | * This file is part of the sysvinit suite, | |||
* Copyright (C) 1991-2004 Miquel van Smoorenburg. | * Copyright (C) 1991-2004 Miquel van Smoorenburg. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |