summaryrefslogtreecommitdiff
path: root/databases/postgresql
AgeCommit message (Collapse)AuthorFilesLines
1998-02-18Don't hardcode the paths of tcl and tk libs/headers - access themagc1-6/+6
relative to ${PREFIX}.
1998-02-18Don't use an easily-guessed encrypted password for the postgres admin.agc1-1/+1
1998-02-18The .if defined(USE_TCL) part wouldn't work anyway, so don't botheragc1-6/+5
checking just now. The 'recursive' argument to cp(1) is -R, not -r.
1998-02-18portlint: add "|| ${TRUE}" after ldconfig.frueauf1-2/+2
1998-02-17Add NetBSD RCS Id.agc1-8/+9
Correct names of two FAQ files. Only delete the tcl/tk-related files if they were installed.
1998-02-17The correct definition for the database directory is PGDATA, not PG_DATA.agc1-1/+10
1998-02-17Changes to the basic NetBSD template. Look for headers inagc1-0/+15
${PREFIX}/include, and libraries in ${PREFIX}/lib, rather than having them hardcoded.
1998-02-17If an argument is passed to this perl script, use that as the pgsql user name.agc1-8/+16
Only add the user if it doesn't exist in the passwd file. Work around a problem in pw_scan(3) for now.
1998-02-17Add NetBSD RCS Id.agc1-0/+1
1998-02-17Mention dependency on Perl5.agc1-22/+17
Define PGUSER variable, and use it (defaults to pgsql). Add NetBSD RCS Id. There is no '-c' argument to NetBSD's su(1). cat post-install-notes, rather than using more(1). Just in case. Use explicit paths for executables.
1998-02-17Initial import of Postgresql 6.2.1, an Object Relational Databaseagc17-0/+691
Management System, into the NetBSD packages collection, from the FreeBSD port.