summaryrefslogtreecommitdiffstats
path: root/rules/sysvinit.in
blob: f9f806dd7a78c71dd5098f6af0a84baabde3ffe4 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
menuconfig SYSVINIT
	bool "SysVInit [BROKEN]   "
	depends on BROKEN

config SYSVINIT_INIT
	bool
	prompt "init"
	depends on SYSVINIT
	help
	  Install the init program, this init support runlevel

config SYSVINIT_HALT
	bool
	prompt "halt"
	depends on SYSVINIT
	help
	  The 'halt' tool brings the machine down.

config SYSVINIT_SHUTDOWN
	bool
	prompt "shutdown"
	depends on SYSVINIT
	help
	  FIXME: This item needs to be documented

config SYSVINIT_RUNLEVEL
	bool
	prompt "runlevel"
	depends on SYSVINIT
	help
	  FIXME: This item needs to be documented

config SYSVINIT_KILLALL5
	bool
	prompt "killall5"
	depends on SYSVINIT
	help
	  FIXME: This item needs to be documented

config SYSVINIT_SULOGIN
	bool
	prompt "sulogin"
	depends on SYSVINIT
	help
	  FIXME: This item needs to be documented

config SYSVINIT_BOOTLOGD
	bool
	prompt "bootlogd"
	depends on SYSVINIT
	help
	  FIXME: This item needs to be documented

config SYSVINIT_WALL
	bool
	prompt "wall"
	depends on SYSVINIT
	help
	  FIXME: This item needs to be documented

config SYSVINIT_LAST
	bool
	prompt "last"
	depends on SYSVINIT
	help
	  FIXME: This item needs to be documented

config SYSVINIT_MESG
	bool
	prompt "mesg"
	depends on SYSVINIT
	help
	  FIXME: This item needs to be documented

config SYSVINIT_BSDINIT
	bool
	prompt "BSD Styles Init"
	depends on SYSVINIT && SYSVINIT_INIT
	help
	  It installs different script to configuration of runlevel supported in init.
	  These script use BSD style init, described in
	  http://www.linuxfromscratch.org/hints/downloads/files/bsd-init.txt