SPECS: mpd.spec - chkconfig --del mpd not httpd, thanks grapeli23 for point...
gotar
gotar at pld-linux.org
Mon Mar 9 02:37:36 CET 2009
Author: gotar Date: Mon Mar 9 01:37:36 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- chkconfig --del mpd not httpd, thanks grapeli23 for pointing out
---- Files affected:
SPECS:
mpd.spec (1.26 -> 1.27)
---- Diffs:
================================================================
Index: SPECS/mpd.spec
diff -u SPECS/mpd.spec:1.26 SPECS/mpd.spec:1.27
--- SPECS/mpd.spec:1.26 Mon Feb 16 23:46:14 2009
+++ SPECS/mpd.spec Mon Mar 9 02:37:30 2009
@@ -64,7 +64,7 @@
frontendów albo często restartujących X.
%prep
-%setup -q
+%setup -q
%build
# ac_cv_* hacks to avoid unwanted linking
@@ -97,7 +97,7 @@
%preun
if [ "$1" = "0" ]; then
%service mpd stop
- /sbin/chkconfig --del httpd
+ /sbin/chkconfig --del mpd
fi
%postun
@@ -106,7 +106,6 @@
%groupremove mpd
fi
-
%files
%defattr(644,root,root,755)
%doc AUTHORS NEWS README TODO doc/mpdconf.example UPGRADING doc/protocol.xml
@@ -122,6 +121,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.27 2009/03/09 01:37:30 gotar
+- chkconfig --del mpd not httpd, thanks grapeli23 for pointing out
+
Revision 1.26 2009/02/16 22:46:14 wiget
- updated to 0.14.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mpd.spec?r1=1.26&r2=1.27&f=u
More information about the pld-cvs-commit
mailing list