summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-06-19 11:54:17 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-06-19 11:58:04 +0200
commit2cc9ba3d499a1c114bcd592b72f4258c900784f4 (patch)
tree2343bf8c3a2d1ccd6f9c32c3493641bd8e8220bf
parentabea4d4910c6b254c4c43c9fa3b78e7fe0d706af (diff)
downloadptxdist-2cc9ba3d499a1c114bcd592b72f4258c900784f4.tar.gz
ptxdist-2cc9ba3d499a1c114bcd592b72f4258c900784f4.tar.xz
rsync: remove not used option RSYNC_CONFIG_FILE_DEFAULT and RSYNC_CONFIG_FILE_USER
The code which uses these options was removed in commit: 2e878658a02c * init: introduce infrastructure for multiple init methods Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/rsync.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/rules/rsync.in b/rules/rsync.in
index e906041bd..2aa2ac8e2 100644
--- a/rules/rsync.in
+++ b/rules/rsync.in
@@ -25,28 +25,6 @@ config RSYNC_CONFIG_FILE
comment "runtime options ---"
choice
- prompt "Kind of rsyncd.conf/rsyncd.secrets file"
- default RSYNC_CONFIG_FILE_DEFAULT
-
- config RSYNC_CONFIG_FILE_DEFAULT
- bool
- prompt "Use generic"
- help
- The files from generic/etc/rsyncd.conf|rsyncd.secrets will be used.
- Its a very good idea to start with this default files and save a
- customised version into your project, because the generic files are
- really useless. You can use your own version if you select
- "User defined" here.
-
- config RSYNC_CONFIG_FILE_USER
- bool
- prompt "User defined"
- help
- The files from <project>/projectroot/etc/rsyncd.conf|rsyncd.secrets
- will be used.
-endchoice
-
-choice
prompt "Kind of startup"
default RSYNC_INETD_SERVER