Changeset 1416


Ignore:
Timestamp:
02/28/07 18:05:02 (6 years ago)
Author:
mglb1
Message:

Add a script and associated cfengine commands to reload the madwifi drivers
safely. This would be used after the drivers have been updated.

Location:
ccsd/private/templates/network
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • ccsd/private/templates/network/cfconf/cf_bpccommon.tmpl

    r1268 r1416  
    112112            type=sum owner=root group=root define=restart_crcnet_monitor 
    113113 
     114        # Helper scripts 
     115        $(shared_config)/reload_madwifi_drivers 
     116            dest=/usr/bin/reload_madwifi_drivers mode=755 server=$(policyhost) 
     117            type=sum owner=root group=root 
     118         
    114119shellcommands: 
    115120 
     
    133138        "/etc/init.d/sysklogd restart" 
    134139 
     140    reload_madwifi_drivers:: 
     141        "/usr/bin/reload_madwifi_drivers" 
     142 
    135143editfiles: 
    136144 
Note: See TracChangeset for help on using the changeset viewer.