Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-release > by-pkgid > 2bcbda76fd41ca35be7beea090157d58 > files > 1

ipmiutil-2.6.3-1mdv2010.1.x86_64.rpm

#!/bin/sh
#
# checksel
#
# This script runs showsel, writing any new records to syslog, and
# will then clear the SEL if free space is low.
#
# app=`basename $0`
# pdir=`echo $0 |sed -e "s/$app//"`
pdir=/usr/sbin
$pdir/ipmiutil sel -w |grep "WARNING: free space" 
if [ $? -eq 0 ]
then
   $pdir/ipmiutil sel -c
fi