diff options
author | lofi <lofi@FreeBSD.org> | 2006-06-06 11:02:20 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-06-06 11:02:20 +0000 |
commit | cb10e69d6f2afecc22e531ace10179bd6e52958e (patch) | |
tree | 801284d90b8e40b043c1d87aee9428475f6d5e16 /audio/icecast2 | |
parent | fa5dc4c2ce163d903dff927a72e7074f58d1cf54 (diff) | |
download | FreeBSD-ports-cb10e69d6f2afecc22e531ace10179bd6e52958e.zip FreeBSD-ports-cb10e69d6f2afecc22e531ace10179bd6e52958e.tar.gz |
Suggest copying the sample configuration file to the default location
in pkg-message.
Requested by: Dave <dmehler26@woh.rr.com>
Diffstat (limited to 'audio/icecast2')
-rw-r--r-- | audio/icecast2/files/pkg-message.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/icecast2/files/pkg-message.in b/audio/icecast2/files/pkg-message.in index ee11554..a8bf157 100644 --- a/audio/icecast2/files/pkg-message.in +++ b/audio/icecast2/files/pkg-message.in @@ -1,5 +1,6 @@ -To start icecast at system boot, customize -%%PREFIX%%/etc/icecast.xml.sample to your environment and add: +To start icecast at system boot, copy +%%PREFIX%%/etc/icecast.xml.sample to %%PREFIX%%/etc/icecast.xml, customize +to your environment as desired and add: icecast_enable="YES" |