added system level configuration file

This commit is contained in:
darkeye 2001-09-02 14:44:14 +00:00
parent 4beeadb110
commit 781bd75e9f
3 changed files with 9 additions and 19 deletions

View File

@ -2,6 +2,8 @@ KDOC_DIR=kdoc
SUBDIRS = src man
sysconf_DATA = darkice.cfg
EXTRA_DIST = stl $(KDOC_DIR) darkice.cfg
$(KDOC_DIR): kdocs

View File

@ -1,3 +1,5 @@
# sample DarkIce configuration file, edit for your needs before using
# see the DarkIce man page for details
[general]
duration = 60
bufferSecs = 5
@ -9,9 +11,7 @@ bitsPerSample = 16
channel = 2
[lame0]
encoder = notlame
bitrate = 96
server = yp.yourserver.com
port = 8000
password = hackme
@ -22,20 +22,3 @@ url = http://www.yourserver.com
genre = live
public = no
remoteDumpFile = /tmp/live96.mp3
[lame1]
encoder = notlame
bitrate = 24
lowpass = 8500
server = yp.yourserver.com
port = 8000
password = hackme
mountPoint = live24
name = DarkIce trial
description = This is only a trial
url = http://www.yourserver.com
genre = live
public = no
remoteDumpFile = /tmp/live24.mp3

View File

@ -111,6 +111,7 @@ make clean
%files
%defattr (-, root, root)
%doc COPYING ChangeLog README TODO
%config %{_sysconfdir}/darkice.cfg
%{_bindir}/darkice
%{_mandir}/man1/darkice.1*
@ -119,6 +120,7 @@ make clean
%files static
%defattr (-, root, root)
%doc COPYING ChangeLog README TODO
%config %{_sysconfdir}/darkice.cfg
%{_bindir}/darkice.static
%{_mandir}/man1/darkice.1*
@ -126,6 +128,9 @@ make clean
# =================================================================== change log
#
# $Log$
# Revision 1.2 2001/09/02 14:44:14 darkeye
# added system level configuration file
#
# Revision 1.1 2001/09/02 12:46:05 darkeye
# added RPM package creation scripts
#