Source File section

File deleted: DIFFS (Size: 1498, Created: Jul 28 16:40 )
File deleted: Versuche/typo3/localconf.php (Size: 6541, Created: Jun 17 19:09 )
File deleted: Versuche/Asterisk/bri-stuff.0.1.0-RC2g.tgz (Size: 3810398, Created: Jul 26 20:24 )
File deleted: DIFFS.pl (Size: 970, Created: Jul 30 23:07 )
File created: DIFFS (Size: 1530, Created: Aug 2 14:39 )
File created: Versuche/cvs/compile.txt (Size: 60, Created: Aug 2 13:30 )
File created: Versuche/IPSec/~$stallation Freeswan IPSec.doc (Size: 162, Created: Aug 2 13:51 )
File created: Versuche/typo3/localconf.php (Size: 6525, Created: Aug 2 20:12 )
File created: Versuche/Asterisk/bri-stuff.0.1.0-RC2k.tgz (Size: 3814982, Created: Aug 2 13:50 )
File created: Versuche/Asterisk/junghanns/bri-stuff-0.1.0-RC2k.tar.gz (Size: 94881, Created: Aug 2 13:13 )
File created: Old-Packages/bri-stuff.0.1.0-RC2g.tgz (Size: 3810398, Created: Jul 26 20:24 )
File created: DIFFS.pl (Size: 982, Created: Aug 2 14:43 )

Usermanager Section

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

--- ./vcl/util/makefile.mk	2004-03-03 15:33:18.000000000 +0100
+++ ./vcl/util/makefile.mk	2004-08-02 23:02:45.000000000 +0200
@@ -299,7 +299,7 @@
 SHL1STDLIBS += -lXp -lXext -lSM -lICE -lX11
 .ELSE
 .IF "$(CPU)" == "I"
-SHL1STDLIBS += -Wl,-Bstatic -lXinerama -Wl,-Bdynamic 
+SHL1STDLIBS += -lXinerama
 .ENDIF
 SHL1STDLIBS += -lXext -lSM -lICE -lX11
 .ENDIF          # "$(USE_XPRINT)" == "TRUE"

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

--- ./index.php	2003-04-03 17:11:04.000000000 +0200
+++ ./index.php	2004-08-02 20:14:56.000000000 +0200
@@ -37,7 +37,7 @@
 // **************************************************************************
 
 	// This checks for my own IP at home. You can just remove the if-statement.
-	die("In the main source distribution of Typo3, the install script is disabled by a die() function call.<BR>Open the file typo3/install/index.php and remove/out-comment the line that outputs this message!");
+//	die("In the main source distribution of Typo3, the install script is disabled by a die() function call.<BR>Open the file typo3/install/index.php and remove/out-comment the line that outputs this message!");
 
 
 
@@ -51,4 +51,4 @@
 define("TYPO3_enterInstallScript", "1");
 require ("../init.php");
 
-?>
\ No newline at end of file
+?>

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

31c31
< cd /Asterisk-Sources/bri-stuff.0.1.0-RC2g/asterisk/
---
> cd /Asterisk-Sources/bri-stuff.0.1.0-RC2k/asterisk/
49c49
< cd /Asterisk-Sources/bri-stuff.0.1.0-RC2g/
---
> cd /Asterisk-Sources/bri-stuff.0.1.0-RC2k/

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

86c86,87
< ./configure --with-jdk-home=$JAVA_HOME --with-ant-home=$ANT_HOME
---
> ./configure --with-jdk-home=$JAVA_HOME --with-ant-home=$ANT_HOME \
>   --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
88a90,91
> # Xinerama is only available as shared library in this system:
> patch -Np1 -i /MyLinux-Patches/openoffice-xinerama.patch

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

34c34
< cp /Typo3-Sources/localconf.php /usr/local/httpd/htdocs/quickstart/typo3conf/
---
> cp /Typo3-Sources/localconf.php /usr/local/httpd/htdocs/quickstart/typo3conf/localconf.php-template
37,49d36
< cat << EOF > typo3-install.patch
< --- ./index.php	2003-04-03 17:11:04.000000000 +0200
< +++ ./index.php	2004-06-16 17:18:50.000000000 +0200
< @@ -37,7 +37,7 @@
<  // **************************************************************************
< 
<         // This checks for my own IP at home. You can just remove the if-statement.
< -       die("In the main source distribution of Typo3, the install script is disabled by a die() function call.<BR>Open the file typo3/install/index.php and remove/out-comment the line that outputs this message!");
< +       //die("In the main source distribution of Typo3, the install script is disabled by a die() function call.<BR>Open the file typo3/install/index.php and remove/out-comment the line that outputs this message!");
< 
< 
< 
< EOF
51c38
< patch -Np1 -i /Typo3-Sources/typo3-install.patch
---
> patch -Np1 -i /MyLinux-Patches/typo3-install.patch
58c45,51
<   cat << "EOF" | mysql -u root -p`cat /root/usermanager/data/mysqlpasswd` mysql
---
>   # create random password for database connection
>   DBPASSWD=`dd if=/dev/random bs=6 count=1 2> /dev/null | base64`
>   ENCKEY=`dd if=/dev/random bs=24 count=1 2> /dev/null | base64`
>   export DBPASSWD
>   cat << "EOF" \
>     | sed "s/#DBPASSWD#/$DBPASSWD" \
>     | mysql -u root -p`cat /root/usermanager/data/mysqlpasswd` mysql
60c53
< GRANT ALL ON typo3.* TO 'typo3'@'localhost' IDENTIFIED BY 'mylinux';
---
> GRANT ALL ON typo3.* TO 'typo3'@'localhost' IDENTIFIED BY '#DBPASSWD#';
62,63c55,63
<   cat /usr/local/httpd/htdocs/quickstart/typo3conf/database.sql | \
<     mysql -u typo3 -pmylinux typo3
---
>   cat /usr/local/httpd/htdocs/quickstart/typo3conf/database.sql \
>     | mysql -u typo3 -pmylinux typo3
>   cat /usr/local/httpd/htdocs/quickstart/typo3conf/localconf.php-template | \
>     | sed -e 's/#WARNEMAIL#/root@'`dnsdomainname`'/' \
> 	  -e "s/#DBPASSWD#/$DBPASSWD/" \
> 	  -e "s/#ENCKEY#/$ENCKEY/" \
>     > /usr/local/httpd/htdocs/quickstart/typo3conf/localconf.php
>   chown wwwrun.wwwrun \
>     /usr/local/httpd/htdocs/quickstart/typo3conf/localconf.php