From c7bd743141e78defac0b851f93d999cbff4e5f9c Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Tue, 1 Nov 2005 06:15:57 +0000 Subject: [PATCH] - Fix rcNG script - PORTREVISION bump Submitted by: maintainer --- audio/shoutcast/Makefile | 1 + audio/shoutcast/files/shoutcast.sh.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/shoutcast/Makefile b/audio/shoutcast/Makefile index 6b79a50c9377..8922cb3c737c 100644 --- a/audio/shoutcast/Makefile +++ b/audio/shoutcast/Makefile @@ -6,6 +6,7 @@ PORTNAME= shoutcast PORTVERSION= 1.9.5 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= http://www.shoutcast.com/downloads/sc1-9-5/ diff --git a/audio/shoutcast/files/shoutcast.sh.in b/audio/shoutcast/files/shoutcast.sh.in index e737ff4c27f4..a590de38877b 100644 --- a/audio/shoutcast/files/shoutcast.sh.in +++ b/audio/shoutcast/files/shoutcast.sh.in @@ -18,7 +18,7 @@ shoutcast_startcmd () %%PREFIX%%/sbin/sc_serv %%PREFIX%%/etc/sc_serv.conf } -imapd_stopcmd () +shoutcast_stopcmd () { killall sc_serv }