Package: rman / 3.2-7

debian-changes-before-3.2.5-pathFixes Patch series | download
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
26
Description: patch summarizes all "diffs" which have been done by previous maintainer. Fixes paths in files.

--- a/contrib/authried.txt
+++ b/contrib/authried.txt
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 require "common.pl";
 
--- a/contrib/rman.pl
+++ b/contrib/rman.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 # Copyright 1994 Alexander Gagin (gagin@cvxct0.jinr.dubna.su)
 # http://www.jinr.dubna.su/~gagin
 # CGI form interface to RosettaMan program, which is available as
--- a/contrib/youki.pl
+++ b/contrib/youki.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl5
+#!/usr/bin/perl
 #
 # CGI script for translating manpage into html on the fly.
 # Front-end for PolyglotMan (formerly called RosettaMan)