summaryrefslogtreecommitdiffstats
path: root/rules/killproc.in
blob: 41000f4fd8ebc9dcd34c66483c2d1f30c1e9c511 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
## SECTION=shell_and_console

menuconfig KILLPROC
	tristate "killproc                      "
	help
	  Utilities for starting and stopping of programs
	  (Werner Fink's killproc package)

config KILLPROC_CHECKPROC
	bool
	depends on KILLPROC
	prompt "checkproc"
	help
	  Checks process(es) of the named program

config KILLPROC_KILLPROC
	bool
	depends on KILLPROC
	prompt "killproc"
	help
	  Kill all running processes of a named program

config KILLPROC_STARTPROC
	bool
	depends on KILLPROC
	prompt "startproc"
	help
	  Start process(es) of the named program

config KILLPROC_USLEEP
	bool
	depends on KILLPROC
	prompt "usleep"
	help
	  Sleep for the specified number of microseconds