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/files | |
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/files')
-rw-r--r-- | audio/shoutcast/files/shoutcast.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |