projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e3ecfe
)
bucardo_ctl: allow update of herd (just name for now)
author
Greg Sabino Mullane
<greg@endoint.com>
Tue, 12 Jan 2010 17:55:21 +0000
(12:55 -0500)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Tue, 12 Jan 2010 17:55:21 +0000
(12:55 -0500)
bucardo_ctl
patch
|
blob
|
blame
|
history
diff --git
a/bucardo_ctl
b/bucardo_ctl
index feabb1dabdcdd6c4b2b2c2b6c7bb23700ad62589..3c632107d6adcddfa96585a2c7d3818078261837 100755
(executable)
--- a/
bucardo_ctl
+++ b/
bucardo_ctl
@@
-844,6
+844,9
@@
sub update {
elsif ($item =~ /^db/i) {
$tabname = $item = 'db';
}
+ elsif ($item =~ /^herd/i) {
+ $tabname = $item = 'herd';
+ }
else {
die "Invalid item: must be code, db, dbgroup, sequence, sync, or table.\n";
}