FreeBSD Bugzilla – Attachment 100323 Details for
Bug 139596
Fix remove of typo3 configuration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.01 KB, created by
Gerrit Beine
on 2009-10-14 12:10:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Gerrit Beine
Created:
2009-10-14 12:10:03 UTC
Size:
1.01 KB
patch
obsolete
>diff -Nur /usr/ports/www/typo3/Makefile www/typo3/Makefile >--- /usr/ports/www/typo3/Makefile 2009-08-22 02:38:28.000000000 +0200 >+++ www/typo3/Makefile 2009-10-14 04:42:20.000000000 +0200 >@@ -45,6 +45,9 @@ > LIB_DEPENDS+= MagickWand.2:${PORTSDIR}/graphics/ImageMagick > .endif > >+pre-install: >+ ${MV} ${SITESRC}/typo3conf/localconf.php ${SITESRC}/typo3conf/localconf.php.dist >+ > do-install: > ${CP} -R ${WRKSRC} ${PREFIX}/${TYPO3DIR} > ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPO3DIR} >diff -Nur /usr/ports/www/typo3/pkg-plist www/typo3/pkg-plist >--- /usr/ports/www/typo3/pkg-plist 1970-01-01 01:00:00.000000000 +0100 >+++ www/typo3/pkg-plist 2009-10-14 05:31:02.000000000 +0200 >@@ -0,0 +1,3 @@ >+@exec mkdir -p %D/www/typo3/typo3conf 2> /dev/null >+@exec [ -f %D/www/typo3/typo3conf/localconf.php ] || cp %D/www/typo3/typo3conf/localconf.php.dist %D/www/typo3/typo3conf/localconf.php >+@unexec if cmp -s %D/www/typo3/typo3conf/localconf.php %D/www/typo3/typo3conf/localconf.php.dist; then rm -f %D/www/typo3/typo3conf/localconf.php; fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 139596
: 100323