- Fix rcNG script

- PORTREVISION bump

Submitted by:	maintainer
This commit is contained in:
Sergey Matveychuk 2005-11-01 06:15:57 +00:00
parent 4ff3c3c37d
commit c7bd743141
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146880
2 changed files with 2 additions and 1 deletions

View file

@ -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/

View file

@ -18,7 +18,7 @@ shoutcast_startcmd ()
%%PREFIX%%/sbin/sc_serv %%PREFIX%%/etc/sc_serv.conf
}
imapd_stopcmd ()
shoutcast_stopcmd ()
{
killall sc_serv
}