diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-02-12 14:20:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-02-12 14:20:04 +0000 |
commit | ad2715457bc8e22a5c9f2c7e94058138e58b078b (patch) | |
tree | 837ac03a1f7b5acef30bae15ad28d6315d99c8b0 /sysutils/bacula-server/files/patch-src-cats-update_postgresql_tables.in | |
parent | a7521d831d7deaccf1b98ad5a2ecb1d70c567f70 (diff) |
Notes
Diffstat (limited to 'sysutils/bacula-server/files/patch-src-cats-update_postgresql_tables.in')
-rw-r--r-- | sysutils/bacula-server/files/patch-src-cats-update_postgresql_tables.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/bacula-server/files/patch-src-cats-update_postgresql_tables.in b/sysutils/bacula-server/files/patch-src-cats-update_postgresql_tables.in new file mode 100644 index 000000000000..3e91b975fda1 --- /dev/null +++ b/sysutils/bacula-server/files/patch-src-cats-update_postgresql_tables.in @@ -0,0 +1,11 @@ +--- src/cats/update_postgresql_tables.in ++++ src/cats/update_postgresql_tables.in +@@ -9,7 +9,7 @@ echo " Standard version 3.0 to 5.0" + echo " " + + bindir=@SQL_BINDIR@ +-export PATH="$bindir:$PATH" ++PATH="$bindir:$PATH" + db_name=@db_name@ + + if psql -f - -d ${db_name} $* <<END-OF-DATA |