head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2003.05.25.19.38.55; author swiergot; state Exp; branches; next ; desc @@ 1.1 log @- Initial release. - Version 0.54. @ text @function config() { if [ ! -f "$1" ]; then mv -f $1.new $1 fi } grep ^clamav: etc/group > /dev/null 2>&1 || \ groupadd clamav grep ^clamav: etc/passwd > /dev/null 2>&1 || \ useradd -g clamav -d /dev/null -s /dev/null clamav config etc/clamav.conf @ .