Skip to content
Permalink
Browse files

postgresql10-server: change 96 to 10 in variable name

  • Loading branch information
jyrkiwahlstedt committed Mar 12, 2018
1 parent 0d8e18a commit ad083018faca29bef693ea511b7415eb89b08967
Showing with 2 additions and 2 deletions.
  1. +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}

0 comments on commit ad08301

Please sign in to comment.
You can’t perform that action at this time.