aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql82-server/files/dot.cshrc.in
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql82-server/files/dot.cshrc.in')
-rw-r--r--databases/postgresql82-server/files/dot.cshrc.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/postgresql82-server/files/dot.cshrc.in b/databases/postgresql82-server/files/dot.cshrc.in
deleted file mode 100644
index a326041bff7b..000000000000
--- a/databases/postgresql82-server/files/dot.cshrc.in
+++ /dev/null
@@ -1,13 +0,0 @@
-set path = ( %%PREFIX%%/%%PG_PREFIX%%bin $path )
-
-setenv PGLIB %%PREFIX%%/%%PG_PREFIX%%lib
-
-# note: PGDATA can be overridden by the -D startup option
-setenv PGDATA $HOME/data
-
-#You might want to set some locale stuff here
-#setenv PGDATESTYLE ISO
-#setenv LC_ALL sv_SE.ISO_8859-1
-
-# if you want to make regression tests use this TZ
-#setenv TZ PST8PDT