summaryrefslogtreecommitdiffstats
path: root/rules/cvs.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-01-10 09:35:24 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-01-10 09:35:24 +0000
commitdee8d99c4528d3bd9ce807407bef0c9539fd4cf9 (patch)
treed7e0ac428f2f7c9ea1b52014c60baf768198708c /rules/cvs.in
parente367235b460f83e6890a3e1770068c287cf7703b (diff)
downloadptxdist-dee8d99c4528d3bd9ce807407bef0c9539fd4cf9.tar.gz
ptxdist-dee8d99c4528d3bd9ce807407bef0c9539fd4cf9.tar.xz
* rules/*.in, Kconfig:
removed 'default n' cleaned up menu a bit git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9470 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/cvs.in')
-rw-r--r--rules/cvs.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/rules/cvs.in b/rules/cvs.in
index b2c75f48c..90fae7b3e 100644
--- a/rules/cvs.in
+++ b/rules/cvs.in
@@ -3,7 +3,6 @@
menuconfig CVS
tristate
- default n
#
# cvs brings its own libz, but the current
# ptxdist patch remove it.
@@ -31,7 +30,6 @@ config CVS_NDBM
config CVS_CLIENT
bool
- default n
prompt "Build cvs client"
help
Include code for running as a remote client
@@ -39,7 +37,6 @@ config CVS_CLIENT
config CVS_PSSWRD_CLIENT
bool
depends on CVS_CLIENT
- default n
prompt "Support password authenticated client"
help
Enable pserver as a remote access method in the CVS client
@@ -65,7 +62,6 @@ config CVS_FLOW_CONTROL
config CVS_ENCRYPTION
bool
depends on CVS_SERVER
- default n
prompt "Enable encryption"
help
Enable encryption support
@@ -73,7 +69,6 @@ config CVS_ENCRYPTION
config CVS_ROOTCOMMIT
bool
depends on CVS_SERVER
- default n
prompt "Allow root commits"
help
Allow the root user to commit files
@@ -84,7 +79,6 @@ config CVS_SERVER_POPULATE_CVSROOT
bool
depends on CVS_SERVER
prompt "Populate CVSROOT files"
- default n
help
This will install a list of files into target's cvs repository. These files
are supporting files; they do not have to exist for cvs to operate, but they