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.1.1.1 1996/07/09 06:22:19 scrappy Exp $
14
+ # $Header: /cvsroot/pgsql/src/mk/Attic/postgres.shell.mk,v 1.1.1.1.2.1 1996/10/04 20:25:31 scrappy Exp $
15
15
#
16
16
# NOTES
17
17
# the shell script you write might include the following strings which
20
20
# _fUnKy_BINDIR_sTuFf_ - location of installed binaries
21
21
# _fUnKy_DATADIR_sTuFf_ - location of the data directory
22
22
# _fUnKy_POSTGRESDIR_sTuFf_ - location of the postgres "home" directory
23
+ # _fUnKy_POSTPORT_sTuFf_ - port to run the postmaster on
23
24
# _fUnKy_IPCCLEANPATH_sTuFf_ - location of the ipcs and ipcrm programs
24
25
# _fUnKy_DASH_N_sTuFf_ - -n flag used in echo
25
26
# _fUnKy_BACKSLASH_C_sTuFf_ - continuation (echo)
32
33
SEDSCRIPT = -e "s^_fUnKy_BINDIR_sTuFf_^$(BINDIR ) ^g" \
33
34
-e "s^_fUnKy_DATADIR_sTuFf_^$(DATADIR ) ^g" \
34
35
-e "s^_fUnKy_IPCCLEANPATH_sTuFf_^$(IPCSDIR ) ^g" \
35
- -e "s^_fUnKy_POSTGRESDIR_sTuFf_^$(POSTGRESDIR ) ^g"
36
+ -e "s^_fUnKy_POSTGRESDIR_sTuFf_^$(POSTGRESDIR ) ^g" \
37
+ -e "s^_fUnKy_POSTPORT_sTuFf_^$(POSTPORT ) ^g"
36
38
37
39
#
38
40
# 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