X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-database.git/blobdiff_plain/0b1926b1f7bf610e69e495ac53a2fd054c66be29:/postgresql-8.3.invirt..37fae844298d4f930ba1dac7fe0353724f772cac:/postgresql-8.4.invirt diff --git a/postgresql-8.3.invirt b/postgresql-8.4.invirt similarity index 69% rename from postgresql-8.3.invirt rename to postgresql-8.4.invirt index 1e8ca4d..0d4409a 100755 --- a/postgresql-8.3.invirt +++ b/postgresql-8.4.invirt @@ -1,14 +1,14 @@ #! /bin/sh ### BEGIN INIT INFO -# Provides: postgresql postgresql-8.3 +# Provides: postgresql postgresql-8.4 # Required-Start: $local_fs $remote_fs $network $time # Required-Stop: $local_fs $remote_fs $network $time # Should-Start: $syslog # Should-Stop: $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: PostgreSQL 8.3 RDBMS server -# Description: This script proxies requests to the default postgresql-8.3, +# Short-Description: PostgreSQL 8.4 RDBMS server +# Description: This script proxies requests to the default postgresql-8.4, # except for restart, which it translates to a stop request, # and then a start request, so that PostgreSQL is shut down # with a fast shutdown @@ -16,12 +16,12 @@ case "$1" in restart) - invoke-rc.d postgresql-8.3.invirt-orig stop - invoke-rc.d postgresql-8.3.invirt-orig start + invoke-rc.d postgresql-8.4.invirt-orig stop + invoke-rc.d postgresql-8.4.invirt-orig start exit $? ;; *) - invoke-rc.d postgresql-8.3.invirt-orig "$1" + invoke-rc.d postgresql-8.4.invirt-orig "$1" exit $? ;; esac