#!/bin/sh 
# Stop udev
#
# chkconfig: 06 80 0

/etc/init.d/udev stop
