Commit ccaf3854 authored by Bruce Momjian's avatar Bruce Momjian

Irix fixes from Martin

parent 63b22d8a
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.85 1997/01/10 18:54:49 momjian Exp $ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.86 1997/01/10 19:30:08 momjian Exp $
# #
# NOTES # NOTES
# Essentially all Postgres make files include this file and use the # Essentially all Postgres make files include this file and use the
...@@ -549,6 +549,8 @@ RANLIB= touch ...@@ -549,6 +549,8 @@ RANLIB= touch
#it installs to root. #it installs to root.
INSTALL= /usr/bin/X11/bsdinst INSTALL= /usr/bin/X11/bsdinst
IPCSDIR= /usr/sbin
INSTLOPTS= -m 444 INSTLOPTS= -m 444
INSTL_EXE_OPTS= -m 555 INSTL_EXE_OPTS= -m 555
INSTL_LIB_OPTS= -m 664 INSTL_LIB_OPTS= -m 664
......
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_hba.conf.5,v 1.1 1996/11/14 10:17:44 scrappy Exp $ .\" $Header: /cvsroot/pgsql/src/man/Attic/pg_hba.conf.5,v 1.2 1997/01/10 19:30:27 momjian Exp $
.TH pg_hba.conf 5 11/04/96 Postgres Postgres .TH pg_hba.conf 5 11/04/96 Postgres Postgres
.SH NAME .SH NAME
$PGDATA/pg_hba.conf $PGDATA/pg_hba.conf
...@@ -14,7 +14,7 @@ directory, that controls who can connect to that database system. ...@@ -14,7 +14,7 @@ directory, that controls who can connect to that database system.
.PP .PP
The exact format of the pg_hba.conf file is described in the comments at The exact format of the pg_hba.conf file is described in the comments at
the top of the sample file pg_hba.conf.sample, which resides in the the top of the sample file pg_hba.conf.sample, which resides in the
Postgres "library" directory. the PostgreSQL "lib" sub-directory of the main postgres directory.
.SH "SEE ALSO" .SH "SEE ALSO"
introduction(1). introduction(1).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment