Index: tools/altperl/slonik_drop_table.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/slonik_drop_table.pl,v
retrieving revision 1.1
diff -c -r1.1 slonik_drop_table.pl
*** tools/altperl/slonik_drop_table.pl	30 May 2006 14:52:35 -0000	1.1
--- tools/altperl/slonik_drop_table.pl	27 Oct 2006 14:13:39 -0000
***************
*** 7,13 ****
  
  use Getopt::Long;
  
! $CONFIG_FILE = '/usr/local/etc/slon_tools.conf';
  $SHOW_USAGE  = 0;
  
  # Read command-line options
--- 7,13 ----
  
  use Getopt::Long;
  
! $CONFIG_FILE = '@@SYSCONFDIR@@/slon_tools.conf';
  $SHOW_USAGE  = 0;
  
  # Read command-line options
***************
*** 31,37 ****
      exit 0;
  }
  
! require '/usr/local/pgsql/lib//slon-tools.pm';
  require $CONFIG_FILE;
  
  my ($TABLE_ID,$set) = @ARGV;
--- 31,37 ----
      exit 0;
  }
  
! require '@@PGLIBDIR@@/slon-tools.pm';
  require $CONFIG_FILE;
  
  my ($TABLE_ID,$set) = @ARGV;
Index: tools/altperl/slonik_print_preamble.pl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/altperl/slonik_print_preamble.pl,v
retrieving revision 1.1
diff -c -r1.1 slonik_print_preamble.pl
*** tools/altperl/slonik_print_preamble.pl	30 May 2006 14:52:35 -0000	1.1
--- tools/altperl/slonik_print_preamble.pl	27 Oct 2006 14:13:39 -0000
***************
*** 7,13 ****
  
  use Getopt::Long;
  
! $CONFIG_FILE = '/usr/local/etc/slon_tools.conf';
  $SHOW_USAGE  = 0;
  
  # Read command-line options
--- 7,13 ----
  
  use Getopt::Long;
  
! $CONFIG_FILE = '@@SYSCONFDIR@@/slon_tools.conf';
  $SHOW_USAGE  = 0;
  
  # Read command-line options
***************
*** 29,35 ****
      exit 0;
  }
  
! require '/usr/local/pgsql/lib//slon-tools.pm';
  require $CONFIG_FILE;
  
  $FILE="/tmp/print_preamble.$$";
--- 29,35 ----
      exit 0;
  }
  
! require '@@PGLIBDIR@@/slon-tools.pm';
  require $CONFIG_FILE;
  
  $FILE="/tmp/print_preamble.$$";
