Browse Source

* enhanced postgresql.postinstall to create out prefered way of starting postgresql

git-svn-id: svn+ssh://svn.opensde.net/home/users/karasz/x5/tardiba/trunk@71 471cc25b-571d-0410-8e29-1f4f9b506cef
master
Nagy Karoly Gabriel 17 years ago
parent
commit
38b4335270
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      postgresql.postinstall

+ 2
- 0
postgresql.postinstall

@ -24,5 +24,7 @@ sed -i -e "s,^#default_with_oids\ =\ off,default_with_oids\ =\ on," \
-e "s,^#backslash_quote\ =\ safe_encoding,backslash_quote\ =\ on," \
-e "s,^#add_missing_from\ =\ off,add_missing_from\ =\ on," /var/opt/postgresql/data/postgresql.conf
sed -i -e "s,postmaster -i,postmaster -i -o -e," /etc/opt/postgresql/run
# create the runit link
ln -svnf /etc/opt/postgresql /service/postgresql

Loading…
Cancel
Save