diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-25 19:28:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-25 19:28:30 +0000 |
commit | c2e568893ab24021fab40265a4f3eaa183f48c6a (patch) | |
tree | 24cd5a2e8ea62c7d322191dd154d5d3e0030e357 /security/drweb/pkg-install | |
parent | - Update to 0.10.2 (diff) |
- Fix rc.d/00drweb.sh script to give proper command line option
- Add drweb script in bin dir to call scanner
- Remove not nessessary variable MAIN_NAME in Makefile
- Portlint
- Raise PORTREVISION
PR: ports/64711
Submitted by: Serge Negodyuck <petr@petrovich.kiev.ua>
Notes
Notes:
svn path=/head/; revision=105261
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 4a4f111b698a..5cfd03d1ac4b 100644 --- a/security/drweb/pkg-install +++ b/security/drweb/pkg-install @@ -42,7 +42,7 @@ fi if ! grep -q ${USER} /etc/crontab; then if ! crontab -l -u ${BINOWN} | grep -q ${USER}; then echo "You may also add this crontab entry to /etc/crontab" - echo "0 12 * * * ${BINOWN} ${PKG_PREFIX}/drweb/update/update.pl ${PKG_PREFIX}/drweb" + echo "0 12 * * * ${BINOWN} ${PKG_PREFIX}/drweb/update/update.pl" echo "" fi fi |