[arch-commits] Commit in mpd/trunk (PKGBUILD mpd)

Andrea Scarpino andrea at archlinux.org
Tue Jun 29 18:31:42 UTC 2010


    Date: Tuesday, June 29, 2010 @ 14:31:41
  Author: andrea
Revision: 84353

remove create-db option from rc.d/mpd

Modified:
  mpd/trunk/PKGBUILD
  mpd/trunk/mpd

----------+
 PKGBUILD |    2 +-
 mpd      |    9 +--------
 2 files changed, 2 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-29 18:06:06 UTC (rev 84352)
+++ PKGBUILD	2010-06-29 18:31:41 UTC (rev 84353)
@@ -17,7 +17,7 @@
 source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2"
         'mpd')
 md5sums=('fb18fa3ed5ff7e3719536a6603098df5'
-         '84583825d4a191aeb89f5709a3808118')
+         'e5669c2bff4031928531e52475addeb1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: mpd
===================================================================
--- mpd	2010-06-29 18:06:06 UTC (rev 84352)
+++ mpd	2010-06-29 18:31:41 UTC (rev 84353)
@@ -25,19 +25,12 @@
       stat_done
     fi
     ;;
-  create-db)
-    stat_busy "Creating mpd's database ..."
-	logpath="/var/log/mpd/mpd.db-creation"
-    /usr/bin/mpd --create-db /etc/mpd.conf > $logpath \
-        && stat_busy "Output written to $logpath"
-              stat_done
-    ;;
   restart)
     $0 stop
     sleep 1
     $0 start
     ;;
   *)
-    echo "usage: $0 {start|stop|restart|create-db}"
+    echo "usage: $0 {start|stop|restart}"
 esac
 exit 0




More information about the arch-commits mailing list