]> git.pld-linux.org Git - packages/mpd.git/commitdiff
- chkconfig --del mpd not httpd, thanks grapeli23 for pointing out
authorTomasz Pala <gotar@pld-linux.org>
Mon, 9 Mar 2009 01:37:30 +0000 (01:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mpd.spec -> 1.27

mpd.spec

index f6e7b717f732d8c4a94a1a4bed4649b022d78776..5635c168a3302cb7379ebb6ddc998f9f95dce87b 100644 (file)
--- a/mpd.spec
+++ b/mpd.spec
@@ -63,7 +63,7 @@ komputerów biurkowych, zwłaszcza dla miłośników konsoli, różnych opcji
 frontendów albo często restartujących X.
 
 %prep
-%setup -q 
+%setup -q
 
 %build
 # ac_cv_* hacks to avoid unwanted linking
@@ -96,7 +96,7 @@ rm -rf $RPM_BUILD_ROOT
 %preun
 if [ "$1" = "0" ]; then
        %service mpd stop
-       /sbin/chkconfig --del httpd
+       /sbin/chkconfig --del mpd
 fi
 
 %postun
@@ -105,7 +105,6 @@ if [ "$1" = "0" ]; then
        %groupremove mpd
 fi
 
-
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README TODO doc/mpdconf.example UPGRADING doc/protocol.xml
This page took 0.166551 seconds and 4 git commands to generate.