File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
#
12
12
#
13
13
# 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 $
15
15
#
16
16
# NOTES
17
17
# the shell script you write might include the following strings which
21
21
# _fUnKy_LIBDIR_sTuFf_ - location of installed library stuff
22
22
# _fUnKy_DATADIR_sTuFf_ - location of the default data directory
23
23
# _fUnKy_POSTGRESDIR_sTuFf_ - location of the postgres "home" directory
24
+ # _fUnKy_POSTPORT_sTuFf_ - port to run the postmaster on
24
25
# _fUnKy_NAMEDATALEN_sTuFf_ - length of a datum of type "name"
25
26
# _fUnKy_OIDNAMELEN_sTuFf_ - ?
26
27
# _fUnKy_IPCCLEANPATH_sTuFf_ - location of the ipcs and ipcrm programs
@@ -37,7 +38,8 @@ SEDSCRIPT= \
37
38
-e "s^_fUnKy_DATADIR_sTuFf_^$(DATADIR ) ^g" \
38
39
-e "s^_fUnKy_IPCCLEANPATH_sTuFf_^$(IPCSDIR ) ^g" \
39
40
-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"
41
43
42
44
#
43
45
# We also need to fix up the scripts to deal with the lack of installed
You can’t perform that action at this time.
0 commit comments