diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-28 09:16:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-28 09:16:21 +0000 |
commit | c6dd1a60ff64d80d5ed4e060c213d45e5010fff0 (patch) | |
tree | 7917e0e866633ab7ebf2bfe5e891a7f6e58f8ab8 /security/drweb/pkg-install | |
parent | - Update to 3.0.4 (diff) |
- Update to 4.44.3
PR: ports/137169
Submitted by: Alexander Demin <support@spectrum.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=238494
Diffstat (limited to 'security/drweb/pkg-install')
-rw-r--r-- | security/drweb/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drweb/pkg-install b/security/drweb/pkg-install index b162e39b1700..d77ea5d1d18c 100644 --- a/security/drweb/pkg-install +++ b/security/drweb/pkg-install @@ -46,7 +46,7 @@ echo "*.* ${DRWEB_VARPREFIX}/drwebd.log" echo "" echo "You may also add this crontab entry to /etc/crontab" -echo "0 12 * * * root ${DRWEB_PREFIX}/update/update.pl" +echo "0 4 * * * root ${DRWEB_PREFIX}/update/update.pl" echo "" [ "$ex" = "1" ] && exit 1 |