On Wed, 2004-08-11 at 10:06, Silly Billy wrote: > while executing this command to configure Clamav ... > > > perl -pi -e "s/^LocalSocket /tmp/clamd/LocalSocket > /var/run/clamav/clamd/g" /etc/clamav.conf
Use a different expression separator. E.g.: perl -pi -e "s:^LocalSocket /tmp/clamd:LocalSocket /var/run/clamav/clamd/g" /etc/clamav.conf The '/' separator is being confused by the '/' in the directory path name. -Bill ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users