diff options
author | lofi <lofi@FreeBSD.org> | 2006-06-06 19:02:20 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-06-06 19:02:20 +0800 |
commit | cb10e69d6f2afecc22e531ace10179bd6e52958e (patch) | |
tree | 801284d90b8e40b043c1d87aee9428475f6d5e16 /audio | |
parent | fa5dc4c2ce163d903dff927a72e7074f58d1cf54 (diff) | |
download | freebsd-ports-gnome-cb10e69d6f2afecc22e531ace10179bd6e52958e.tar.gz freebsd-ports-gnome-cb10e69d6f2afecc22e531ace10179bd6e52958e.tar.zst freebsd-ports-gnome-cb10e69d6f2afecc22e531ace10179bd6e52958e.zip |
Suggest copying the sample configuration file to the default location
in pkg-message.
Requested by: Dave <dmehler26@woh.rr.com>
Diffstat (limited to 'audio')
-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 ee11554da5d8..a8bf1570e255 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" |