Skip to content

Commit ccaf385

Browse files
committed
Irix fixes from Martin
1 parent 63b22d8 commit ccaf385

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/Makefile.global

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.85 1997/01/10 18:54:49 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.86 1997/01/10 19:30:08 momjian Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -549,6 +549,8 @@ RANLIB= touch
549549
#it installs to root.
550550
INSTALL= /usr/bin/X11/bsdinst
551551

552+
IPCSDIR= /usr/sbin
553+
552554
INSTLOPTS= -m 444
553555
INSTL_EXE_OPTS= -m 555
554556
INSTL_LIB_OPTS= -m 664

src/man/pg_hba.conf.5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" This is -*-nroff-*-
2-
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_hba.conf.5,v 1.1 1996/11/14 10:17:44 scrappy Exp $
2+
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_hba.conf.5,v 1.2 1997/01/10 19:30:27 momjian Exp $
33
.TH pg_hba.conf 5 11/04/96 Postgres Postgres
44
.SH NAME
55
$PGDATA/pg_hba.conf
@@ -14,7 +14,7 @@ directory, that controls who can connect to that database system.
1414
.PP
1515
The exact format of the pg_hba.conf file is described in the comments at
1616
the top of the sample file pg_hba.conf.sample, which resides in the
17-
Postgres "library" directory.
17+
the PostgreSQL "lib" sub-directory of the main postgres directory.
1818

1919
.SH "SEE ALSO"
2020
introduction(1).

0 commit comments

Comments
 (0)