Source File section

File deleted: Versuche/Kernel/FullInstallKernel26 (Size: 33659, Created: Sep 23 20:23 )
File deleted: Versuche/mozilla/glib-1.2.10.tar.gz (Size: 421480, Created: Oct 15 23:45 )
File deleted: Versuche/mozilla/libIDL-0.6.8.tar.gz (Size: 286942, Created: Oct 15 22:05 )
File deleted: Versuche/Asterisk/zaprtc.0.0.1.tar.gz (Size: 11730, Created: Jul 7 17:15 )
File deleted: MyLinux-Packages/abook_take-1.5-1.2.7.tar.gz (Size: 3841, Created: Oct 6 15:51 )
File deleted: cksum.sh (Size: 600, Created: Oct 14 21:48 )
File created: Versuche/Kernel/FullInstallKernel26 (Size: 33676, Created: Oct 15 18:25 )
File created: Versuche/mozilla/test/glib-1.2.10.tar.gz (Size: 421480, Created: Oct 15 23:45 )
File created: Versuche/mozilla/test/libIDL-0.6.8.tar.gz (Size: 286942, Created: Oct 15 22:05 )
File created: Versuche/mozilla/mozilla-trash (Size: 997, Created: Oct 21 21:20 )
File created: Old-Packages/zaprtc.0.0.1.tar.gz (Size: 11730, Created: Jul 7 17:15 )
File created: Old-Packages/abook_take-1.5-1.2.7.tar.gz (Size: 3841, Created: Oct 6 15:51 )
File created: MyLinux-Packages/address_add.2.0-1.2.8.tar.gz (Size: 18617, Created: Oct 21 14:24 )
File created: cksum.sh (Size: 765, Created: Oct 21 15:09 )

Usermanager Section

File created: mylinux-usermanager-0.98/MyLinux-Patches/squirrelmail.patch

--- ./src/login.php	2004-10-20 17:32:14.000000000 +0200
+++ ./src/login.php	2004-10-21 18:17:24.000000000 +0200
@@ -111,7 +111,7 @@
                 html_tag( 'tr',
                     html_tag( 'td',
                         '<b>' . sprintf (_("%s Login"), $org_name) . "</b>\n",
-                    'center', '#DCDCDC' )
+                    'center', '#6188A9' )
                 ) .
                 html_tag( 'tr',
                     html_tag( 'td',  "\n" .
@@ -134,18 +134,18 @@
                                     '<input type="hidden" name="just_logged_in" value="1" />' . "\n",
                                 'left', '', 'width="*"' )
                             ) ,
-                        'center', '#ffffff', 'border="0" width="100%"' ) ,
-                    'left', '#FFFFFF' )
+                        'center', '#7A9CBF', 'border="0" width="100%"' ) ,
+                    'left', '#7A9CBF' )
                 ) .
                 html_tag( 'tr',
                     html_tag( 'td',
                         '<center><input type="submit" value="' . _("Login") . '" /></center>',
                     'left' )
                 ),
-            '', '#ffffff', 'border="0" width="350"' ) . '</center>',
+            '', '#7A9CBF', 'border="0" width="350"' ) . '</center>',
         'center' )
     ) ,
-'', '#ffffff', 'border="0" cellspacing="0" cellpadding="0" width="100%"' );
+'', '#7A9CBF', 'border="0" cellspacing="0" cellpadding="0" width="100%"' );
 do_hook('login_form');
 echo '</form>' . "\n";

--- ./plugins/show_user_and_ip/functions.php	2004-01-23 10:27:38.000000000 +0100
+++ ./plugins/show_user_and_ip/functions.php	2004-10-21 19:20:38.000000000 +0200
@@ -142,7 +142,7 @@
 function last_save() {
   global $username, $data_dir, $my_page_first_shown;
   if( $my_page_first_shown == 1 ) {
-    $my_last_date = strtotime("now");
+    $my_last_date = strtotime (date ("D, F j, Y G:i"));
     setPref($data_dir, $username, "my_page_first_shown", "0");
     setPref($data_dir, $username, "my_last_ip", $_SERVER['REMOTE_ADDR']);
     setPref($data_dir, $username, "my_last_date", $my_last_date);

File created: mylinux-usermanager-0.98/compile-scripts/COMPILE-MOZILLA

#!/bin/sh
########################################################################
# File:           compile-scripts/COMPILE-MOZILLA                      #
# myLinux Server: Copyright (c) 2004 Michael Oberg                     #
# Version:        0.98                                                 #
# Author:         Michael Oberg <michael.oberg@mylinuxproject.de>      #
#                                                                      #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or    #
# (at your option) any later version.                                  #
#                                                                      #
# This program is distributed in the hope that it will be useful,      #
# but WITHOUT ANY WARRANTY; without even the implied warranty of       #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the         #
# GNU General Public License for more details.                         #
#                                                                      #
# You should have received a copy of the GNU Public License along      #
# with this package; if not, write to the Free Software Foundation,    #
# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.       #
########################################################################
##############################################################
# libidl-0.8.4                                               #
##############################################################
cd /Mozilla-Sources/libidl-0.8.4/
./configure --prefix=/usr
make
make install
##############################################################
# mozilla-1.7                                                #
##############################################################
cd /Mozilla-Sources/mozilla/
cat << EOF > .mozconfig
mk_add_options MOZ_OBJDIR=/Mozilla-Sources/build
ac_add_options --enable-crypto
ac_add_options --enable-optimize
# ac_add_options --disable-debug
ac_add_options --enable-default-toolkit=gtk2
ac_add_options --enable-xft
ac_add_options --enable-static
ac_add_options --disable-shared
ac_add_options --disable-tests
EOF
cd ..
mkdir build
cd build
/Mozilla-Sources/mozilla/configure --prefix=/usr --disable-freetype2
make
make install

File deleted: mylinux-usermanager-0.98/MyLinux-Patches/abook_take.patch

--- ./setup.php	2002-06-27 15:24:39.000000000 +0200
+++ ./setup.php	2004-10-08 19:50:13.000000000 +0200
@@ -1,6 +1,6 @@
 <?php
 
-   require_once('../functions/url_parser.php');
+   require_once(SM_PATH . 'functions/url_parser.php');
 
 
 /* Address Take -- steals addresses from incoming email messages.  Searches

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

1,2c1,2
< --- ./Makefile	2004-07-27 06:00:29.000000000 +0200
< +++ ./Makefile	2004-07-27 14:37:13.000000000 +0200
---
> --- ./asterisk/Makefile	2004-07-27 06:00:29.000000000 +0200
> +++ ./asterisk/Makefile	2004-07-27 14:37:13.000000000 +0200
11a12,53
> --- ./qozap/Makefile	2004-07-14 17:02:46.000000000 +0200
> +++ ./qozap/Makefile	2004-10-21 22:10:47.000000000 +0200
> @@ -18,7 +18,7 @@
> 
>  OBJS=qozap.o
> 
> -BUILDVER=$(shell if uname -r | grep -q ^2.6; then echo "linux26"; else echo "linux24"; fi)
> +BUILDVER="linux26"
> 
>  MODCONF=$(shell if [ -d $(INSTALL_PREFIX)/etc/modprobe.d ]; then echo "$(INSTALL_PREFIX)/etc/modprobe.d/zaptel"; elif [ -d $(INSTALL_PREFIX)/etc/modutils ]; then echo "$(INSTALL_PREFIX)/etc/modutils/zaptel"; elif [ -f $(INSTALL_PREFIX)/etc/modprobe.conf ]; then echo "$(INSTALL_PREFIX)/modprobe.conf"; elif [ -f $(INSTALL_PREFIX)/etc/modules.conf ]; then echo "$(INSTALL_PREFIX)/etc/modules.conf"; else echo $(INSTALL_PREFIX)/etc/conf.modules ; fi)
> 
> --- ./zaphfc/Makefile	2004-07-28 10:38:03.000000000 +0200
> +++ ./zaphfc/Makefile	2004-10-21 22:12:55.000000000 +0200
> @@ -14,7 +14,7 @@
>  CFLAGS+=-DCONFIG_ZAPATA_BRI_DCHANS
> 
> 
> -BUILDVER=$(shell if uname -r | grep -q ^2.6; then echo "linux26"; else echo "linux24"; fi)
> +BUILDVER="linux26"
> 
>  MODCONF=$(shell if [ -d $(INSTALL_PREFIX)/etc/modprobe.d ]; then echo "$(INSTALL_PREFIX)/etc/modprobe.d/zaptel"; elif [ -d $(INSTALL_PREFIX)/etc/modutils ]; then echo "$(INSTALL_PREFIX)/etc/modutils/zaptel"; elif [ -f $(INSTALL_PREFIX)/etc/modprobe.conf ]; then echo "$(INSTALL_PREFIX)/modprobe.conf"; elif [ -f $(INSTALL_PREFIX)/etc/modules.conf ]; then echo "$(INSTALL_PREFIX)/etc/modules.conf"; else echo $(INSTALL_PREFIX)/etc/conf.modules ; fi)
> 
> --- ./zaptel/Makefile	2004-08-18 16:10:13.000000000 +0200
> +++ ./zaptel/Makefile	2004-10-21 22:15:41.000000000 +0200
> @@ -12,7 +12,7 @@
>  # (assuming He's running Linux -- which we all know He must).
>  #
>  HOSTCC=gcc
> -KINCLUDES=$(shell if [ -d /usr/src/linux-2.4/include ]; then echo /usr/src/linux-2.4/include ; else echo /usr/src/linux/include ; fi)
> +KINCLUDES=/usr/src/linux/include
> 
>  CFLAGS+=-I. -O4 -g -Wall -DBUILDING_TONEZONE #-DTONEZONE_DRIVER
>  CFLAGS+=$(shell if uname -m | grep -q ppc; then echo "-fsigned-char"; fi)
> @@ -35,7 +35,7 @@
> 
>  INSTALL_PREFIX=
> 
> -BUILDVER=$(shell if uname -r | grep -q ^2.6; then echo "linux26"; else echo "linux24"; fi)
> +BUILDVER="linux26"
>  MODCONF=$(shell if [ -d $(INSTALL_PREFIX)/etc/modprobe.d ]; then echo "$(INSTALL_PREFIX)/etc/modprobe.d/zaptel"; elif [ -d $(INSTALL_PREFIX)/etc/modutils ]; then echo "$(INSTALL_PREFIX)/etc/modutils/zaptel"; elif [ -f $(INSTALL_PREFIX)/etc/modprobe.conf ]; then echo "$(INSTALL_PREFIX)/etc/modprobe.conf"; elif [ -f $(INSTALL_PREFIX)/etc/modules.conf ]; then echo "$(INSTALL_PREFIX)/etc/modules.conf"; else echo $(INSTALL_PREFIX)/etc/conf.modules ; fi)
> 
>  ifeq (${BUILDVER},linux24)

File changed: mylinux-usermanager-0.98/compile-scripts/COMPILE-ASTERISK

26,27c26,29
< ln -s linux-2.4.20/ linux
< cd linux-2.4.20/
---
> KERNEL26=`echo linux-2.6.* | tail -1`
> ln -s $KERNEL26 linux
> ln -s $KERNEL26 linux-2.6
> cd $KERNEL26
29c31
< make oldconfig && make dep
---
> make oldconfig && make prepare
31c33
< cd /Asterisk-Sources/bri-stuff.0.1.0-RC4a/asterisk/
---
> cd /Asterisk-Sources/bri-stuff.0.1.0-RC4a/
40,42c42,43
< mv ../zaptelrtc/ .
< cd zaptelrtc/
< make
---
> cd zaprtc-for-2.6/
> make linux26
70,78d70
< cd /usr/src/
< rm linux
< cd linux-2.4.20/
< make mrproper
< 
< # This file will be ignored anyway, but causes error messages -
< # it could be considered as a bug in the new bri-stuff.
< rm /etc/conf.modules
< 

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

1320a1321
>         -e 's/session.save_path = "\/tmp"/session.save_path = "\/tmp"/' \
1427,1436d1427
< # abook_take                                                 #
< ##############################################################
< ## This plugin has to be activated in the usermanager setup
< ## script squirrelmail.sh!
< #chown -R root.root abook_take/
< #cp -Rdp /MyLinux-Sources/abook_take/ \
< #  /usr/local/httpd/htdocs/squirrelmail/plugins/
< #cd /usr/local/httpd/htdocs/squirrelmail/plugins/abook_take/
< #patch -Np1 -i /MyLinux-Patches/abook_take.patch
< ##############################################################
1444c1435,1436
< show_user_and_ip/ left_css/ autocomplete/ compatibility/ gpg/
---
> show_user_and_ip/ left_css/ autocomplete/ compatibility/ gpg/ \
> address_add/

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

323c323
< # Package Asterisk                                           #
---
> # Package Kaffeine Media Player                              #
325,328c325,328
< echo "Unpacking Asterisk Sources"
< mkdir $LFS/Asterisk-Sources
< cd $LFS/Asterisk-Sources
< $MYLINUXMGR/UNPACK Versuche/Asterisk
---
> echo "Unpacking Kaffeine Sources"
> mkdir $LFS/Kaffeine-Sources
> cd $LFS/Kaffeine-Sources
> $MYLINUXMGR/UNPACK Versuche/Video
337c337
< echo "Compile Asterisk"
---
> echo "Compile Kaffeine"
342c342
<     -c /MyLinux-Sources/COMPILE-ASTERISK || exit 1
---
>     -c /MyLinux-Sources/COMPILE-KAFFEINE || exit 1
349c349
<     -c "/MyLinux-Sources/CREATEPACKAGE asterisk" || exit 1
---
>     -c "/MyLinux-Sources/CREATEPACKAGE kaffeine" || exit 1
351c351
< # Package Kernel 2.6.x                                       #
---
> # Package Kaffeine Media Player Codecs                       #
353,357c353
< echo "Unpacking Kernel Sources"
< mkdir $LFS/Kernel-Sources
< cd $LFS/Kernel-Sources
< $MYLINUXMGR/UNPACK Versuche/Kernel
< cp $LFS/Versuche/Kernel/FullInstallKernel26 $LFS/Kernel-Sources/
---
> cd $LFS/Kaffeine-Sources
366c362,381
< echo "Compile Kernel"
---
> mkdir $LFS/usr/lib/win32
> cp -Rdp $LFS/Kaffeine-Sources/all-*/* $LFS/usr/lib/win32/
> chown -R root.root $LFS/usr/lib/win32/
> 
> cat << "EOF1" > $LFS/package-runonce.sh
> cat << EOF
> Warning: The codecs in this package are not freeware. By installing
> them you agree to many commercial licenses. Look at
> http://www.mplayerhq.hu/MPlayer/releases/codecs/ for further
> information.
> 
> You may delete codecs in /usr/lib/win32/ after package installation,
> if you cannot agree with their licenses.
> 
> Press <enter> to continue with installation.
> EOF
> read
> EOF1
> 
> echo "Create Package"
371c386,407
<     -c /MyLinux-Sources/COMPILE-KERNEL26 || exit 1
---
>     -c "/MyLinux-Sources/CREATEPACKAGE wincodecs" || exit 1
> ##############################################################
> # Package Gimp                                               #
> ##############################################################
> echo "Unpacking Gimp Sources"
> mkdir $LFS/Gimp-Sources
> cd $LFS/Gimp-Sources
> $MYLINUXMGR/UNPACK Versuche/Gimp
> 
> echo "Start Package"
> chroot $LFS /usr/bin/env -i \
>     HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
>     PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/X11R6/bin:/usr/local/kde/bin:/usr/local/qt/bin \
>     /bin/bash --login \
>     -c "/MyLinux-Sources/STARTPACKAGE" || exit 1
> 
> echo "Compile Gimp"
> chroot $LFS /usr/bin/env -i \
>     HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
>     PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/X11R6/bin:/usr/local/kde/bin:/usr/local/qt/bin \
>     /bin/bash --login \
>     -c /MyLinux-Sources/COMPILE-GIMP || exit 1
378c414
<     -c "/MyLinux-Sources/CREATEPACKAGE kernel26" || exit 1
---
>     -c "/MyLinux-Sources/CREATEPACKAGE gimp" || exit 1
380c416
< # Package IPSec                                              #
---
> # Package tcsh                                               #
382,385c418,421
< echo "Unpacking IPSec Sources"
< mkdir $LFS/IPSec-Sources
< cd $LFS/IPSec-Sources
< $MYLINUXMGR/UNPACK Versuche/IPSec
---
> echo "Unpacking tcsh Sources"
> mkdir $LFS/TCSH-Sources
> cd $LFS/TCSH-Sources
> $MYLINUXMGR/UNPACK Versuche/csh
394c430
< echo "Compile FreeS/WAN"
---
> echo "Compile tcsh"
399c435
<     -c /MyLinux-Sources/COMPILE-IPSEC || exit 1
---
>     -c /MyLinux-Sources/COMPILE-TCSH || exit 1
406c442
<     -c "/MyLinux-Sources/CREATEPACKAGE ipsec" || exit 1
---
>     -c "/MyLinux-Sources/CREATEPACKAGE tcsh" || exit 1
408c444
< # Package Kaffeine Media Player                              #
---
> # Package OpenOffice.org                                     #
410,413c446,449
< echo "Unpacking Kaffeine Sources"
< mkdir $LFS/Kaffeine-Sources
< cd $LFS/Kaffeine-Sources
< $MYLINUXMGR/UNPACK Versuche/Video
---
> echo "Unpacking OpenOffice.org Sources"
> mkdir $LFS/OOO-Sources
> cd $LFS/OOO-Sources
> $MYLINUXMGR/UNPACK Versuche/OpenOffice
422c458
< echo "Compile Kaffeine"
---
> echo "Compile OpenOffice.org"
427c463
<     -c /MyLinux-Sources/COMPILE-KAFFEINE || exit 1
---
>     -c /MyLinux-Sources/COMPILE-OOO || exit 1
434c470
<     -c "/MyLinux-Sources/CREATEPACKAGE kaffeine" || exit 1
---
>     -c "/MyLinux-Sources/CREATEPACKAGE openoffice" || exit 1
436c472
< # Package Kaffeine Media Player Codecs                       #
---
> # Package Kernel 2.6.x                                       #
438c474,478
< cd $LFS/Kaffeine-Sources
---
> echo "Unpacking Kernel Sources"
> mkdir $LFS/Kernel-Sources
> cd $LFS/Kernel-Sources
> $MYLINUXMGR/UNPACK Versuche/Kernel
> cp $LFS/Versuche/Kernel/FullInstallKernel26 $LFS/Kernel-Sources/
447,464c487,492
< mkdir $LFS/usr/lib/win32
< cp -Rdp $LFS/Kaffeine-Sources/all-*/* $LFS/usr/lib/win32/
< chown -R root.root $LFS/usr/lib/win32/
< 
< cat << "EOF1" > $LFS/package-runonce.sh
< cat << EOF
< Warning: The codecs in this package are not freeware. By installing
< them you agree to many commercial licenses. Look at
< http://www.mplayerhq.hu/MPlayer/releases/codecs/ for further
< information.
< 
< You may delete codecs in /usr/lib/win32/ after package installation,
< if you cannot agree with their licenses.
< 
< Press <enter> to continue with installation.
< EOF
< read
< EOF1
---
> echo "Compile Kernel"
> chroot $LFS /usr/bin/env -i \
>     HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
>     PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/X11R6/bin:/usr/local/kde/bin:/usr/local/qt/bin \
>     /bin/bash --login \
>     -c /MyLinux-Sources/COMPILE-KERNEL26 || exit 1
471c499
<     -c "/MyLinux-Sources/CREATEPACKAGE wincodecs" || exit 1
---
>     -c "/MyLinux-Sources/CREATEPACKAGE kernel26" || exit 1
473c501
< # Package Gimp                                               #
---
> # Package IPSec                                              #
475,478c503,506
< echo "Unpacking Gimp Sources"
< mkdir $LFS/Gimp-Sources
< cd $LFS/Gimp-Sources
< $MYLINUXMGR/UNPACK Versuche/Gimp
---
> echo "Unpacking IPSec Sources"
> mkdir $LFS/IPSec-Sources
> cd $LFS/IPSec-Sources
> $MYLINUXMGR/UNPACK Versuche/IPSec
487c515
< echo "Compile Gimp"
---
> echo "Compile FreeS/WAN"
492c520
<     -c /MyLinux-Sources/COMPILE-GIMP || exit 1
---
>     -c /MyLinux-Sources/COMPILE-IPSEC || exit 1
499c527
<     -c "/MyLinux-Sources/CREATEPACKAGE gimp" || exit 1
---
>     -c "/MyLinux-Sources/CREATEPACKAGE ipsec" || exit 1
501c529
< # Package tcsh                                               #
---
> # Package Asterisk                                           #
503,506c531,534
< echo "Unpacking tcsh Sources"
< mkdir $LFS/TCSH-Sources
< cd $LFS/TCSH-Sources
< $MYLINUXMGR/UNPACK Versuche/csh
---
> echo "Unpacking Asterisk Sources"
> mkdir $LFS/Asterisk-Sources
> cd $LFS/Asterisk-Sources
> $MYLINUXMGR/UNPACK Versuche/Asterisk
515c543
< echo "Compile tcsh"
---
> echo "Compile Asterisk"
520c548
<     -c /MyLinux-Sources/COMPILE-TCSH || exit 1
---
>     -c /MyLinux-Sources/COMPILE-ASTERISK || exit 1
527c555
<     -c "/MyLinux-Sources/CREATEPACKAGE tcsh" || exit 1
---
>     -c "/MyLinux-Sources/CREATEPACKAGE asterisk" || exit 1
529c557
< # Package OpenOffice.org                                     #
---
> # Package Mozilla                                            #
531,534c559,562
< echo "Unpacking OpenOffice.org Sources"
< mkdir $LFS/OOO-Sources
< cd $LFS/OOO-Sources
< $MYLINUXMGR/UNPACK Versuche/OpenOffice
---
> echo "Unpacking Mozilla Sources"
> mkdir $LFS/Mozilla-Sources
> cd $LFS/Mozilla-Sources
> $MYLINUXMGR/UNPACK Versuche/mozilla
543c571
< echo "Compile OpenOffice.org"
---
> echo "Compile Mozilla"
548c576
<     -c /MyLinux-Sources/COMPILE-OOO || exit 1
---
>     -c /MyLinux-Sources/COMPILE-MOZILLA || exit 1
555c583
<     -c "/MyLinux-Sources/CREATEPACKAGE openoffice" || exit 1
---
>     -c "/MyLinux-Sources/CREATEPACKAGE mozilla" || exit 1