Last change
on this file since 1242 was
1220,
checked in by broder, 16 years ago
|
Use invoke-rc.d in invirt-reload so that policy-rc.d is respected
|
-
Property svn:executable set to
*
|
File size:
242 bytes
|
Rev | Line | |
---|
[702] | 1 | #!/bin/bash |
---|
| 2 | |
---|
| 3 | for script in $(run-parts --test /etc/init.d); do |
---|
| 4 | if [ "${script#/etc/init.d/sipb-xen-}" != "$script" \ |
---|
| 5 | -o "${script#/etc/init.d/invirt-}" != "$script" ]; then |
---|
[1220] | 6 | invoke-rc.d "${script#/etc/init.d/}" reload |
---|
[702] | 7 | fi |
---|
| 8 | done |
---|
Note: See
TracBrowser
for help on using the repository browser.