diff options
author | sem <sem@FreeBSD.org> | 2005-11-01 14:15:57 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-11-01 14:15:57 +0800 |
commit | a09d5d9c8b0d8faf9fdcfff1335fabc79d38fc00 (patch) | |
tree | 2b2d3aaf2f8782bc48695ab6b0efb563b89cee2e /audio/shoutcast | |
parent | 6b7dae8b33457fd5bcaa2f4fa0bca766fed242f9 (diff) | |
download | freebsd-ports-graphics-a09d5d9c8b0d8faf9fdcfff1335fabc79d38fc00.tar.gz freebsd-ports-graphics-a09d5d9c8b0d8faf9fdcfff1335fabc79d38fc00.tar.zst freebsd-ports-graphics-a09d5d9c8b0d8faf9fdcfff1335fabc79d38fc00.zip |
- Fix rcNG script
- PORTREVISION bump
Submitted by: maintainer
Diffstat (limited to 'audio/shoutcast')
-rw-r--r-- | audio/shoutcast/Makefile | 1 | ||||
-rw-r--r-- | audio/shoutcast/files/shoutcast.sh.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/audio/shoutcast/Makefile b/audio/shoutcast/Makefile index 6b79a50c937..8922cb3c737 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 e737ff4c27f..a590de38877 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 } |