Skip to content

Commit b12fb0e

Browse files
committed
Patch for:
# _fUnKy_POSTPORT_sTuFf_ - port to run the postmaster on Submitted by: D'Arcy
1 parent 4ca1e13 commit b12fb0e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/mk/postgres.shell.mk

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212
#
1313
# IDENTIFICATION
14-
# $Header: /cvsroot/pgsql/src/mk/Attic/postgres.shell.mk,v 1.2 1996/09/23 08:24:13 scrappy Exp $
14+
# $Header: /cvsroot/pgsql/src/mk/Attic/postgres.shell.mk,v 1.3 1996/09/24 01:57:01 scrappy Exp $
1515
#
1616
# NOTES
1717
# the shell script you write might include the following strings which
@@ -21,6 +21,7 @@
2121
# _fUnKy_LIBDIR_sTuFf_ - location of installed library stuff
2222
# _fUnKy_DATADIR_sTuFf_ - location of the default data directory
2323
# _fUnKy_POSTGRESDIR_sTuFf_ - location of the postgres "home" directory
24+
# _fUnKy_POSTPORT_sTuFf_ - port to run the postmaster on
2425
# _fUnKy_NAMEDATALEN_sTuFf_ - length of a datum of type "name"
2526
# _fUnKy_OIDNAMELEN_sTuFf_ - ?
2627
# _fUnKy_IPCCLEANPATH_sTuFf_ - location of the ipcs and ipcrm programs
@@ -37,7 +38,8 @@ SEDSCRIPT= \
3738
-e "s^_fUnKy_DATADIR_sTuFf_^$(DATADIR)^g" \
3839
-e "s^_fUnKy_IPCCLEANPATH_sTuFf_^$(IPCSDIR)^g" \
3940
-e "s^_fUnKy_NAMEDATALEN_sTuFf_^$(NAMEDATALEN)^g" \
40-
-e "s^_fUnKy_OIDNAMELEN_sTuFf_^$(OIDNAMELEN)^g"
41+
-e "s^_fUnKy_OIDNAMELEN_sTuFf_^$(OIDNAMELEN)^g" \
42+
-e "s^_fUnKy_POSTPORT_sTuFf_^$(POSTPORT)^g"
4143

4244
#
4345
# We also need to fix up the scripts to deal with the lack of installed

0 commit comments

Comments
 (0)