Permalink
Browse files
postgresql10-server: change 96 to 10 in variable name
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
databases/postgresql10-server/Portfile
|
|
@@ -38,9 +38,9 @@ startupitem.create yes |
|
|
startupitem.init \ |
|
|
"PGCTL=${libdir}/bin/pg_ctl" |
|
|
startupitem.start \ |
|
|
"su ${dbuser} -c \"\${PGCTL} -D \${POSTGRESQL96DATA:=${dbdir}} start -l ${logdir}/postgres.log\"" |
|
|
"su ${dbuser} -c \"\${PGCTL} -D \${POSTGRESQL10DATA:=${dbdir}} start -l ${logdir}/postgres.log\"" |
|
|
startupitem.stop \ |
|
|
"su ${dbuser} -c \"\${PGCTL} -D \${POSTGRESQL96DATA:=${dbdir}} stop -s -m fast\"" |
|
|
"su ${dbuser} -c \"\${PGCTL} -D \${POSTGRESQL10DATA:=${dbdir}} stop -s -m fast\"" |
|
|
|
|
|
destroot { |
|
|
xinstall -m 755 -d ${destroot}${logdir} |
|
|
|