]> git.pld-linux.org Git - packages/dbman.git/commitdiff
- FHS patch for dbman
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 20 Mar 2001 18:19:00 +0000 (18:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dbman-FHS.patch -> 1.1

dbman-FHS.patch [new file with mode: 0644]

diff --git a/dbman-FHS.patch b/dbman-FHS.patch
new file mode 100644 (file)
index 0000000..8724aeb
--- /dev/null
@@ -0,0 +1,44 @@
+diff -durN dbman-0.1.0.orig/dbman dbman-0.1.0/dbman
+--- dbman-0.1.0.orig/dbman     Mon Feb 21 16:31:15 2000
++++ dbman-0.1.0/dbman  Tue Mar 20 19:15:10 2001
+@@ -1,6 +1,6 @@
+ #! /usr/bin/perl
+ eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' if 0; # not running under some shell
+-BEGIN { $main::DEFA = "/usr/lib/dbman"; }
++BEGIN { $main::DEFA = "/usr/share/dbman"; }
+diff -durN dbman-0.1.0.orig/dbman-le dbman-0.1.0/dbman-le
+--- dbman-0.1.0.orig/dbman-le  Sat Jan  8 02:37:25 2000
++++ dbman-0.1.0/dbman-le       Tue Mar 20 19:15:34 2001
+@@ -1,6 +1,6 @@
+ #! /usr/bin/perl
+ eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' if 0; # not running under some shell
+-BEGIN { $main::DEFA = "/usr/lib/dbman"; }
++BEGIN { $main::DEFA = "/usr/share/dbman"; }
+ require 5.003;
+ use strict qw/subs vars/;
+diff -durN dbman-0.1.0.orig/dbman-proxy dbman-0.1.0/dbman-proxy
+--- dbman-0.1.0.orig/dbman-proxy       Sat Jan  8 02:37:01 2000
++++ dbman-0.1.0/dbman-proxy    Tue Mar 20 19:15:44 2001
+@@ -1,6 +1,6 @@
+ #! /usr/bin/perl
+ eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' if 0; # not running under some shell
+-BEGIN { $main::DEFA = "/usr/lib/dbman"; }
++BEGIN { $main::DEFA = "/usr/share/dbman"; }
+ use strict;
+ use vars qw($LANG $VERSION $VERNAME $quiet $ORIG_0 $DEFAULT_DIR $mylib $dbi
+diff -durN dbman-0.1.0.orig/dbman-sql-server dbman-0.1.0/dbman-sql-server
+--- dbman-0.1.0.orig/dbman-sql-server  Sat Jan  8 02:36:20 2000
++++ dbman-0.1.0/dbman-sql-server       Tue Mar 20 19:15:54 2001
+@@ -1,6 +1,6 @@
+ #! /usr/bin/perl
+ eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' if 0; # not running under some shell
+-BEGIN { $main::DEFA = "/usr/lib/dbman"; }
++BEGIN { $main::DEFA = "/usr/share/dbman"; }
+ require 5.003;
+ use strict qw/subs vars/;
This page took 0.154797 seconds and 4 git commands to generate.