#!/bin/sh echo Stopping Usermin server in /usr/share/usermin pidfile=`grep "^pidfile=" /etc/usermin/miniserv.conf | sed -e 's/pidfile=//g'` kill `cat $pidfile`