artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1274c90
)
Abate superfluous lines from remote servers
author
job
<job@openbsd.org>
Thu, 1 Apr 2021 11:04:30 +0000
(11:04 +0000)
committer
job
<job@openbsd.org>
Thu, 1 Apr 2021 11:04:30 +0000
(11:04 +0000)
OK claudio@
usr.sbin/rpki-client/rsync.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/rsync.c
b/usr.sbin/rpki-client/rsync.c
index
5f6e169
..
6bb1041
100644
(file)
--- a/
usr.sbin/rpki-client/rsync.c
+++ b/
usr.sbin/rpki-client/rsync.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: rsync.c,v 1.2
2 2021/03/18 15:47:10 claudio
Exp $ */
+/* $OpenBSD: rsync.c,v 1.2
3 2021/04/01 11:04:30 job
Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@
-270,6
+270,7
@@
proc_rsync(char *prog, char *bind_addr, int fd)
i = 0;
args[i++] = (char *)prog;
args[i++] = "-rt";
+ args[i++] = "--no-motd";
args[i++] = "--timeout";
args[i++] = "180";
if (bind_addr != NULL) {