]> git.pld-linux.org Git - packages/MHonArc.git/blame - MHonArc-FHS2.patch
- update to 2.6.16
[packages/MHonArc.git] / MHonArc-FHS2.patch
CommitLineData
12de87e4
AM
1diff -urN MHonArc2.4.2.orig/mha-dbedit MHonArc2.4.2/mha-dbedit
2--- MHonArc2.4.2.orig/mha-dbedit Thu Aug 12 17:37:46 1999
3+++ MHonArc2.4.2/mha-dbedit Thu Aug 12 17:38:25 1999
4757df6f 4@@ -33,7 +33,7 @@
5 ##---------------------------------------------------------------------------##
6
7 MAIN: {
12de87e4 8- unshift(@INC, 'lib'); # Should I leave this line in?
4757df6f 9+ unshift(@INC, '/usr/share/MHonArc'); # Should I leave this line in?
10
11 ## Initialize MHonArc
12 require 'mhamain.pl' || die qq/ERROR: Unable to require "mhamain.pl"\n/;
12de87e4
AM
13diff -urN MHonArc2.4.2.orig/mha-dbrecover MHonArc2.4.2/mha-dbrecover
14--- MHonArc2.4.2.orig/mha-dbrecover Thu Aug 12 17:37:46 1999
15+++ MHonArc2.4.2/mha-dbrecover Thu Aug 12 17:38:35 1999
4757df6f 16@@ -33,7 +33,7 @@
17 ##---------------------------------------------------------------------------##
18
19 MAIN: {
12de87e4 20- unshift(@INC, 'lib'); # Should I leave this line in?
4757df6f 21+ unshift(@INC, '/usr/share/MHonArc'); # Should I leave this line in?
22
23 ## Initialize MHonArc
24 require 'mhamain.pl' || die qq/ERROR: Unable to require "mhamain.pl"\n/;
12de87e4
AM
25diff -urN MHonArc2.4.2.orig/mha-decode MHonArc2.4.2/mha-decode
26--- MHonArc2.4.2.orig/mha-decode Thu Aug 12 17:37:46 1999
27+++ MHonArc2.4.2/mha-decode Thu Aug 12 17:38:45 1999
28@@ -33,7 +33,7 @@
29 ##---------------------------------------------------------------------------##
30
31 MAIN: {
32- unshift(@INC, 'lib'); # Should I leave this line in?
33+ unshift(@INC, '/usr/share/MHonArc'); # Should I leave this line in?
34
35 ## Initialize MHonArc
36 require 'mhamain.pl' || die qq/ERROR: Unable to require "mhamain.pl"\n/;
37diff -urN MHonArc2.4.2.orig/mhonarc MHonArc2.4.2/mhonarc
38--- MHonArc2.4.2.orig/mhonarc Thu Aug 12 17:37:46 1999
39+++ MHonArc2.4.2/mhonarc Thu Aug 12 17:39:20 1999
4757df6f 40@@ -32,7 +32,7 @@
41 ##---------------------------------------------------------------------------##
42
43 MAIN: {
12de87e4 44- unshift(@INC, 'lib'); # Should I leave this line in?
4757df6f 45+ unshift(@INC, '/usr/share/MHonArc'); # Should I leave this line in?
46
47 require 'mhamain.pl' || die qq/ERROR: Unable to require "mhamain.pl"\n/;
48 mhonarc::initialize();
This page took 0.880185 seconds and 4 git commands to generate.