Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 81081 Details for
Bug 124584
viewvc name change (was viewcvs)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New files/reconfig
reconfig (text/plain), 952 bytes, created by
Michael Hordijk
on 2006-03-01 17:20:49 UTC
(
hide
)
Description:
New files/reconfig
Filename:
MIME Type:
Creator:
Michael Hordijk
Created:
2006-03-01 17:20:49 UTC
Size:
952 bytes
patch
obsolete
>#!/bin/bash ># $Id: reconfig,v 1.6 2005/10/03 14:06:18 ramereth Exp $ > >if [ $1 = "install" ] ; then > find ${VHOST_CGIBINDIR}/viewvc ${VHOST_ROOT}/viewvc ${VHOST_ROOT}/htdocs/. -type f \ > | xargs sed -e "s|\(^LIBRARY_DIR\)\(.*\$\)|\1 = \"${VHOST_ROOT}/viewvc/lib\"|g > s,\(^CONF_PATHNAME\)\(.*\$\),\1 = \"${VHOST_ROOT}/viewvc/viewcvs.conf\",g > s,\(<VIEWCVS_INSTALL_DIRECTORY>\),${VHOST_ROOT}/viewvc,g > s,\(<VIEWCVS_APACHE_LIBRARY_DIRECTORY>\),${VHOST_ROOT}/viewvc/lib,g" -i >elif [ $1 = "upgrade" ] ; then > find ${VHOST_CGIBINDIR}/viewcvs ${VHOST_ROOT}/viewcvs ${VHOST_ROOT}/htdocs/. -type f \ > | xargs sed -e "s|\(^LIBRARY_DIR\)\(.*\$\)|\1 = \"${VHOST_ROOT}/viewvc/lib\"|g > s,\(^CONF_PATHNAME\)\(.*\$\),\1 = \"${VHOST_ROOT}/viewcvs/viewvc.conf\",g > s,\(<VIEWCVS_INSTALL_DIRECTORY>\),${VHOST_ROOT}/viewvc,g > s,\(<VIEWCVS_APACHE_LIBRARY_DIRECTORY>\),${VHOST_ROOT}/viewvc/lib,g" -i >elif [ $1 = "clean" ] ; then > echo $1 >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 124584
:
81080
| 81081 |
81082