]> git.pld-linux.org Git - packages/MHonArc.git/commitdiff
update
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 12 Aug 1999 15:44:32 +0000 (15:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    MHonArc-FHS2.patch -> 1.2

MHonArc-FHS2.patch

index 5ad531ff0313a644fa60f062830a02383eefeca3..bf58a62e27f5a1306ee9a44cd0cc2c48a5e77ffb 100644 (file)
@@ -1,35 +1,47 @@
-diff -Nru MHonArc2.3.3/mha-dbedit MHonArc2.3.3.new/mha-dbedit
---- MHonArc2.3.3/mha-dbedit    Mon May 10 20:51:42 1999
-+++ MHonArc2.3.3.new/mha-dbedit        Mon May 10 20:53:15 1999
+diff -urN MHonArc2.4.2.orig/mha-dbedit MHonArc2.4.2/mha-dbedit
+--- MHonArc2.4.2.orig/mha-dbedit       Thu Aug 12 17:37:46 1999
++++ MHonArc2.4.2/mha-dbedit    Thu Aug 12 17:38:25 1999
 @@ -33,7 +33,7 @@
  ##---------------------------------------------------------------------------##
  
  MAIN: {
--    unshift(@INC, '/usr/lib/MHonArc');        # Should I leave this line in?
+-    unshift(@INC, 'lib');     # Should I leave this line in?
 +    unshift(@INC, '/usr/share/MHonArc');      # Should I leave this line in?
  
      ## Initialize MHonArc
      require 'mhamain.pl' || die qq/ERROR: Unable to require "mhamain.pl"\n/;
-diff -Nru MHonArc2.3.3/mha-dbrecover MHonArc2.3.3.new/mha-dbrecover
---- MHonArc2.3.3/mha-dbrecover Mon May 10 20:51:42 1999
-+++ MHonArc2.3.3.new/mha-dbrecover     Mon May 10 20:53:24 1999
+diff -urN MHonArc2.4.2.orig/mha-dbrecover MHonArc2.4.2/mha-dbrecover
+--- MHonArc2.4.2.orig/mha-dbrecover    Thu Aug 12 17:37:46 1999
++++ MHonArc2.4.2/mha-dbrecover Thu Aug 12 17:38:35 1999
 @@ -33,7 +33,7 @@
  ##---------------------------------------------------------------------------##
  
  MAIN: {
--    unshift(@INC, '/usr/lib/MHonArc');        # Should I leave this line in?
+-    unshift(@INC, 'lib');     # Should I leave this line in?
 +    unshift(@INC, '/usr/share/MHonArc');      # Should I leave this line in?
  
      ## Initialize MHonArc
      require 'mhamain.pl' || die qq/ERROR: Unable to require "mhamain.pl"\n/;
-diff -Nru MHonArc2.3.3/mhonarc MHonArc2.3.3.new/mhonarc
---- MHonArc2.3.3/mhonarc       Mon May 10 20:51:42 1999
-+++ MHonArc2.3.3.new/mhonarc   Mon May 10 20:53:59 1999
+diff -urN MHonArc2.4.2.orig/mha-decode MHonArc2.4.2/mha-decode
+--- MHonArc2.4.2.orig/mha-decode       Thu Aug 12 17:37:46 1999
++++ MHonArc2.4.2/mha-decode    Thu Aug 12 17:38:45 1999
+@@ -33,7 +33,7 @@
+ ##---------------------------------------------------------------------------##
+ MAIN: {
+-    unshift(@INC, 'lib');     # Should I leave this line in?
++    unshift(@INC, '/usr/share/MHonArc');      # Should I leave this line in?
+     ## Initialize MHonArc
+     require 'mhamain.pl' || die qq/ERROR: Unable to require "mhamain.pl"\n/;
+diff -urN MHonArc2.4.2.orig/mhonarc MHonArc2.4.2/mhonarc
+--- MHonArc2.4.2.orig/mhonarc  Thu Aug 12 17:37:46 1999
++++ MHonArc2.4.2/mhonarc       Thu Aug 12 17:39:20 1999
 @@ -32,7 +32,7 @@
  ##---------------------------------------------------------------------------##
  
  MAIN: {
--    unshift(@INC, '/usr/lib/MHonArc');        # Should I leave this line in?
+-    unshift(@INC, 'lib');     # Should I leave this line in?
 +    unshift(@INC, '/usr/share/MHonArc');      # Should I leave this line in?
  
      require 'mhamain.pl' || die qq/ERROR: Unable to require "mhamain.pl"\n/;
This page took 0.123039 seconds and 4 git commands to generate.