This commit is contained in:
Warren Togami 2004-09-29 15:55:26 +00:00
parent 1ada6b4595
commit aebc7e275f

View File

@ -238,7 +238,7 @@ do
rm $file rm $file
done done
# trim down massive ChangeLog # trim down massive ChangeLog
dd bs=1024 count=250 in=ChangeLog out=ChangeLog.trimmed dd bs=1024 count=250 if=ChangeLog of=ChangeLog.trimmed
%post %post
/sbin/chkconfig --add snmpd /sbin/chkconfig --add snmpd