Author: adamg Date: Tue Jan 12 20:07:22 2010 GMT Module: packages Tag: HEAD ---- Log message: - call %preun when removing tftpd-hpa-standalone; release 5
---- Files affected: packages/tftp-hpa: tftp-hpa.spec (1.57 -> 1.58) ---- Diffs: ================================================================ Index: packages/tftp-hpa/tftp-hpa.spec diff -u packages/tftp-hpa/tftp-hpa.spec:1.57 packages/tftp-hpa/tftp-hpa.spec:1.58 --- packages/tftp-hpa/tftp-hpa.spec:1.57 Thu Apr 23 17:56:13 2009 +++ packages/tftp-hpa/tftp-hpa.spec Tue Jan 12 21:07:17 2010 @@ -6,7 +6,7 @@ Summary(tr.UTF-8): İlkel dosya aktarım protokolu (TFTP) için sunucu ve istemci Name: tftp-hpa Version: 5.0 -Release: 4 +Release: 5 License: BSD Group: Applications/Networking Source0: ftp://ftp.kernel.org/pub/software/network/tftp/%{name}-%{version}.tar.bz2 @@ -174,7 +174,7 @@ /sbin/chkconfig --add tftpd-hpa %service tftpd-hpa restart -%preun +%preun -n tftpd-hpa-standalone if [ "$1" = "0" ]; then %service tftpd-hpa stop /sbin/chkconfig --del tftpd-hpa @@ -207,6 +207,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.58 2010/01/12 20:07:17 adamg +- call %preun when removing tftpd-hpa-standalone; release 5 + Revision 1.57 2009/04/23 15:56:13 baggins - rel 4 - unconitionally use user tftp ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tftp-hpa/tftp-hpa.spec?r1=1.57&r2=1.58&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
