3 # Provides: postgresql postgresql-8.3
4 # Required-Start: $local_fs $remote_fs $network $time
5 # Required-Stop: $local_fs $remote_fs $network $time
6 # Should-Start: $syslog
8 # Default-Start: 2 3 4 5
10 # Short-Description: PostgreSQL 8.3 RDBMS server
11 # Description: This script proxies requests to the default postgresql-8.3,
12 # except for restart, which it translates to a stop request,
13 # and then a start request, so that PostgreSQL is shut down
14 # with a fast shutdown
19 invoke-rc.d postgresql-8.3.invirt-orig stop
20 invoke-rc.d postgresql-8.3.invirt-orig start
24 invoke-rc.d postgresql-8.3.invirt-orig "$1"