summaryrefslogtreecommitdiffstats
path: root/rules/rsync.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-05-06 19:34:06 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-05-06 19:34:06 +0000
commitc76b4141ea5c2b563435b6196e3c724b88385651 (patch)
treea7beb9ab0752a2e76044c54c2ed09b516ad86983 /rules/rsync.in
parent978131c0a5cdf31b0893913acc91127f62064f19 (diff)
downloadptxdist-c76b4141ea5c2b563435b6196e3c724b88385651.tar.gz
ptxdist-c76b4141ea5c2b563435b6196e3c724b88385651.tar.xz
* rsync: added user default konfigs to rsync packet; patch by
Carsten Schlote. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8131 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/rsync.in')
-rw-r--r--rules/rsync.in38
1 files changed, 18 insertions, 20 deletions
diff --git a/rules/rsync.in b/rules/rsync.in
index 6b7dc6f55..578e9eb49 100644
--- a/rules/rsync.in
+++ b/rules/rsync.in
@@ -39,28 +39,26 @@ comment "runtime options ---"
depends on RSYNC
choice
+ prompt "Kind of rsyncd.conf/rsyncd.secrets file"
+ depends on RSYNC
+ default RSYNC_CONFIG_FILE_DEFAULT
-prompt "Kind of rsyncd.conf/rsyncd.secrets file"
-depends on RSYNC
-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.
+ 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