12345678910111213 |
- $OpenBSD: patch-lib_f-secure-wrapper,v 1.1.1.1 2008/02/20 03:47:18 todd Exp $
- --- lib/f-secure-wrapper.orig Wed Oct 31 07:58:54 2007
- +++ lib/f-secure-wrapper Sat Dec 15 15:31:56 2007
- @@ -44,7 +44,7 @@ Root=$1
- shift
-
- # FSAV version 4.6x
- -FSAV_CONF=/etc/opt/f-secure/fssp/fssp.conf
- +FSAV_CONF=/etc/f-secure/fssp/fssp.conf
- if [ -f $FSAV_CONF ] && grep -i '^daemondatabasedirectory' $FSAV_CONF >/dev/null
- then
- PackageDir=$Root/bin
|