openbsd-ports/audio/scmpc/pkg/MESSAGE
jasper 943bc4bae0 - it was wrong to have scmpc/ that only holds one file and patch the source
all over to deal with it. this moves /etc/scmpc/scmpc.conf to /etc/scmpc.conf

approving croaks from ajacoutot@ and landry@
2009-05-31 20:47:08 +00:00

8 lines
233 B
Plaintext

A sample configuration file has been installed to
${SYSCONFDIR}/scmpc.conf. To start scmpc at boot time, add the
following to /etc/rc.local:
if [ -x ${PREFIX}/bin/scmpc ]; then
echo -n ' scmpc'; ${PREFIX}/bin/scmpc
fi