diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-29 10:15:40 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-29 11:08:39 -0300 |
commit | 81c6c995c411c0a516d8cb085c2b904b112f5f9e (patch) | |
tree | f7c886174e772320db8608e27b74ec55c00ca806 /testing/apt-dater/02-refresh-ssh-flags.patch | |
parent | 0dc6c6c9ccd0d3ce9ef168afd9ad5d4c42a7ff1b (diff) | |
download | aports-81c6c995c411c0a516d8cb085c2b904b112f5f9e.tar.bz2 aports-81c6c995c411c0a516d8cb085c2b904b112f5f9e.tar.xz |
testing/apt-dater: upgrade to 1.0.4
Diffstat (limited to 'testing/apt-dater/02-refresh-ssh-flags.patch')
-rw-r--r-- | testing/apt-dater/02-refresh-ssh-flags.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/apt-dater/02-refresh-ssh-flags.patch b/testing/apt-dater/02-refresh-ssh-flags.patch deleted file mode 100644 index b64a9f026e..0000000000 --- a/testing/apt-dater/02-refresh-ssh-flags.patch +++ /dev/null @@ -1,15 +0,0 @@ -# Also use OptionalCmdFlags on refreshing hosts. -# Closes: #678111 - -diff -Naur apt-dater-0.9.0.orig/lib/cmd apt-dater-0.9.0/lib/cmd ---- apt-dater-0.9.0.orig/lib/cmd 2012-05-28 22:21:48.000000000 +0200 -+++ apt-dater-0.9.0/lib/cmd 2012-07-03 19:26:49.369476113 +0200 -@@ -157,7 +157,7 @@ - ;; - refresh) - run_hook "$AD_HOOK_PRE_REFRESH" -- $AD_SSH_CMD $AD_SSH_ID -n -o BatchMode=yes -o ConnectTimeout=5 $my_ssh_user $my_ssh_port "$AD_HOSTNAME" $AD_CMD_REFRESH 2>&1 -+ $AD_SSH_CMD $AD_SSH_ID $AD_SSH_OPTFLAGS -n -o BatchMode=yes -o ConnectTimeout=5 $my_ssh_user $my_ssh_port "$AD_HOSTNAME" $AD_CMD_REFRESH 2>&1 - run_hook "$AD_HOOK_POST_REFRESH" - ;; - *) |