changes, and now uses the system zlib. https://rsync.samba.org/ftp/rsync/src/rsync-3.1.0-NEWS Clean up some cruft: * Dropped the -T from --with-rsh. No tty allocation is the default for ssh, and if somebody sets RequestTTY in .ssh/config, they should get what they want. * Removed pointless SECURITY file. * Replaced the outdated DESCR text with the description from the man page. ok espie@
13 lines
284 B
Plaintext
13 lines
284 B
Plaintext
$OpenBSD: patch-configure_sh,v 1.3 2013/10/10 12:01:31 naddy Exp $
|
|
--- configure.sh.orig Sun Sep 29 04:57:19 2013
|
|
+++ configure.sh Thu Oct 3 15:52:41 2013
|
|
@@ -4377,7 +4377,7 @@ fi
|
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
-#define NOBODY_USER "nobody"
|
|
+#define NOBODY_USER "_rsync"
|
|
_ACEOF
|
|
|
|
|