diff options
author | Timo Weingärtner <timo@tiwe.de> | 2012-02-25 21:17:00 +0100 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2012-02-25 21:17:00 +0100 |
commit | 4b444020fa50e4f22a427b981c582b35cdb4efb1 (patch) | |
tree | a7e31424e72b3a98053ca5b11206831cfd3322e2 /debian/openssh-known-hosts.cron.d | |
parent | 8f32f842b33bdc6617b41dc9f18b222fd3013e21 (diff) | |
download | openssh-known-hosts-4b444020fa50e4f22a427b981c582b35cdb4efb1.tar.gz |
Imported Debian version 0.2debian/0.2
Diffstat (limited to 'debian/openssh-known-hosts.cron.d')
-rw-r--r-- | debian/openssh-known-hosts.cron.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/openssh-known-hosts.cron.d b/debian/openssh-known-hosts.cron.d index d1fef7b..27f4f64 100644 --- a/debian/openssh-known-hosts.cron.d +++ b/debian/openssh-known-hosts.cron.d @@ -1,4 +1,4 @@ # # Regular cron jobs for the openssh-known-hosts package # -0 * * * * root [ -x /usr/share/openssh-known-hosts/update-known-hosts ] && /usr/share/openssh-known-hosts/update-known-hosts +0 * * * * root [ -x /usr/sbin/update-openssh-known-hosts ] && /usr/sbin/update-openssh-known-hosts |