Source File section

File deleted: Versuche/Kernel/FullInstallKernel26 (Size: 33157, Created: Aug 10 14:46 )
File deleted: Versuche/Asterisk/config/locationlist.conf (Size: 72, Created: Aug 31 19:35 )
File deleted: Versuche/Asterisk/config/cfedit.pl (Size: 10594, Created: Aug 24 18:17 )
File deleted: Versuche/Asterisk/config/asterisk-conf.pl (Size: 5047, Created: Aug 24 20:56 )
File deleted: Old-Packages/openafs-1.2.10-src.tar.bz2 (Size: 10343261, Created: Mar 11 18:57 )
File created: Versuche/Kernel/FullInstallKernel26 (Size: 33208, Created: Sep 10 11:16 )
File created: Versuche/Asterisk/config/$locationlist.conf (Size: 1016, Created: Sep 10 13:19 )
File created: Versuche/Asterisk/config/trust.pl (Size: 1784, Created: Sep 10 14:09 )
File created: Versuche/Asterisk/config/locationlist.conf (Size: 72, Created: Sep 10 13:14 )
File created: Versuche/Asterisk/config/asterisk-conf.pl (Size: 2492, Created: Sep 10 13:24 )
File created: Versuche/Asterisk/config/checklocations.pl (Size: 4421, Created: Sep 10 14:07 )
File created: Old-Packages/openafs-1.2.10-src.tar.bz2 (Size: 10343261, Created: Mar 11 2004 )

Usermanager Section

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

#!/bin/sh
########################################################################
# File:           compile-scripts/COMPILE-KERNEL                       #
# 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.       #
########################################################################
##############################################################
# FreeS/WAN (IPSec) for kernel 2.6.x                         #
##############################################################

#/MyLinux-Sources/UNPACK Versuche/IPSec

cd /FreeSwan-Sources/gmp-4.1.3/
./configure --prefix=/usr
make || exit 1
make install || exit 1

cd /usr/src/linux-2.6.7/
cp FullInstallKernel26 .config
make oldconfig || exit 1
make prepare-all || exit 1

cd /FreeSwan-Sources/freeswan-2.06/
make KERNELSRC=/usr/src/linux-2.6.7 oldgo || exit 1
make KERNELSRC=/usr/src/linux-2.6.7 kinstall || exit 1
mv /vmlinuz /boot/freeswan

cd /usr/src/linux-2.6.7/
make mrproper

# create runonce script:
cat << EOF > /package-runonce.sh
#!/bin/sh
depmod -a
EOF
chmod 755 /package-runonce.sh

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

97a98
>   exit 1

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

624a625
> #lmtpsocket: /var/imap/config/socket/lmtp
628d628
< #lmtpsocket: /network/imap/config/socket/lmtp	# instead of /var/imap/config/socket/lmtp
2011c2011
< PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/usermanager/bin
---
> PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin

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

351a352,379
> # Package FreeS/WAN                                          #
> ##############################################################
> echo "Unpacking FreeS/WAN Sources"
> mkdir $LFS/FreeSwan-Sources
> cd $LFS/FreeSwan-Sources
> $MYLINUXMGR/UNPACK Versuche/IPSec
> 
> 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 FreeS/WAN"
> 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-FREESWAN || exit 1
> 
> 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 freeswan" || exit 1
> ##############################################################

File changed: mylinux-usermanager-0.98/setup/createcontrolscript.sh

74a75,76
> PATH=$PATH:/root/usermanager/bin
>