|
Last change
on this file since 2034 was
1590,
checked in by broder, 17 years ago
|
|
Switch back to using bash for config-init script in invirt-cluster-config
|
|
File size:
466 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash |
|---|
| 2 | ### BEGIN INIT INFO |
|---|
| 3 | # Provides: invirt-cluster-config |
|---|
| 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 |
|---|
| 8 | # Short-Description: Invirt clustering configuration |
|---|
| 9 | # Description: Configure Redhat clustering and clustering LVM |
|---|
| 10 | ### END INIT INFO |
|---|
| 11 | |
|---|
| 12 | PACKAGE=invirt-cluster-config |
|---|
| 13 | GEN_FILES=/etc/cluster/cluster.conf |
|---|
| 14 | |
|---|
| 15 | . /lib/init/config-init.sh |
|---|
| 16 | config_init "$1" |
|---|
Note: See
TracBrowser
for help on using the repository browser.