source: package_tags/invirt-base/0.0.6/scripts/invirt-reload @ 1616

Last change on this file since 1616 was 1499, checked in by broder, 16 years ago

Punt references to sipb-xen- packages from invirt-reload

  • Property svn:executable set to *
File size: 182 bytes
Line 
1#!/bin/bash
2
3for script in $(run-parts --test /etc/init.d); do
4    if [ "${script#/etc/init.d/invirt-}" != "$script" ]; then
5        invoke-rc.d "${script#/etc/init.d/}" reload
6    fi
7done
Note: See TracBrowser for help on using the repository browser.