source:
trunk/packages/sipb-xen-base/files/usr/sbin/invirt-reload
@
1020
Last change on this file since 1020 was 702, checked in by price, 16 years ago | |
---|---|
|
|
File size: 215 bytes |
Line | |
---|---|
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 |
6 | "$script" reload |
7 | fi |
8 | done |
Note: See TracBrowser
for help on using the repository browser.