]> git.pld-linux.org Git - packages/dbman.git/blame - dbman-FHS.patch
- FHS patch for dbman
[packages/dbman.git] / dbman-FHS.patch
CommitLineData
6358086c
JK
1diff -durN dbman-0.1.0.orig/dbman dbman-0.1.0/dbman
2--- dbman-0.1.0.orig/dbman Mon Feb 21 16:31:15 2000
3+++ dbman-0.1.0/dbman Tue Mar 20 19:15:10 2001
4@@ -1,6 +1,6 @@
5 #! /usr/bin/perl
6 eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' if 0; # not running under some shell
7-BEGIN { $main::DEFA = "/usr/lib/dbman"; }
8+BEGIN { $main::DEFA = "/usr/share/dbman"; }
9
10
11
12diff -durN dbman-0.1.0.orig/dbman-le dbman-0.1.0/dbman-le
13--- dbman-0.1.0.orig/dbman-le Sat Jan 8 02:37:25 2000
14+++ dbman-0.1.0/dbman-le Tue Mar 20 19:15:34 2001
15@@ -1,6 +1,6 @@
16 #! /usr/bin/perl
17 eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' if 0; # not running under some shell
18-BEGIN { $main::DEFA = "/usr/lib/dbman"; }
19+BEGIN { $main::DEFA = "/usr/share/dbman"; }
20
21 require 5.003;
22 use strict qw/subs vars/;
23diff -durN dbman-0.1.0.orig/dbman-proxy dbman-0.1.0/dbman-proxy
24--- dbman-0.1.0.orig/dbman-proxy Sat Jan 8 02:37:01 2000
25+++ dbman-0.1.0/dbman-proxy Tue Mar 20 19:15:44 2001
26@@ -1,6 +1,6 @@
27 #! /usr/bin/perl
28 eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' if 0; # not running under some shell
29-BEGIN { $main::DEFA = "/usr/lib/dbman"; }
30+BEGIN { $main::DEFA = "/usr/share/dbman"; }
31
32 use strict;
33 use vars qw($LANG $VERSION $VERNAME $quiet $ORIG_0 $DEFAULT_DIR $mylib $dbi
34diff -durN dbman-0.1.0.orig/dbman-sql-server dbman-0.1.0/dbman-sql-server
35--- dbman-0.1.0.orig/dbman-sql-server Sat Jan 8 02:36:20 2000
36+++ dbman-0.1.0/dbman-sql-server Tue Mar 20 19:15:54 2001
37@@ -1,6 +1,6 @@
38 #! /usr/bin/perl
39 eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' if 0; # not running under some shell
40-BEGIN { $main::DEFA = "/usr/lib/dbman"; }
41+BEGIN { $main::DEFA = "/usr/share/dbman"; }
42
43 require 5.003;
44 use strict qw/subs vars/;
This page took 0.070757 seconds and 4 git commands to generate.