[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] use template1



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian/dinstall.functions |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions
index efee750..a29ae26 100644
--- a/config/debian/dinstall.functions
+++ b/config/debian/dinstall.functions
@@ -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
 }
 
-- 
1.5.6.5



Reply to: