[BusyBox-cvs] busybox/loginutils Config.in,NONE,1.1 config.in,1.4,NONE

Erik Andersen andersen at codepoet.org
Thu Dec 5 08:40:51 UTC 2002


Update of /var/cvs/busybox/loginutils
In directory winder:/tmp/cvs-serv7481/loginutils

Added Files:
	Config.in 
Removed Files:
	config.in 
Log Message:
Yet another major rework of the BusyBox config system, using the considerably
modified Kbuild system I put into uClibc.  With this, there should be no more
need to modify Rules.mak since I've moved all the interesting options into the
config system.  I think I've got everything updated, but you never know, I may
have made some mistakes, so watch closely.
 -Erik


--- NEW FILE: Config.in ---
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#

menu "Login/Password Management Utilities"

config CONFIG_USE_BB_PWD_GRP
	bool "Use internal password and group functions rather than system functions"
	default n
	help
	  Please submit a patch to add help text for this item.

config CONFIG_ADDGROUP
	bool "addgroup"
	default n
	help
	  Please submit a patch to add help text for this item.

[...58 lines suppressed...]
	bool "  Use busybox shadow password functions"
	default n
	depends on CONFIG_USE_BB_PWD_GRP && CONFIG_FEATURE_SHADOWPASSWDS
	help
	  Please submit a patch to add help text for this item.

config CONFIG_SULOGIN
	bool "sulogin"
	default n
	help
	  Please submit a patch to add help text for this item.

config CONFIG_VLOCK
	bool "vlock"
	default n
	help
	  Please submit a patch to add help text for this item.

endmenu


--- config.in DELETED ---




More information about the busybox-cvs mailing list