]> git.pld-linux.org Git - packages/cvsweb.git/commitdiff
- webapps path
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 9 Jan 2006 23:24:36 +0000 (23:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsweb-config.patch -> 1.6

cvsweb-config.patch

index 08af27ed863621abd8abde3bc04ed51e57d51507..6ee44faa43a49eed1c10df39c0d4e2cc2357367f 100644 (file)
@@ -6,7 +6,7 @@ diff -Nur cvsweb-3.0.1/cvsweb.cgi cvsweb-3.0.1.new/cvsweb.cgi
  # == EDIT this ==
  # Locations to search for user configuration, in order:
 -for (catfile($mydir, 'cvsweb.conf'), '/usr/local/etc/cvsweb/cvsweb.conf') {
-+for (catfile($mydir, 'cvsweb.conf'), '/etc/cvsweb/cvsweb.conf') {
++for (catfile($mydir, 'cvsweb.conf'), '/etc/webapps/cvsweb/cvsweb.conf') {
    if (-r $_) {
      $config = $_;
      last;
This page took 0.080071 seconds and 4 git commands to generate.