projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9129c3
)
Remove debug line
author
Greg Sabino Mullane
<greg@endpoint.com>
Thu, 2 Jun 2011 21:17:37 +0000
(17:17 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Thu, 2 Jun 2011 21:17:37 +0000
(17:17 -0400)
bucardo_ctl
patch
|
blob
|
blame
|
history
diff --git
a/bucardo_ctl
b/bucardo_ctl
index c423a38c0f45329396285bdee4548d0096ef649e..4624887fe8b4c27751a5b1b539a177f5739f467b 100755
(executable)
--- a/
bucardo_ctl
+++ b/
bucardo_ctl
@@
-6923,7
+6923,7
@@
sub upgrade {
if ($changes) {
printf "Okay to commit $changes %s? ", $changes==1 ? 'change' : 'changes';
- exit if <STDIN> !~ /Y/i;
+
#
exit if <STDIN> !~ /Y/i;
$dbh->commit();
print "Changes have been commited\n";
}
@@
-7615,7
+7615,7
@@
sub install {
}
$COM = "$PSQL -AX -qt -f $schema_file 2>&1";
- print "COM=$COM\n";
+
#
print "COM=$COM\n";
print "Attempting to create and populate the bucardo database and schema\n";