Last change
on this file since 1798 was
1590,
checked in by broder, 16 years ago
|
Switch back to using bash for config-init script in invirt-cluster-config
|
File size:
466 bytes
|
Rev | Line | |
---|
[1590] | 1 | #!/bin/bash |
---|
[1520] | 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 |
---|
[1579] | 13 | GEN_FILES=/etc/cluster/cluster.conf |
---|
[1520] | 14 | |
---|
| 15 | . /lib/init/config-init.sh |
---|
| 16 | config_init "$1" |
---|
Note: See
TracBrowser
for help on using the repository browser.