File: 01_Ora2Pg.pod.diff

package info (click to toggle)
ora2pg 23.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,396 kB
  • sloc: perl: 25,866; sh: 143; makefile: 11; sql: 5
file content (33 lines) | stat: -rw-r--r-- 1,167 bytes parent folder | download | duplicates (3)
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
Description: Fix wrong paths
Forwarded: no
Author: Julián Moreno Patiño <darkjunix@gmail.com
Last-Update: 2011-01-25
--- a/doc/Ora2Pg.pod
+++ b/doc/Ora2Pg.pod
@@ -138,7 +138,7 @@ Like any other Perl Module Ora2Pg can be
 	make && make install
 
 This will install Ora2Pg.pm into your site Perl repository, ora2pg into
-/usr/local/bin/ and ora2pg.conf into /etc/ora2pg/.
+/usr/bin/ and ora2pg.conf into /etc/ora2pg/.
 
 On Windows(tm) OSes you may use instead:
 
@@ -247,7 +247,7 @@ Instant Client installation:
 By default Ora2Pg will look for /etc/ora2pg/ora2pg.conf configuration file, if
 the file exist you can simply execute:
 
-	/usr/local/bin/ora2pg
+	/usr/bin/ora2pg
 
 or under Windows(tm) run ora2pg.bat file, located in your perl bin directory.
 Windows(tm) users may also find a template configuration file in C:\ora2pg
@@ -255,7 +255,7 @@ Windows(tm) users may also find a templa
 If you want to call another configuration file, just give the path as command
 line argument:
 
-	/usr/local/bin/ora2pg -c /etc/ora2pg/new_ora2pg.conf
+	/usr/bin/ora2pg -c /etc/ora2pg/new_ora2pg.conf
 
 Here are all command line parameters available when using ora2pg: