~vcs-imports/busybox/trunk

« back to all changes in this revision

Viewing changes to loginutils/add-remove-shell.c

  • Committer: Denys Vlasenko
  • Author(s): Christian Franke
  • Date: 2023-11-13 10:32:35 UTC
  • Revision ID: git-v1:a63b60bdd6fa26b867c80d44074118babbae7ffd
Cygwin: regenerate defconfig

Signed-off-by: Christian Franke <christian.franke@t-online.de>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 * for details.
9
9
 */
10
10
//config:config ADD_SHELL
11
 
//config:       bool "add-shell (3.1 kb)"
 
11
//config:       bool "add-shell (3.3 kb)"
12
12
//config:       default y if DESKTOP
13
13
//config:       help
14
14
//config:       Add shells to /etc/shells.
15
15
//config:
16
16
//config:config REMOVE_SHELL
17
 
//config:       bool "remove-shell (3 kb)"
 
17
//config:       bool "remove-shell (3.3 kb)"
18
18
//config:       default y if DESKTOP
19
19
//config:       help
20
20
//config:       Remove shells from /etc/shells.