e92c693e33
Drop USE_GROFF, the only formatting difference is some extra whitespace. ok espie@
13 lines
420 B
Plaintext
13 lines
420 B
Plaintext
$OpenBSD: patch-authenticate_c,v 1.2 2011/10/18 20:24:24 naddy Exp $
|
|
--- authenticate.c.orig Sat Sep 10 22:38:17 2011
|
|
+++ authenticate.c Tue Oct 18 16:51:20 2011
|
|
@@ -283,7 +283,7 @@ void auth_client(int fd, const char *user, const char
|
|
char pass2[MAX_DIGEST_LEN*2];
|
|
|
|
if (!user || !*user)
|
|
- user = "nobody";
|
|
+ user = "_rsync";
|
|
|
|
if (!(pass = getpassf(password_file))
|
|
&& !(pass = getenv("RSYNC_PASSWORD"))) {
|