icecast: fix whitespace in init file 15298/head
authorAlexander Egorenkov <egorenar-dev@posteo.net>
Mon, 29 Mar 2021 05:55:28 +0000 (07:55 +0200)
committerAlexander Egorenkov <egorenar-dev@posteo.net>
Mon, 29 Mar 2021 07:25:19 +0000 (09:25 +0200)
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
multimedia/icecast/Makefile
multimedia/icecast/files/icecast.init

index f3b4d96d7b721597263ae8044bb1fac26c365dfd..5d83bbdf78a780661753c79047b48cc830ec4e9b 100644 (file)
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=icecast
 PKG_VERSION:=2.4.4
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://downloads.xiph.org/releases/icecast/
index 96b36e1886074923cf23943bc42d1d97eb2ee5c9..27b76f74e6b7e7e759904f1e5bf5e5ec6e8c68f3 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Startup script
 # Copyright (C) 2015 OpenWrt.org
+
 USE_PROCD=1
 START=90
 STOP=15
@@ -10,7 +10,7 @@ STOP=15
 start_service() {
        user_exists icecast 87 || user_add icecast 87
        group_exists icecast 87 || group_add icecast 87
-       
+
        [ -d /var/log/icecast ] || {
                mkdir -m 0755 -p /var/log/icecast
                chown icecast:icecast /var/log/icecast