Source File section

File deleted: WebMinModules/wbmclamav-0.3.6.wbm.gz (Size: 79339, Created: May 10 2004 )
File deleted: MyLinux-Packages/clamav-0.75.1.tar.gz (Size: 2777319, Created: Sep 19 17:46 )
File created: WebMinModules/wbmclamav-0.6rc2.wbm.gz (Size: 92885, Created: Feb 28 21:11 )
File created: Old-Packages/clamav-0.75.1.tar.gz (Size: 2777319, Created: Sep 19 17:46 )
File created: Old-Packages/wbmclamav-0.3.6.wbm.gz (Size: 79339, Created: May 10 2004 )
File created: MyLinux-Packages/clamav-0.83.tar.gz (Size: 3653658, Created: Feb 28 20:08 )
File created: MyLinux-Packages/Compress-Zlib-1.34.tar.gz (Size: 144980, Created: Feb 28 21:19 )

Usermanager Section

File deleted: mylinux-usermanager-0.99/MyLinux-Patches/clamav.milter-Makefile.patch

--- ./Makefile	2003-12-04 21:59:46.000000000 +0100
+++ ./Makefile	2003-12-04 22:00:01.000000000 +0100
@@ -122,7 +122,7 @@
 
 clamav_milter_LDADD = ../clamd/cfgfile.o ../clamd/others.o ../clamscan/getopt.o
 
-man_MANS = ../docs/clamav-milter.8
+man_MANS = ../docs/man/clamav-milter.8
 
 DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"clamav\" -DVERSION=\"0.65\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSCANBUFF=131072 -DFILEBUFF=8192 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_MALLOC_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_ZLIB_H=1 -DHAVE_BZLIB_H=1 -DCLAMD_USE_SYSLOG=1 -D_REENTRANT=1 -DCLAMAVUSER=\"clamav\" -DCLAMAVGROUP=\"clamav\" -DDB1NAME=\"main.cvd\" -DDB2NAME=\"daily.cvd\" -DDATADIR=\"/usr/share/clamav\" -DCONFDIR=\"/etc\" -DC_URANDOM=1 -DC_LINUX=1 -DCL_THREAD_SAFE=1 -DCLAMUKO=1 -DBUILD_CLAMD=1 -DWORDS_LITTLEENDIAN=1 
 # CLAMD_LIBS is used, because clamav-milter requires the same libraries as clamd

File changed: mylinux-usermanager-0.99/MyLinux-Patches/clamav.conf.patch

1,3c1,3
< --- ./clamav.conf	2003-11-11 19:50:56.000000000 +0100
< +++ ./clamav.conf	2003-12-05 19:46:17.000000000 +0100
< @@ -4,13 +4,10 @@
---
> --- clamd.conf	2005-02-28 20:16:17.000000000 +0100
> +++ clamd.conf	2005-02-28 20:26:01.000000000 +0100
> @@ -4,14 +4,11 @@
5c5
<   
---
>  
11,12c11,13
<  # LogFile must be writable for the user running the daemon.
<  # Full path is required.
---
>  # LogFile must be writable for the user running daemon.
>  # A full path is required.
>  # Default: disabled
18,19c19
< @@ -27,7 +24,7 @@
<  #LogFileMaxSize 2M
---
> @@ -31,7 +28,7 @@
21c21,22
<  # Log time with an each message.
---
>  # Log time with each message.
>  # Default: disabled
25,30c26,31
<  # Use system logger (can work together with LogFile).
<  #LogSyslog
< @@ -50,7 +47,7 @@
<  # Path to the local socket. The daemon doesn't change the mode of the
<  # created file (portability reasons). You may want to create it in a directory
<  # which is only accessible for a user running daemon.
---
>  # Also log clean files. Useful in debugging but drastically increases the
>  # log size.
> @@ -69,7 +66,7 @@
>  
>  # Path to a local socket file the daemon will listen on.
>  # Default: disabled
35,44c36,41
<  #FixStaleSocket
< @@ -70,15 +67,15 @@
<  
<  # When activated, input stream (see STREAM command) will be saved to disk before
<  # scanning - this allows scanning within archives.
< -#StreamSaveToDisk
< +StreamSaveToDisk
<  
<  # Close the connection if this limit is exceeded.
< -#StreamMaxLength 10M
---
>  # Default: disabled
> @@ -97,7 +94,7 @@
>  # Close the connection when the data size limit is exceeded.
>  # The value should match your MTA's limit for a maximal attachment size.
>  # Default: 10M
> -#StreamMaxLength 20M
47,60c44,51
<  # Maximal number of a threads running at the same time.
<  # Default is 5, and it should be sufficient for a typical workstation.
<  # You may need to increase threads number for a server machine.
< -#MaxThreads 10
< +MaxThreads 10
<  
<  # Thread (scanner - single task) will be stopped after this time (seconds).
<  # Default is 180. Value of 0 disables the timeout. SECURITY HINT: Increase the
< @@ -128,7 +125,7 @@
<  ##
<  
<  # Uncomment this option if you are planning to scan mail files.
< -#ScanMail
< +ScanMail
---
>  # Limit port range.
>  # Default: 1024
> @@ -225,7 +222,7 @@
>  
>  # ClamAV can scan within archives and compressed files.
>  # Default: enabled
> -#ScanArchive
> +ScanArchive
62,63c53,54
<  ##
<  ## Archive support
---
>  # Due to license issues libclamav does not support RAR 3.0 archives (only the
>  # old 2.0 format is supported). Because some users report stability problems

File changed: mylinux-usermanager-0.99/MyLinux-Patches/webmin/clamav/config

6c6
< clamav_clamav_conf=/etc/clamav.conf
---
> clamav_clamav_conf=/etc/clamd.conf

File changed: mylinux-usermanager-0.99/compile-scripts/COMPILE-MYLINUX

921c921
< cd /MyLinux-Sources/clamav-0.75.1/
---
> cd /MyLinux-Sources/clamav-0.83/
923,926d922
< cd clamav-milter
< # correcting error about man page location
< patch -Np1 -i /MyLinux-Patches/clamav.milter-Makefile.patch
< cd ..
1813a1810,1816
> # Compress::Zlib Perl Module (needed from webmin/clamav)     #
> ##############################################################
> cd /MyLinux-Sources/Compress-Zlib-1.34/
> perl Makefile.PL || exit 1
> make || exit 1
> make install || exit 1
> ##############################################################

File changed: mylinux-usermanager-0.99/compile-scripts/CREATE-CD

130a131
> # mount root partition under "/"
133a135,138
> # mount root partition under "/mnt/<device name>", too
> cat mount.types | grep $ROOT | \
>   >> /tmp/fstab
> # mount swap partitions

File changed: mylinux-usermanager-0.99/compile-scripts/MAIN-PACKAGES

136,137c136
<     PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/X11R6
< /bin:/usr/local/kde/bin:/usr/local/qt/bin \
---
>     PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/X11R6/bin:/usr/local/kde/bin:/usr/local/qt/bin \
144,145c143
<     PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/X11R6
< /bin:/usr/local/kde/bin:/usr/local/qt/bin \
---
>     PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/X11R6/bin:/usr/local/kde/bin:/usr/local/qt/bin \
152,153c150
<     PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/X11R6
< /bin:/usr/local/kde/bin:/usr/local/qt/bin \
---
>     PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/X11R6/bin:/usr/local/kde/bin:/usr/local/qt/bin \
155c152
<     -c "/VNC-Sources/CREATEPACKAGE nagios" || exit 1
---
>     -c "/MyLinux-Sources/CREATEPACKAGE nagios" || exit 1

File changed: mylinux-usermanager-0.99/publicfiles/daily.sh

39c39
< for i in `df | grep / | sed 's@.* \(/[^ ]*\)@\1@'`
---
> for i in `df | grep /mnt | sed 's@.* \(/[^ ]*\)@\1@'`

File changed: mylinux-usermanager-0.99/publicfiles/weekly.sh

27,30c27,36
<   find /tmp -not -newer /root/usermanager/data/tmp/.deltime -type f -exec rm -f {} \;
<   find /var/lib/samba/pdfdocs -not -newer /root/usermanager/data/tmp/.deltime -type f -exec rm -f {} \;
<   find /usr/local/httpd/htdocs/squirrelmail/attachments/ -not -newer /root/usermanager/data/tmp/.deltime -type f -exec rm -f {} \;
<   find /usr/local/httpd/htdocs/ldap/tmp/ -not -newer /root/usermanager/data/tmp/.deltime -type f -exec rm -f {} \;
---
>   for i in \
>     /tmp \
>     /var/lib/samba/pdfdocs \
>     /usr/local/httpd/htdocs/squirrelmail/attachments/ \
>     /usr/local/httpd/htdocs/ldap/tmp/ \
>     /var/spool/clientmqueue \
>     /var/cache/squid
>   do
>     find $i -not -newer /root/usermanager/data/tmp/.deltime -type f -exec rm -f {} \;
>   done
36c42,45
< clamscan -r --stdout / | egrep -v ': (OK|Empty file)'
---
> for i in `df | grep '/dev/[^/]' | sed 's@.* \(/[^ ]*\)@\1@' | grep -v '^/$'`
> do
>   clamscan -r --stdout $i | egrep -v ': (OK|Empty file)'
> done