]> git.decadent.org.uk Git - dak.git/commitdiff
use template1
authorJoerg Jaspert <joerg@debian.org>
Sun, 4 Jul 2010 09:51:36 +0000 (11:51 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 4 Jul 2010 09:51:36 +0000 (11:51 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/dinstall.functions

index efee75094852a41bcb2b34f65b669ffdf1f27811..a29ae26eb0faaf44219e119f79c2bc272c49be4b 100644 (file)
@@ -55,8 +55,8 @@ function pgdump_post() {
 function pgdakdev() {
     cd $base/backup
     echo "drop database projectb" | psql -p 5433 template1
-       cat currentall | psql -p 5433 template1
-    createdb -p 5433 -T template0 projectb
+       #cat currentall | psql -p 5433 template1
+    createdb -p 5433 -T template1 projectb
     fgrep -v '\connect' current | psql -p 5433 projectb
 }