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/files | |
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/files')
-rw-r--r-- | security/drweb/files/drweb.sh | 3 | ||||
-rw-r--r-- | security/drweb/files/patch-ac | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/security/drweb/files/drweb.sh b/security/drweb/files/drweb.sh new file mode 100644 index 000000000000..e8b97f4031bf --- /dev/null +++ b/security/drweb/files/drweb.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +exec /usr/local/drweb/drweb -ini=%INSTALL%/drweb32.ini $* diff --git a/security/drweb/files/patch-ac b/security/drweb/files/patch-ac index 79aab342ad91..7a8d73fe65d0 100644 --- a/security/drweb/files/patch-ac +++ b/security/drweb/files/patch-ac @@ -23,6 +23,6 @@ *) echo -n "Starting Dr. Web daemon..." - /usr/local/drweb/drwebd -+ %INSTALL%/drwebd -ini:%INSTALL%/drweb32.ini ++ %INSTALL%/drwebd -ini=%INSTALL%/drweb32.ini esac |