943bc4bae0
all over to deal with it. this moves /etc/scmpc/scmpc.conf to /etc/scmpc.conf approving croaks from ajacoutot@ and landry@
8 lines
233 B
Plaintext
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
|