artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e1c6ec
)
Also download SPLs via rsync
author
job
<job@openbsd.org>
Mon, 26 Feb 2024 20:37:27 +0000
(20:37 +0000)
committer
job
<job@openbsd.org>
Mon, 26 Feb 2024 20:37:27 +0000
(20:37 +0000)
OK tb@
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
808a920
..
ca838e0
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.4
8 2023/11/24 14:05:4
7 job Exp $ */
+/* $OpenBSD: rsync.c,v 1.4
9 2024/02/26 20:37:2
7 job Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@
-159,6
+159,7
@@
exec_rsync(const char *prog, const char *bind_addr, char *uri, char *dst,
args[i++] = "--include=*.roa";
args[i++] = "--include=*.asa";
args[i++] = "--include=*.tak";
+ args[i++] = "--include=*.spl";
args[i++] = "--exclude=*";
if (bind_addr != NULL) {
args[i++] = "--address";