[arch-commits] Commit in icecast/trunk (PKGBUILD icecast.service)

Lukas Fleischer lfleischer at nymeria.archlinux.org
Fri Feb 8 17:31:31 UTC 2013


    Date: Friday, February 8, 2013 @ 18:31:30
  Author: lfleischer
Revision: 84030

upgpkg: icecast 2.3.3-3

Remove "-b" parameter from systemd unit. Fixes FS#31309.

Modified:
  icecast/trunk/PKGBUILD
  icecast/trunk/icecast.service

-----------------+
 PKGBUILD        |    4 ++--
 icecast.service |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-08 16:35:27 UTC (rev 84029)
+++ PKGBUILD	2013-02-08 17:31:30 UTC (rev 84030)
@@ -6,7 +6,7 @@
 
 pkgname=icecast
 pkgver=2.3.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Streaming audio over the Internet'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -23,7 +23,7 @@
          'e823c1fdb080aae3d0c54ef8be95f7cb'
          '59c6552bcb1dd9fb542af8670dfabd3c'
          'd8e929d2214123a1954da4383bf16583'
-         'ada6c389351af0487b5c62198adb4e2f')
+         '1468e59f76de194579b615889e20198f')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: icecast.service
===================================================================
--- icecast.service	2013-02-08 16:35:27 UTC (rev 84029)
+++ icecast.service	2013-02-08 17:31:30 UTC (rev 84030)
@@ -3,7 +3,7 @@
 After=network.target
 
 [Service]
-ExecStart=/usr/bin/icecast -b -c /etc/icecast.xml
+ExecStart=/usr/bin/icecast -c /etc/icecast.xml
 
 [Install]
 WantedBy=multi-user.target




More information about the arch-commits mailing list