OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 1... Line 1...
1 # DO NOT EDIT. This file is generated from Config.src 1 # DO NOT EDIT. This file is generated from Config.src
2 # 2 #
3 # For a description of the syntax of this configuration file, 3 # For a description of the syntax of this configuration file,
4 # see docs/Kconfig-language.txt. 4 # see scripts/kbuild/config-language.txt.
5 # 5 #
Line 6... Line 6...
6   6  
Line 7... Line 7...
7 menu "Runit Utilities" 7 menu "Runit Utilities"
8   8  
9 config BUSYBOX_CONFIG_CHPST 9 config BUSYBOX_CONFIG_CHPST
10 bool "chpst (9 kb)" 10 bool "chpst"
11 default BUSYBOX_DEFAULT_CHPST 11 default BUSYBOX_DEFAULT_CHPST
12 help 12 help
Line 13... Line 13...
13 chpst changes the process state according to the given options, and 13 chpst changes the process state according to the given options, and
14 execs specified program. 14 execs specified program.
15   15  
16 config BUSYBOX_CONFIG_SETUIDGID 16 config BUSYBOX_CONFIG_SETUIDGID
17 bool "setuidgid (4 kb)" 17 bool "setuidgid"
Line 18... Line 18...
18 default BUSYBOX_DEFAULT_SETUIDGID 18 default BUSYBOX_DEFAULT_SETUIDGID
19 help 19 help
20 Sets soft resource limits as specified by options 20 Sets soft resource limits as specified by options
21   21  
22 config BUSYBOX_CONFIG_ENVUIDGID 22 config BUSYBOX_CONFIG_ENVUIDGID
Line 23... Line 23...
23 bool "envuidgid (3.9 kb)" 23 bool "envuidgid"
24 default BUSYBOX_DEFAULT_ENVUIDGID 24 default BUSYBOX_DEFAULT_ENVUIDGID
25 help 25 help
26 Sets $UID to account's uid and $GID to account's gid 26 Sets $UID to account's uid and $GID to account's gid
27   27  
28 config BUSYBOX_CONFIG_ENVDIR 28 config BUSYBOX_CONFIG_ENVDIR
Line 29... Line 29...
29 bool "envdir (2.5 kb)" 29 bool "envdir"
30 default BUSYBOX_DEFAULT_ENVDIR 30 default BUSYBOX_DEFAULT_ENVDIR
31 help 31 help
32 Sets various environment variables as specified by files 32 Sets various environment variables as specified by files
33 in the given directory 33 in the given directory
34   34  
35 config BUSYBOX_CONFIG_SOFTLIMIT 35 config BUSYBOX_CONFIG_SOFTLIMIT
36 bool "softlimit (4.5 kb)" 36 bool "softlimit"
37 default BUSYBOX_DEFAULT_SOFTLIMIT 37 default BUSYBOX_DEFAULT_SOFTLIMIT
38 help 38 help
39 Sets soft resource limits as specified by options 39 Sets soft resource limits as specified by options
40 config BUSYBOX_CONFIG_RUNSV 40 config BUSYBOX_CONFIG_RUNSV
41 bool "runsv (7.8 kb)" 41 bool "runsv"
42 default BUSYBOX_DEFAULT_RUNSV 42 default BUSYBOX_DEFAULT_RUNSV
43 help 43 help
44 runsv starts and monitors a service and optionally an appendant log 44 runsv starts and monitors a service and optionally an appendant log
45 service. 45 service.
46 config BUSYBOX_CONFIG_RUNSVDIR 46 config BUSYBOX_CONFIG_RUNSVDIR
Line 47... Line 47...
47 bool "runsvdir (6.3 kb)" 47 bool "runsvdir"
48 default BUSYBOX_DEFAULT_RUNSVDIR 48 default BUSYBOX_DEFAULT_RUNSVDIR
49 help 49 help
50 runsvdir starts a runsv process for each subdirectory, or symlink to 50 runsvdir starts a runsv process for each subdirectory, or symlink to
51 a directory, in the services directory dir, up to a limit of 1000 51 a directory, in the services directory dir, up to a limit of 1000
52 subdirectories, and restarts a runsv process if it terminates. 52 subdirectories, and restarts a runsv process if it terminates.
53   53  
54 config BUSYBOX_CONFIG_FEATURE_RUNSVDIR_LOG 54 config BUSYBOX_CONFIG_FEATURE_RUNSVDIR_LOG
55 bool "Enable scrolling argument log" 55 bool "Enable scrolling argument log"
56 depends on BUSYBOX_CONFIG_RUNSVDIR 56 depends on BUSYBOX_CONFIG_RUNSVDIR
57 default BUSYBOX_DEFAULT_FEATURE_RUNSVDIR_LOG 57 default BUSYBOX_DEFAULT_FEATURE_RUNSVDIR_LOG
58 help 58 help
59 Enable feature where second parameter of runsvdir holds last error 59 Enable feature where second parameter of runsvdir holds last error
60 message (viewable via top/ps). Otherwise (feature is off 60 message (viewable via top/ps). Otherwise (feature is off
Line 61... Line 61...
61 or no parameter), error messages go to stderr only. 61 or no parameter), error messages go to stderr only.
62 config BUSYBOX_CONFIG_SV 62 config BUSYBOX_CONFIG_SV
63 bool "sv (8.5 kb)" 63 bool "sv"
64 default BUSYBOX_DEFAULT_SV 64 default BUSYBOX_DEFAULT_SV
65 help 65 help
66 sv reports the current status and controls the state of services 66 sv reports the current status and controls the state of services
67 monitored by the runsv supervisor. 67 monitored by the runsv supervisor.
Line 68... Line 68...
68   68  
69 config BUSYBOX_CONFIG_SV_DEFAULT_SERVICE_DIR 69 config BUSYBOX_CONFIG_SV_DEFAULT_SERVICE_DIR
70 string "Default directory for services" 70 string "Default directory for services"
71 default BUSYBOX_DEFAULT_SV_DEFAULT_SERVICE_DIR 71 default BUSYBOX_DEFAULT_SV_DEFAULT_SERVICE_DIR
72 depends on BUSYBOX_CONFIG_SV || BUSYBOX_CONFIG_SVC || BUSYBOX_CONFIG_SVOK 72 depends on BUSYBOX_CONFIG_SV
73 help -  
74 Default directory for services. -  
75 Defaults to "/var/service" -  
76   -  
77 config BUSYBOX_CONFIG_SVC -  
78 bool "svc (8.4 kb)" -  
79 default BUSYBOX_DEFAULT_SVC -  
80 help 73 help
81 svc controls the state of services monitored by the runsv supervisor. 74 Default directory for services.
82 It is compatible with daemontools command with the same name. 75 Defaults to "/var/service"
83   76  
84 config BUSYBOX_CONFIG_SVOK 77 config BUSYBOX_CONFIG_SVC
85 bool "svok (1.5 kb)" 78 bool "svc"
86 default BUSYBOX_DEFAULT_SVOK 79 default BUSYBOX_DEFAULT_SVC
87 help 80 help
Line 88... Line 81...
88 svok checks whether runsv supervisor is running. 81 svc controls the state of services monitored by the runsv supervisor.