#!/bin/bash

# This does the SDRcache_check that was previously explicit in 
# dist_static/../S00ipmidev.  Move the OA name strings here.

DESC[0]="HP IPMI caching daemon"
PROG[0]="hpipmid"
ARGS[0]=
# Tahiti/BoraBora take a while but that is now embedded in
# the "release" of hpipmid's parent process in daemonizing.
# This wait is for DBus name propagation.
WAIT[0]=2

. $RUNDAEMON

[ "$1" = start ] && hpbmc SetOANameStrings 2>/dev/null

exit $RETVAL
