File: 01-perl-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 (25 lines) | stat: -rwxr-xr-x 852 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
20
21
22
23
24
25
#! /bin/sh /usr/share/dpatch/dpatch-run
## perl-path-fix.dpatch by Dario Minnucci <debian@midworld.net>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Perl executable path fixes.

@DPATCH@
diff -urNad ftpmirror-1.96~/farm ftpmirror-1.96/farm
--- ftpmirror-1.96~/farm	1997-09-07 13:16:21.000000000 +0200
+++ ftpmirror-1.96/farm	2007-01-29 05:12:31.486236296 +0100
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 use strict;
 use vars qw($opt_D $opt_c $opt_l $opt_u $opt_d $opt_o $opt_v);
diff -urNad ftpmirror-1.96~/ftpmirror ftpmirror-1.96/ftpmirror
--- ftpmirror-1.96~/ftpmirror	2007-01-29 05:12:09.633570057 +0100
+++ ftpmirror-1.96/ftpmirror	2007-01-29 05:12:16.952453516 +0100
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 ;#
 ;# Copyright (c) 1995-1999
 ;#	Ikuo Nakagawa. All rights reserved.