Source File section

File created: Versuche/isdn/FullInstallKernel26-isdn (Size: 33706, Created: Sep 6 22:18 )
File created: Versuche/isdn/[isdnutils_3.1pre4.orig.tar.gz].url (Size: 135, Created: Sep 6 23:11 )
File created: Versuche/isdn/bash_history (Size: 11550, Created: Sep 6 23:33 )
File created: Versuche/isdn/ISDN4Linux (Size: 2676, Created: Sep 6 23:12 )
File created: Versuche/isdn/isdnutils_3.1pre4.orig.tar.gz (Size: 5501722, Created: Sep 6 23:04 )
File created: Versuche/Asterisk/junghanns/chan_capi.0.3.5.tar.gz (Size: 40825, Created: Sep 6 20:08 )

Usermanager Section

File changed: mylinux-usermanager-0.98/MyLinux-Patches/asterisk-conf.patch

1,2c1,2
< --- ./asterisk.conf	2004-07-14 20:47:00.000000000 +0200
< +++ ./asterisk.conf	2004-07-14 20:47:45.000000000 +0200
---
> --- ./asterisk.conf	2004-09-06 21:11:34.000000000 +0200
> +++ ./asterisk.conf	2004-08-27 15:03:46.000000000 +0200
10,14c10,14
< --- ./modules.conf	2004-08-31 17:20:32.000000000 +0200
< +++ ./modules.conf	2004-08-31 17:17:35.000000000 +0200
< @@ -32,6 +32,10 @@
<  load => chan_alsa.so
<  noload => chan_oss.so
---
> --- ./modules.conf	2004-08-27 15:03:46.000000000 +0200
> +++ ./modules.conf	2004-09-06 21:05:30.000000000 +0200
> @@ -29,8 +29,12 @@
>  ; Load either OSS or ALSA, not both
>  ; By default, load OSS only (automatically) and do not load ALSA
15a16,20
> -noload => chan_alsa.so
> -;noload => chan_oss.so
> +load => chan_alsa.so
> +noload => chan_oss.so
> +;
19c24
< +;
---
>  ;
22d26
<  ;

File changed: mylinux-usermanager-0.98/MyLinux-Patches/functions.patch

1,3c1,21
< --- ./functions	2004-05-14 03:21:06.000000000 +0200
< +++ ./functions	2004-05-14 03:20:43.000000000 +0200
< @@ -39,9 +39,9 @@
---
> --- ./functions	2004-05-18 16:59:17.000000000 +0200
> +++ ./functions	2004-09-06 14:31:43.000000000 +0200
> @@ -13,7 +13,8 @@
>  
>  KILLDELAY=3
>  
> -COLUMNS=$(stty size)
> +if COLUMNS=`stty size 2> /dev/null`
> +then
>  COLUMNS=${COLUMNS##* }
>  COL=$[ $COLUMNS - 10 ]
>  WCOL=$[ $COLUMNS - 30 ]
> @@ -25,6 +26,7 @@
>  SUCCESS="echo -en \\033[1;32m"
>  WARNING="echo -en \\033[1;33m"
>  FAILURE="echo -en \\033[1;31m"
> +fi
>  
>  print_error_msg()
>  {
> @@ -39,9 +41,9 @@

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

28c28
< updatedb
---
> updatedb 2> /dev/null
39c39
< find /var/lib/samba/pdfdocs/ /var/lib/samba/templates/ /home/ /usr/local/httpd/htdocs/ /var/imap/spool/user/ -newer /root/usermanager/data/tmp/.deltime -type f -exec clamscan --stdout {} \; | grep '^/' | grep -v ': OK$'
---
> find /var/lib/samba/pdfdocs/ /var/lib/samba/templates/ /home/ /usr/local/httpd/htdocs/ /var/imap/spool/user/ -newer /root/usermanager/data/tmp/.deltime -type f -exec clamscan --stdout {} \; | grep '^/' | egrep -v ': (OK|Empty file)$'