From 9643ffc828c021605bae7a53e036e6aae9fae0d1 Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Mon, 29 Mar 2021 07:55:28 +0200 Subject: [PATCH] icecast: fix whitespace in init file Signed-off-by: Alexander Egorenkov --- multimedia/icecast/Makefile | 2 +- multimedia/icecast/files/icecast.init | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/multimedia/icecast/Makefile b/multimedia/icecast/Makefile index f3b4d96d7b..5d83bbdf78 100644 --- a/multimedia/icecast/Makefile +++ b/multimedia/icecast/Makefile @@ -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/ diff --git a/multimedia/icecast/files/icecast.init b/multimedia/icecast/files/icecast.init index 96b36e1886..27b76f74e6 100755 --- a/multimedia/icecast/files/icecast.init +++ b/multimedia/icecast/files/icecast.init @@ -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