#!/bin/sh
for s in atd bluetooth cups fedora-late-live fedora-live gpm ip6tables iptables irqbalance isdn mdmonitor microcode_ctl netfs nfslock restorecond rpcbind rpcgssd rpcidmapd sendmail setroubleshoot smolt
do
/sbin/service $s stop
/sbin/chkconfig $s off
done
anacronとか使っていないならrpmごと削除してしまってはいかがでしょう。
返信削除ですよね、ただの面倒くさがり屋です
返信削除