[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gforge-commits] gforge/deb-specific install-db.sh, 1.27.2.3, 1.27.2.4
From: |
lo-lan-do |
Subject: |
[Gforge-commits] gforge/deb-specific install-db.sh, 1.27.2.3, 1.27.2.4 |
Date: |
Thu, 01 Apr 2004 04:05:29 -0600 |
Update of /cvsroot/gforge/gforge/deb-specific
In directory db.perdue.net:/tmp/cvs-serv12458/deb-specific
Modified Files:
Tag: Branch_3_1
install-db.sh
Log Message:
Fixed redirection of createuser's output (used to be to /dev/null, now
it's displayed).
Index: install-db.sh
===================================================================
RCS file: /cvsroot/gforge/gforge/deb-specific/install-db.sh,v
retrieving revision 1.27.2.3
retrieving revision 1.27.2.4
diff -u -d -r1.27.2.3 -r1.27.2.4
--- install-db.sh 10 Jan 2004 21:41:44 -0000 1.27.2.3
+++ install-db.sh 1 Apr 2004 10:05:27 -0000 1.27.2.4
@@ -107,7 +107,7 @@
exit 1
fi
else
- if su -s /bin/sh postgres -c "/usr/bin/psql template1" &> /dev/null
<<-EOF
+ if su -s /bin/sh postgres -c "/usr/bin/psql template1" 1> $tmp1 2>
$tmp2 <<-EOF
CREATE USER $db_user WITH PASSWORD '$db_passwd' ;
EOF
then
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gforge-commits] gforge/deb-specific install-db.sh, 1.27.2.3, 1.27.2.4,
lo-lan-do <=