From 33ac50bfeb9d865c21efc13b08b3bd6f41b4452e Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Fri, 28 Jul 2006 18:17:18 +0000 Subject: [PATCH] fixed a typo in the calls to chkconfig --- cachefilesd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cachefilesd.spec b/cachefilesd.spec index 5ef10e2..eea206e 100644 --- a/cachefilesd.spec +++ b/cachefilesd.spec @@ -50,11 +50,11 @@ install -m 755 etc/cachefilesd.initd %{buildroot}%{_sysconfdir}/rc.d/init.d/cach %clean %post -/sbin/chkconfig --add ${name} +/sbin/chkconfig --add %{name} %preun if [ $1 -eq 0 ]; then - /sbin/chkconfig --del ${name} + /sbin/chkconfig --del %{name} fi