source: ipk/source.sh4/network_samba/CONTROL/prerm@ 24435

Last change on this file since 24435 was 24435, checked in by tobayer, 12 years ago

[TPK samba] fix & optimize control files

File size: 114 bytes
Line 
1#!/bin/sh
2
3echo "kill samba if running"
4killall -9 smbd > /dev/null 2>&1
5killall -9 nmbd > /dev/null 2>&1
6
7exit 0
Note: See TracBrowser for help on using the repository browser.