source: trunk/packages/sipb-xen-base/files/usr/sbin/invirt-reload @ 702

Last change on this file since 702 was 702, checked in by price, 16 years ago

reload config changes on xvm-devconfig postinst

  • Property svn:executable set to *
File size: 215 bytes
Line 
1#!/bin/bash
2
3for 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
8done
Note: See TracBrowser for help on using the repository browser.