Last change
on this file since 1673 was
1288,
checked in by broder, 16 years ago
|
sipb-xen-database-common -> invirt-database
sipb-xen-database-server -> invirt-database-server
|
File size:
506 bytes
|
Rev | Line | |
---|
[918] | 1 | #!/bin/bash |
---|
| 2 | ### BEGIN INIT INFO |
---|
[1288] | 3 | # Provides: invirt-database-server |
---|
[918] | 4 | # Required-Start: $local_fs $remote_fs |
---|
| 5 | # Required-Stop: $local_fs $remote_fs |
---|
| 6 | # Default-Start: 2 3 4 5 |
---|
| 7 | # Default-Stop: 0 1 6 |
---|
[1288] | 8 | # Short-Description: Invirt database server |
---|
[918] | 9 | # Description: |
---|
| 10 | ### END INIT INFO |
---|
| 11 | |
---|
[1288] | 12 | PACKAGE=invirt-database-server |
---|
[1216] | 13 | PARENTPACKAGE=postgresql-8.3 |
---|
| 14 | GEN_FILES=/etc/postgresql/8.3/main/pg_hba.conf |
---|
[918] | 15 | |
---|
[1216] | 16 | dpkg -s "$PACKAGE" >/dev/null 2>/dev/null || exit 0 |
---|
[918] | 17 | |
---|
[1216] | 18 | . /lib/init/config-init.sh |
---|
| 19 | config_init "$1" |
---|
Note: See
TracBrowser
for help on using the repository browser.