File: 03-config-path-fix.diff

package info (click to toggle)
ftpmirror 1.96%2Bdfsg-16
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 1,080 kB
  • sloc: perl: 2,496; sh: 1,811; makefile: 51; ansic: 22
file content (19 lines) | stat: -rwxr-xr-x 565 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh /usr/share/dpatch/dpatch-run
## config-path-fix.dpatch by Dario Minnucci <debian@midworld.net>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Configuration file path fixes.

@DPATCH@
diff -urNad ftpmirror-1.96~/Fan/Fan.pm ftpmirror-1.96/Fan/Fan.pm
--- ftpmirror-1.96~/Fan/Fan.pm	2007-01-30 00:50:54.480051291 +0100
+++ ftpmirror-1.96/Fan/Fan.pm	2007-01-30 00:52:00.848926303 +0100
@@ -48,7 +48,7 @@
 
 ;# Where configuration files are.
 BEGIN {
-	$sysconfdir = "/usr/local/etc";
+	$sysconfdir = "/etc/ftpmirror";
 }
 
 ;#