• Bug#266368: viewcvs: footer.ezt should use "[docroot]/images/logo.png"

    From Chad Walstrom@1:229/2 to All on Tue Aug 17 21:00:14 2004
    From: [email protected]

    Package: viewcvs
    Version: 0.9.2+cvs.1.0.dev.2004.07.28-1
    Severity: minor


    In a nonstandard, custom setup, the footer template fails to point to
    the viewcvs logo because it isn't using the [docroot] substitution. The following patch fixes this.

    --- /etc/viewcvs/templates/include/footer.ezt.orig 2004-08-17 13:30:43.000000000 -0500
    +++ /etc/viewcvs/templates/include/footer.ezt 2004-08-17 13:30:00.000000000 -0500
    @@ -9,7 +9,7 @@
    Powered by <a href="http://viewcvs.sourceforge.net/">ViewCVS [vsn]</a>
    </td>
    <td align="right">
    - <img src="/doc/viewcvs/images/logo.png" alt="(Powered by ViewCVS)" border="0"
    + <img src="[docroot]/images/logo.png" alt="(Powered by ViewCVS)" border="0"
    width="128" height="48" /><br />
    <h3><a target="_blank" href="[help_href]">ViewCVS and CVS Help</a></h3>
    </td>

    -- System Information:
    Debian Release: 3.1
    APT prefers testing
    APT policy: (990, 'testing')
    Architecture: i386 (i686)
    Kernel: Linux 2.4.25-1-k7-smp
    Locale: LANG=en_US, LC_CTYPE=en_US (ignored: LC_ALL set to C)

    Versions of packages viewcvs depends on:
    ii cvs 1:1.12.9-3 Concurrent Versions System
    ii debconf 1.4.30 Debian configuration management sy ii