Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
After you emerge f-prot, it says: * Remember to run /opt/f-prot/check-updates.pl regularly to keep virus (BLA BLA BLA BLA) but it's not correct. It should be /opt/f-prot/tools/check-updates.pl Only a typo, but better if it's fixed ;)
Gah, I'm blind. Fixed, thanks!
Sorry to jump in here after this is closed but I'm getting this error message when trying to run /opt/f-prot/tools/check-updates.pl: ~ # /opt/f-prot/tools/check-updates.pl *************************************** * F-Prot Antivirus Updater * *************************************** There's a new version of: "Document/Office/Macro viruses" signatures on the web. Starting to download... Download completed. There's a new version of: "Application/Script viruses and Trojans" signatures on the web. Starting to download... Download completed. Preparing to install Application/Script viruses and Trojans signatures. mv: when moving multiple files, last argument must be a directory Try `mv --help' for more information. Error while trying to replace old signature files. Fatal error. Exiting... at /opt/f-prot/tools/check-updates.pl line 442. I can open a separate bug if you like.
Hm yes, upstream is using a really weird way to determine where should signature files go - it takes /etc/f-prot.conf, and if it's a symlink, signature files are copied into the directory where that file's target is in, otherwise into /usr/local/f-prot. I guess I'll make f-prot.conf install into /opt/f-prot, and make a symlink in /etc. Thanks for letting me know.