diff options
author | Wayne Davison <wayned@samba.org> | 2007-09-15 15:50:59 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2007-09-15 15:50:59 +0000 |
commit | e73eed8563d21ef9ce83725cb09a3c2e14a40dbe (patch) | |
tree | 9c7afafd3ecad37e94c615eb3c544f73c2897d14 /testsuite | |
parent | da1319128ac3e8d563a6959e82e471e8f5544a83 (diff) | |
download | rsync-e73eed8563d21ef9ce83725cb09a3c2e14a40dbe.tar.gz rsync-e73eed8563d21ef9ce83725cb09a3c2e14a40dbe.tar.bz2 rsync-e73eed8563d21ef9ce83725cb09a3c2e14a40dbe.zip |
Added more local-network IPs to the "hosts allow" rsyncd config
so that the FreeBSD machine in the compile farm can test.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/rsync.fns | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index eaad40a3..e5ae719f 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -234,7 +234,7 @@ build_rsyncd_conf() { pid file = $pidfile use chroot = no -hosts allow = localhost 127.0.0.1 10.0.1.2 $hostname +hosts allow = localhost 127.0.0.0/24 192.168.0.0/16 10.0.0.0/8 $hostname log file = $logfile log format = %i %h [%a] %m (%u) %l %f%L transfer logging = yes |