Source File section

File deleted: Versuche/dosemu/COMPILE-DOSEMU (Size: 128, Created: Sep 24 17:14 )
File deleted: Versuche/dosemu/dosemu-freedos-b9r5-bin.tgz (Size: 1157598, Created: Sep 24 17:05 )
File created: Versuche/dosemu/orig/dosemu-freedos-b9r5-bin.tgz (Size: 1157598, Created: Sep 24 17:05 )
File created: Versuche/dosemu/freedos.zip (Size: 1157750, Created: Oct 11 20:35 )

Usermanager Section

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

--- ./src/arch/linux/Makefile.main	2004-07-11 06:05:34.000000000 +0200
+++ ./src/arch/linux/Makefile.main	2004-10-11 21:13:48.000000000 +0200
@@ -157,8 +157,10 @@
 	rm -rf ../tmp
 	mkdir -p -m 0755 $(TMP)/dosemu/freedos/dosemu
 	cd $(REALTOPDIR); if [ -f $(fdtarball) ]; then \
-	  tar -C $(DESTDIR)$(dosemudir)/.. --no-same-owner -xpzf $(fdtarball); \
-	  tar -C $(TMP) --no-same-owner -xpzf $(fdtarball); \
+	  tar -C $(DESTDIR)$(dosemudir)/.. -xpzf $(fdtarball); \
+	  chown -R root.root $(DESTDIR)$(dosemudir); \
+	  tar -C $(TMP) -xpzf $(fdtarball); \
+	  chown -R root.root $(TMP)/dosemu; \
 	  cd $(TMP)/dosemu; \
 	  rm -f FDchange.log $(DESTDIR)$(dosemudir)/FDchange.log; \
 	  rm -f README.bindist $(DESTDIR)$(dosemudir)/README.bindist; \

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

#!/bin/sh
########################################################################
# File:           compile-scripts/COMPILE-DOSEMU                       #
# 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.       #
########################################################################
cd /Dosemu-Sources/
mv dosemu-freedos-b9r5-bin.tgz dosemu-1.2.2/dosemu-freedos-bin.tgz
cd dosemu-1.2.2/
patch -Np1 -i /MyLinux-Patches/dosemu-makefile.patch
./configure --prefix=/usr
make
make install

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

125a126,153
> # Package dosemu                                             #
> ##############################################################
> echo "Unpacking dosemu Sources"
> mkdir $LFS/Dosemu-Sources
> cd $LFS/Dosemu-Sources
> $MYLINUXMGR/UNPACK Versuche/dosemu
> 
> 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 Tcl/Tk"
> 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-DOSEMU || 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 dosemu" || exit 1
> ##############################################################

File changed: mylinux-usermanager-0.98/regtemplate.reg

3,9d2
< [HKEY_CURRENT_USER\Software\FileZilla]
< "Last Server User"="#LOGINNAME#"
< "Last Server Path"=
< 
< [HKEY_CURRENT_USER\Software\FileZilla\Site Manager\#FQHOSTNAME#]
< "User"="#LOGINNAME#"
< 
48,57d40
< [HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Outlook\Journal]
< "Outlook Item Log File"="C:\\WINNT\\Profiles\\#LOGINNAME#\\Anwendungsdaten\\Microsoft\\Outlook\\outitems.log"
< "Item Log File"="C:\\WINNT\\Profiles\\#LOGINNAME#\\Anwendungsdaten\\Microsoft\\Outlook\\offitems.log"
< 
< [HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Publisher]
< "Default_Path"="U:\\Eigene Dateien"
< 
< [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
< "My Pictures"="U:\\Eigene Dateien"
< 
60a44,49
> 
> [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
> "ProxyEnable"=dword:00000001
> "ProxyServer"="#PROXYSERVER#:#PROXYPORT#"
> "ProxyOverride"="#DOMAIN#; https://#FQHOSTNAME#:10000; http://#FQHOSTNAME#:631; http://#FQHOSTNAME#:901; <local>"
> 

File changed: mylinux-usermanager-0.98/setup/mylinux.conf

60a61,63
> PROXYSERVER="$HOSTNAME.$DOMAIN"	# this is the proxy server for the windows
> 				# users, mentioned in their registry
> PROXYPORT="3128"		# port, mentioned in the windows registry

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

37a38
>   -e "s|#MAILSERVERNAME#|$MAILSERVERNAME|g" \
60a62,64
> $proxyserver = "#PROXYSERVER#";		# proxy server, mentioned in the
> 					# windows registry
> $proxyport = "#PROXYPORT#";		# port mentioned in the registry

File changed: mylinux-usermanager-0.98/usermanager.pm

424a425
>   $REGTEMPLATE =~ s/#DOMAIN#/$env::domain/gs;
433a435,436
>   $REGTEMPLATE =~ s/#PROXYSERVER#/$env::proxyserver/gs;
>   $REGTEMPLATE =~ s/#PROXYPOR#/$env::proxyport/gs;