diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-01-07 15:22:29 +0100 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-01-07 17:37:23 +0100 |
commit | 4b9c494c31f26237299c9bf052df99af0945b9c9 (patch) | |
tree | 4c41150acd4d13ef26f3a36f3f976119bcd6780f /debian/openssh-known-hosts.cron.d | |
parent | 1b05237ebb0ef83d2b0603369347da9832711c82 (diff) | |
download | openssh-known-hosts-4b9c494c31f26237299c9bf052df99af0945b9c9.tar.gz |
Revert "drop debian/"
This reverts commit 9817011424d5a37501ffb6bcee573e6fb25b852d.
Diffstat (limited to 'debian/openssh-known-hosts.cron.d')
-rw-r--r-- | debian/openssh-known-hosts.cron.d | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/openssh-known-hosts.cron.d b/debian/openssh-known-hosts.cron.d new file mode 100644 index 0000000..27f4f64 --- /dev/null +++ b/debian/openssh-known-hosts.cron.d @@ -0,0 +1,4 @@ +# +# Regular cron jobs for the openssh-known-hosts package +# +0 * * * * root [ -x /usr/sbin/update-openssh-known-hosts ] && /usr/sbin/update-openssh-known-hosts |