#!/bin/sh
##############################################################################
#
#  Copyright (c) 2005, Doremi Labs, Inc.
#    All rights reserved.
#
#  Redistribution in source or binary forms, with or without
#  modification, are NOT permitted.
#
#    Doremi Labs, Inc.
#    306 East Alameda Avenue
#    Burbank, CA 91502
#    Tel : (818) 562 1101
#    Fax : (818) 562 1109
#
#  version 1.0: hmorillon, August 11th 2010
#  
##############################################################################

# Stop daemon
test -x /etc/init.d/snmpd && \
	/etc/init.d/snmpd stop > /dev/null 2>&1

exit 0
