bucardo_ctl: allow update of herd (just name for now)
authorGreg Sabino Mullane <greg@endoint.com>
Tue, 12 Jan 2010 17:55:21 +0000 (12:55 -0500)
committerGreg Sabino Mullane <greg@endpoint.com>
Tue, 12 Jan 2010 17:55:21 +0000 (12:55 -0500)
bucardo_ctl

index feabb1dabdcdd6c4b2b2c2b6c7bb23700ad62589..3c632107d6adcddfa96585a2c7d3818078261837 100755 (executable)
@@ -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";
        }