Source File section

File deleted: Versuche/typo3/tidy_src.tgz (Size: 243641, Created: Apr 24 03:42 )
File deleted: Versuche/typo3/quickstart-3.5.0.zip (Size: 11356532, Created: Apr 24 03:42 )
File deleted: Versuche/typo3/ImageMagick-6.0.0.txt (Size: 292, Created: Apr 24 03:51 )
File deleted: Old-Packages/webmin-1.140.tar.gz (Size: 7006739, Created: Apr 23 17:20 )
File deleted: MyLinux-Packages/gd-2.0.23.tar.gz (Size: 544497, Created: Apr 24 03:42 )
File created: Versuche/typo3/tidy_src.tgz (Size: 243641, Created: Apr 24 2004 )
File created: Versuche/typo3/quickstart-3.5.0.zip (Size: 11356532, Created: Apr 24 2004 )
File created: Versuche/typo3/ImageMagick-6.0.0.txt (Size: 292, Created: Apr 24 2004 )
File created: Old-Packages/webmin-1.140.tar.gz (Size: 7006739, Created: Apr 23 2004 )
File created: MyLinux-Packages/gd-2.0.23.tar.gz (Size: 544497, Created: Apr 24 2004 )

Usermanager Section

File created: mylinux-usermanager-0.98/compile-scripts/CREATE-CD2

#!/bin/sh
########################################################################
# File:           compile-scripts/CREATE-CD2                           #
# 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.       #
########################################################################
# This will create the rockridge extension package CD's and rebuild the
# base installation CD with additional packages
chmod 755 *.sh
mkdir CD1 CD2 CD3 x
mount livecd.img x -o loop
cp -Rdp x/* CD1
umount x
rmdir x/
mkdir CD1/packages
mv graphic* kernel26* CD1/packages/
mv mozilla* CD3
mv *.sh *timestamp *.tgz CD2/
mv OOO-InstallSets/oo-install-* CD2/
rmdir OOO-InstallSets
mkisofs -R -U -V myLinuxBase -cache-inodes -b isolinux/isolinux.bin \
  -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 \
  -boot-info-table -o myLinuxBase.img CD1/
mkisofs -R -U -V myLinuxPkgs1 -cache-inodes -o myLinuxPkgs1.img CD2/
mkisofs -R -U -V myLinuxPkgs2 -cache-inodes -o myLinuxPkgs2.img CD3/

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

30c30
< cp FullInstallKernel .config
---
> cp FullInstallKernel26 .config
35d34
< cd ..

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

23c23
< # libidl-0.8.4                                               #
---
> # libIDL-0.8.4                                               #
25c25
< cd /Mozilla-Sources/libidl-0.8.4/
---
> cd /Mozilla-Sources/libIDL-0.8.4/

File changed: mylinux-usermanager-0.98/compile-scripts/x

36,48d35
< echo "Create 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/CREATEPACKAGE ipsec" || exit 1
< ##############################################################
< # Package Asterisk                                           #
< ##############################################################
< echo "Unpacking Asterisk Sources"
< mkdir $LFS/Asterisk-Sources
< cd $LFS/Asterisk-Sources
< $MYLINUXMGR/UNPACK Versuche/Asterisk