freebsd-ports/net/sipxpbx/files/patch-bin_backup-configs.sh.in
Martin Wilke 6cc0afafb1 sipXpbx s the web based configuration system for sipX.
WWW: http://sipx-wiki.calivia.com/index.php/Main_Page

PR:		ports/107931
Submitted by:	Michael Durian <durian at shadetreesoftware.com>
2007-02-01 22:50:42 +00:00

11 lines
292 B
Bash

--- ./bin/backup-configs.sh.in.orig Wed Jan 3 14:10:48 2007
+++ ./bin/backup-configs.sh.in Wed Jan 3 14:12:57 2007
@@ -54,7 +54,7 @@
done
dump_database() {
- pg_dump -U postgres -F t SIPXCONFIG
+ pg_dump -U pgsql -F t SIPXCONFIG
}
if [ ! -f /var/run/postmaster*.pid ]