- Initial Version

- This daemon reuses the code from libsetrans
This commit is contained in:
Daniel J Walsh 2006-05-10 23:25:14 +00:00
parent 6374afb0cd
commit 8f1a0305ab
1 changed files with 2 additions and 2 deletions

View File

@ -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