The feature that is disabled where wants the altperl tools to write to the
system log directory whenever they run.  This doesn't work because of
permissions.

Index: slony1-1.2.1/tools/altperl/slon-tools.pm
===================================================================
--- slony1-1.2.1.orig/tools/altperl/slon-tools.pm	2006-11-17 11:47:38.000000000 +0100
+++ slony1-1.2.1/tools/altperl/slon-tools.pm	2006-11-17 11:50:24.000000000 +0100
@@ -83,14 +83,14 @@
 # then invokes it and deletes it
 sub run_slonik_script {
   my ($script) = @_;
-  open(OUT, ">>$LOGDIR/slonik_scripts.log");
-  my $now = `date`;
-  chomp $now;
-  print OUT "# -------------------------------------------------------------\n";
-  print OUT "# Script: $script submitted at $now \n";
-  print OUT "# -------------------------------------------------------------\n";
-  print OUT $script;
-  close OUT;
+#  open(OUT, ">>$LOGDIR/slonik_scripts.log");
+#  my $now = `date`;
+#  chomp $now;
+#  print OUT "# -------------------------------------------------------------\n";
+#  print OUT "# Script: $script submitted at $now \n";
+#  print OUT "# -------------------------------------------------------------\n";
+#  print OUT $script;
+#  close OUT;
   print $script;
 }
 
