source: MondoRescue/branches/3.3/mindi-busybox/editors/Config.src@ 3621

Last change on this file since 3621 was 3621, checked in by Bruno Cornec, 7 years ago

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

File size: 361 bytes
Line 
1#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "Editors"
7
8INSERT
9
10config FEATURE_ALLOW_EXEC
11 bool "Allow vi and awk to execute shell commands"
12 default y
13 depends on VI || AWK
14 help
15 Enables vi and awk features which allows user to execute
16 shell commands (using system() C call).
17
18endmenu
Note: See TracBrowser for help on using the repository browser.