From 6c7a3ed38e501336e9a4e28b718f3efefde5952a Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 15 Sep 2005 16:18:22 +0000 Subject: restart hsf/hcfpci services when needed --- perl-install/network/thirdparty.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/network') diff --git a/perl-install/network/thirdparty.pm b/perl-install/network/thirdparty.pm index 014a8de04..07eb82edf 100644 --- a/perl-install/network/thirdparty.pm +++ b/perl-install/network/thirdparty.pm @@ -80,6 +80,7 @@ my %network_settings = ( }, device => '/dev/ttySHCF0', post => '/usr/sbin/hcfpciconfig --auto', + restart_service => 'hcfpci', }, { @@ -96,6 +97,7 @@ my %network_settings = ( }, device => '/dev/ttySHSF0', post => '/usr/sbin/hsfconfig --auto', + restart_service => 'hsf', }, { -- cgit v1.2.1