Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 1997 14:00:50 -0700 (PDT)
From:      Andreas Klemm <andreas@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG
Subject:   cvs commit: ports/databases/postgresql Makefile ports/databases/postgresql/files pgsql.sh.tmpl
Message-ID:  <199710052100.OAA02614@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
andreas     1997/10/05 14:00:50 PDT

  Modified files:
    databases/postgresql Makefile 
    databases/postgresql/files pgsql.sh.tmpl 
  Log:
  - remove the ampersand, postmaster process automatically goes into
    background because of the -S option.
  - remove the -D datadir option, it's meaningless, because the pgsql
    user environment overwrites it with the PGDATA env variable.
    Since this is important and might cause some headache, I mentioned
    this in ~pgsql/.profile and the startup script.
  Submitted by:	John Fiber
  
  Revision  Changes    Path
  1.18      +3 -1      ports/databases/postgresql/Makefile
  1.3       +8 -4      ports/databases/postgresql/files/pgsql.sh.tmpl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710052100.OAA02614>