[Lunar-commits] r21259 - in moonbase/trunk/security: . f-prot

Terry Chan tchan at lunar-linux.org
Tue Sep 5 03:04:38 UTC 2006


Author: tchan
Date: 2006-09-05 03:04:37 +0000 (Tue, 05 Sep 2006)
New Revision: 21259

Added:
   moonbase/trunk/security/f-prot/
   moonbase/trunk/security/f-prot/BUILD
   moonbase/trunk/security/f-prot/DETAILS
   moonbase/trunk/security/f-prot/POST_INSTALL
Log:
Added f-prot-4.6.6 to moonbase. License is "Proprietary" F-Prot EULA.
Linux workstation version for home users is free.


Added: moonbase/trunk/security/f-prot/BUILD
===================================================================
--- moonbase/trunk/security/f-prot/BUILD	                        (rev 0)
+++ moonbase/trunk/security/f-prot/BUILD	2006-09-05 03:04:37 UTC (rev 21259)
@@ -0,0 +1,17 @@
+(
+
+  prepare_install &&
+  install -p -m 644 man_pages/f-prot.1 /usr/share/man/man1/ &&
+  install -p -m 644 man_pages/f-prot.conf.5 /usr/share/man/man5/ &&
+  install -p -m 644 man_pages/check-updates.pl.8 /usr/share/man/man8/ && 
+  install -d /opt/lunar/f-prot/tools/ &&
+  install -p -m 755 tools/check-updates.pl /opt/lunar/f-prot/tools/ &&
+  install -p -m 755 *.DEF ENGLISH.TX0 f-prot f-prot.sh /opt/lunar/f-prot/ &&
+  ln -sf /opt/lunar/f-prot/f-prot.sh /usr/bin/f-prot &&
+  gather_docs LICENSE* CHANGES doc_ws etc/f-prot.conf.default && 
+  if ! [ -e /opt/lunar/f-prot.conf ]; then
+      cp -p etc/f-prot.conf.default /opt/lunar/f-prot/
+  fi &&
+  ln -sf /opt/lunar/f-prot/f-prot.conf.default /etc/f-prot.conf
+
+) > $C_FIFO 2>&1 

Added: moonbase/trunk/security/f-prot/DETAILS
===================================================================
--- moonbase/trunk/security/f-prot/DETAILS	                        (rev 0)
+++ moonbase/trunk/security/f-prot/DETAILS	2006-09-05 03:04:37 UTC (rev 21259)
@@ -0,0 +1,34 @@
+          MODULE=f-prot
+         VERSION=4.6.6
+          SOURCE=fp-linux-ws-$VERSION.tar.gz
+      SOURCE_URL=ftp://ftp.f-prot.com/pub/linux/
+      SOURCE_VFY=sha1:49aa576965aff16bc3e0ddf3f22cb1ecd414c0df
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE/
+        WEB_SITE=http://www.f-prot.com/
+         ENTERED=20060904
+         UPDATED=20060904
+         LICENSE="proprietary"
+           SHORT="F-Prot Antivirus for linux workstations"
+
+cat <<EOF
+For home users using the Linux open-source operating system, we offer F-Prot
+Antivirus for Linux Workstations. F-Prot Antivirus for Linux Workstations
+utilizes the renowned F-Prot Antivirus scanning engine for primary scan but
+has in addition to that a system of internal heuristics devised to search for
+unknown viruses.
+
+F-Prot Antivirus for Linux was especially developed to effectively eradicate
+viruses threatening workstations running Linux. It provides full protection
+against macro viruses and other forms of malicious software - including
+Trojans.
+
+F-Prot for Linux Workstations features:
+
+    * Scans for over 316612 known viruses and their variants
+    * Ability to perform scheduled scans when used with the cron utility
+    * Scans hard drives, CD-ROMS, diskettes, network drives, directories and specific files
+    * Scans for images of boot sector viruses, macro viruses and Trojan Horses
+
+F-Prot Antivirus for Linux Workstations is FREE for use by personal users on
+personal workstations.
+EOF

Added: moonbase/trunk/security/f-prot/POST_INSTALL
===================================================================
--- moonbase/trunk/security/f-prot/POST_INSTALL	                        (rev 0)
+++ moonbase/trunk/security/f-prot/POST_INSTALL	2006-09-05 03:04:37 UTC (rev 21259)
@@ -0,0 +1,7 @@
+message "$MESSAGE_COLOR"
+message " Here is a quick crontab entry you can add to make sure your anti-virus defs"
+message " are updated regularly"
+message ""
+message "0 0 * * * /opt/lunar/f-prot/tools/check-updates.pl >/dev/null"
+message ""
+message "$DEFAULT_COLOR"



More information about the Lunar-commits mailing list