Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 66413 Details for
Bug 103155
[EBUILD] Archzoom-0.5.0 ebuild for webapp
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/reconfig
reconfig (text/plain), 1.07 KB, created by
Matteo Settenvini
on 2005-08-20 10:17:51 UTC
(
hide
)
Description:
files/reconfig
Filename:
MIME Type:
Creator:
Matteo Settenvini
Created:
2005-08-20 10:17:51 UTC
Size:
1.07 KB
patch
obsolete
>#!/bin/bash ># $Header: Exp $ > >if [ $1 = "start" -o $1 = "install" ]; then > # update constants > cfile="${VHOST_ROOT}/archzoom/archzoom-data/perllib/ArchZoom/Constants.pm" > sed -i "s:^\$prefix .*;$:\$prefix = \"${VHOST_CGIBINDIR}/archzoom\";:g" \ > ${cfile} > sed -i "s:^\$datadir .*;$:\$datadir = \"${VHOST_ROOT}/archzoom\";:g" \ > ${cfile} > sed -i "s:^\$DataDir .*;$:\$DataDir = \"\${datadir}/archzoom-data\";:g" \ > ${cfile} > sed -i "s:^\$ConfDir .*;$:\$ConfDir = \"\${datadir}/archzoom-data/conf\";:g" \ > ${cfile} > sed -i "s:^\$localestatedir .*;$:\$localstatedir = \"\${datadir}/archzoom-data/var\";\";:g" \ > ${cfile} > > # update @INC for .cgi > sed -i "s:^use lib$:use lib\n\t\"${VHOST_ROOT}/archzoom/archzoom-data/perllib\",:g" \ > "${VHOST_CGIBINDIR}/archzoom/archzoom.cgi" > > # take care that cache is writable for user apache > chown root:apache "${VHOST_ROOT}/archzoom/archzoom-data/var/cache" > chmod g+a "${VHOST_ROOT}/archzoom/archzoom-data/var/cache" > >elif [ $1 = "clean" ]; then > rm -rf ${VHOST_CGIBINDIR}/archzoom > rm -rf ${VHOST_ROOT}/archzoom-data >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 Raw
Actions:
View
Attachments on
bug 103155
:
66408
|
66409
|
66410
| 66413 |
66414