From 8f1a0305abeffb5ef7a75f08bf6500ef652dc63c Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 10 May 2006 23:25:14 +0000 Subject: [PATCH] - Initial Version - This daemon reuses the code from libsetrans --- mcstrans.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcstrans.spec b/mcstrans.spec index de97112..c68bc38 100644 --- a/mcstrans.spec +++ b/mcstrans.spec @@ -46,12 +46,12 @@ rm -f %{buildroot}%{_libdir}/*.a rm -rf %{buildroot} %post -chkconfig --add mcstransd +chkconfig --add mcstrans %preun if [ $1 -eq 0 ]; then service mcstrans stop > /dev/null 2>&1 - chkconfig --del mcstransd + chkconfig --del mcstrans fi %postun