- Initial Version
- This daemon reuses the code from libsetrans
This commit is contained in:
parent
6374afb0cd
commit
8f1a0305ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user