Package: iselect / 1.4.0-4

fix-perl-shebang-and-other-paths.diff 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Description: Fixes perl shebang line and others path in upstream's examples

--- iselect-1.3.1.orig/example/gotourl/gotourl
+++ iselect-1.3.1/example/gotourl/gotourl
@@ -1,4 +1,4 @@
-#!/sw/bin/perl
+#!/usr/bin/perl
 ##
 ##  GotoURL -- go to a particular URL
 ##  Copyright (c) 1997 Ralf S. Engelschall, All Rights Reserved. 
--- iselect-1.3.1.orig/example/gotourl/dot.gotourlrc
+++ iselect-1.3.1/example/gotourl/dot.gotourlrc
@@ -4,8 +4,8 @@
 
 ^ftp://.+/$           cftp %U
 ^ftp://.+[^/]$        lftp %U
-^(http|ftp)://.+      /usr/local/bin/lynx %U
-^(http|ftp)://.+      /usr/local/bin/netscape -remote 'openURL(%U)'
+^(http|ftp)://.+      www-browser %U
+^(http|ftp)://.+      x-www-browser -remote 'openURL(%U)'
 ^(http|ftp)://.+[^/]$ fetch %U
 
 ##EOF##
--- iselect-1.3.1.orig/example/ilogin/ilogin
+++ iselect-1.3.1/example/ilogin/ilogin
@@ -1,4 +1,4 @@
-#!/sw/bin/perl
+#!/usr/bin/perl
 ##
 ##  iLogin -- interactive login
 ##  Copyright (c) 1997 Ralf S. Engelschall, All Rights Reserved. 
--- iselect-1.3.1.orig/example/scvs/scvs
+++ iselect-1.3.1/example/scvs/scvs
@@ -1,4 +1,4 @@
-#!/sw/bin/perl
+#!/usr/bin/perl
 ##
 ##  sCVS -- Switch CVS Repository
 ##  Copyright (c) 1997 Ralf S. Engelschall, All Rights Reserved. 
--- iselect-1.3.1.orig/example/melm/melm
+++ iselect-1.3.1/example/melm/melm
@@ -1,4 +1,4 @@
-#!/sw/bin/perl
+#!/usr/bin/perl
 ##
 ##  MetaELM -- ELM frontend
 ##  Copyright (c) 1997 Ralf S. Engelschall, All Rights Reserved. 
--- iselect-1.3.1.orig/example/mtin/mtin
+++ iselect-1.3.1/example/mtin/mtin
@@ -1,4 +1,4 @@
-#!/sw/bin/perl
+#!/usr/bin/perl
 ##
 ##  MetaTIN -- a TIN frontend for better USENET NetNews reading
 ##  Copyright (c) 1996-1997 Ralf S. Engelschall, All Rights Reserved.