Simon Banton wrote: > At 13:16 +0200 17/6/08, Ralph Angenendt wrote: >> It does at least open freshclam.conf > > True, but then it goes on to look in its compiled in location too: > > open("/etc/freshclam.conf", O_RDONLY) = 3 > open("/var/lib/clamav/daily.cld", O_RDONLY) = 3 > open("/usr/local/share/clamav/daily.cld", O_RDONLY) = 3 > open("/usr/local/share/clamav/daily.cld", O_RDONLY) = 3 > open("/usr/local/share/clamav", > O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3 > open("/usr/local/share/clamav/main.cvd", O_RDONLY) = 4 It doesn't here: admin@mail-gw-3:~$strace -eopen clamscan open("/etc/ld.so.cache", O_RDONLY) = 3 open("/usr/lib/libclamav.so.4", O_RDONLY) = 3 open("/lib/tls/libpthread.so.0", O_RDONLY) = 3 open("/lib/tls/libc.so.6", O_RDONLY) = 3 open("/usr/lib/libz.so.1", O_RDONLY) = 3 open("/usr/lib/libbz2.so.1", O_RDONLY) = 3 open("/usr/lib/sse2/libgmp.so.3", O_RDONLY) = 3 open("/usr/lib/libclamunrar_iface.so.4", O_RDONLY) = 3 open("/usr/lib/libclamunrar.so.4", O_RDONLY) = 3 open("/etc/freshclam.conf", O_RDONLY) = 3 open("/var/clamav/daily.cld", O_RDONLY) = 3 open("/var/clamav", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3 open("/var/clamav/main.cvd", O_RDONLY) = 4 open("/tmp/clamav-56d503ba1cf89b51cfc1483052997d0e/COPYING", O_WRONLY|O_CREAT|O_TRUNC Ralph
Attachment:
pgpKf7WbSaHPO.pgp
Description: PGP signature
_______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos