aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-05-30 18:26:17 +0000
committerWayne Davison <wayned@samba.org>2006-05-30 18:26:17 +0000
commite525519509bc2c633b8f7f9880290f632d7240b6 (patch)
tree6f97d3bb9d26187cfc4a67ecc159dfdc8dcb3e8e /testsuite
parent4b90820d9fb7b77ba44ccb5e972b821c0551cd11 (diff)
downloadandroid_external_rsync-e525519509bc2c633b8f7f9880290f632d7240b6.tar.gz
android_external_rsync-e525519509bc2c633b8f7f9880290f632d7240b6.tar.bz2
android_external_rsync-e525519509bc2c633b8f7f9880290f632d7240b6.zip
Authorize the current host in the rsyncd.conf file in addition
to localhost and 127.0.0.1 (which will hopefully fix the failing of the daemon tests on FreeBSD).
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/rsync.fns3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns
index 7d73f0c1..115ae6bc 100644
--- a/testsuite/rsync.fns
+++ b/testsuite/rsync.fns
@@ -224,13 +224,14 @@ build_rsyncd_conf() {
port=2612
pidfile="$scratchdir/rsyncd.pid"
logfile="$scratchdir/rsyncd.log"
+ hostname=`uname -n`
cat >"$conf" <<EOF
# rsyncd configuration file autogenerated by $0
pid file = $pidfile
use chroot = no
-hosts allow = localhost, 127.0.0.1
+hosts allow = localhost 127.0.0.1 $hostname
log file = $logfile
log format = %i %h [%a] %m (%u) %l %f%L
transfer logging = yes