diff options
author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2005-01-27 12:50:32 +0000 |
---|---|---|
committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2005-01-27 12:50:32 +0000 |
commit | e298146dc9352793c383e25a90b53fadcd4a6f7a (patch) | |
tree | 6706601b198a7d71b6d4c837062513f94a92c343 /security/clamav-devel/Makefile | |
parent | Introduce a variable LOGDIR instead of using a literal log directory (diff) |
Drop a log-related SED_SCRIPT rule undeeded since rev#1.61.
Since then, there has been a common rule for both LogFile and
UpdateLogFile.
Notes
Notes:
svn path=/head/; revision=127474
Diffstat (limited to '')
-rw-r--r-- | security/clamav-devel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index dcd51153b64b..cefacb98eb3b 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -91,7 +91,6 @@ SED_CONF= -E -e 's|^\#?(Example)$$|\#\1|' \ -e 's|^\#?(Checks)$$|\#\1|' \ -e 's|^\#?(DatabaseDirectory) .*$$|\1 ${DBDIR}|' \ -e 's|^\#?(DatabaseOwner) .*$$|\1 ${CLAMAVUSER}|' \ - -e 's|^\#?(UpdateLogFile) .*$$|\1 ${LOGDIR}/freshclam.log|' \ -e 's|^\#?(FixStaleSocket)$$|\1|' PLIST_SUB+= CLAMAVUSER=${CLAMAVUSER} \ |