No subject
Mon Mar 29 23:06:26 UTC 2010
if [ -f /etc/aliases ] || [ -L /etc/aliases ]; then
if ! grep -qi "^clamav" /etc/aliases; then
echo "clamav: root" >> /etc/aliases
newal=3D`which newaliases || true`
if [ -n "$newal" ] && [ -x "$newal" ]; then
$newal || true
fi
fi
fi
This means there is no way for me to not have the clamav alias in
/etc/aliases, for instance if I want to have it defined somewhere else.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=3Dnb_NO.UTF-8, LC_CTYPE=3Dnb_NO.UTF-8 (charmap=3DUTF-8)
Shell: /bin/sh linked to /bin/dash
--=20
Tollef Fog Heen=20
UNIX is user friendly, it's just picky about who its friends are
More information about the Pkg-clamav-devel
mailing list