mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
30 lines
1.4 KiB
INI
30 lines
1.4 KiB
INI
--- ./plugins.d/plugins.ini.orig 2013-02-22 20:28:32.000000000 +0300
|
|
+++ ./plugins.d/plugins.ini 2015-02-28 19:23:21.000000000 +0200
|
|
@@ -88,7 +88,7 @@
|
|
; PSQL (Unix):
|
|
;
|
|
Title=PSQL Console
|
|
-Command=/usr/bin/xterm -e "$$PGBINDIR/psql" --host "$$HOSTNAME" --port $$PORT --username "$$USERNAME" "$$DATABASE"
|
|
+Command=/usr/local/bin/xterm -e "$$PGBINDIR/psql" --host "$$HOSTNAME" --port $$PORT --username "$$USERNAME" "$$DATABASE"
|
|
Description=Open a PSQL console to the current database.
|
|
KeyFile=$$PGBINDIR/psql
|
|
Platform=unix
|
|
@@ -122,7 +122,7 @@
|
|
; EDB PSQL (Unix):
|
|
;
|
|
Title=EDB-PSQL Console
|
|
-Command=/usr/bin/xterm -e "$$EDBBINDIR/edb-psql" --host "$$HOSTNAME" --port $$PORT --username "$$USERNAME" "$$DATABASE"
|
|
+Command=/usr/local/bin/xterm -e "$$EDBBINDIR/edb-psql" --host "$$HOSTNAME" --port $$PORT --username "$$USERNAME" "$$DATABASE"
|
|
Description=Open a EDB-PSQL console to the current database.
|
|
KeyFile=$$EDBBINDIR/edb-psql
|
|
Platform=unix
|
|
@@ -158,7 +158,7 @@
|
|
; [Separator]
|
|
;
|
|
; Title=Quick backup
|
|
-; Command=/usr/bin/xterm -e "$$PGBINDIR/pg_dump" --host "$$HOSTNAME" --port $$PORT --username "$$USERNAME" "$$DATABASE" > ~/db-`date +%Y%m%d%H%m`.bak
|
|
+; Command=/usr/local/bin/xterm -e "$$PGBINDIR/pg_dump" --host "$$HOSTNAME" --port $$PORT --username "$$USERNAME" "$$DATABASE" > ~/db-`date +%Y%m%d%H%m`.bak
|
|
; Description=Perform a quick backup of the current database.
|
|
; KeyFile=$$PGBINDIR/pg_dump
|
|
; Platform=unix
|