openbsd-ports/audio/scmpc/pkg/MESSAGE
2007-07-17 15:36:39 +00:00

8 lines
248 B
Plaintext

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