summaryrefslogtreecommitdiffstats
path: root/rules/rsync3.in
blob: 4e1b6e7d9f513d04bad70c51cc401c585d54add0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## SECTION=networking
menuconfig RSYNC3
	tristate
	prompt "rsync v3                      "
	select OPENSSH_SSH
	help
	  rsync is a program that behaves in much the same way that rcp does,
	  but has many more options and uses the rsync remote-update protocol to
	  greatly speed up file transfers when the destination file is being
	  updated.

if RSYNC3

config RSYNC3_STARTSCRIPT
	bool
	default y
	prompt "install /etc/init.d/rsync"

endif