README.SLACKWARE 377 B

123456789101112131415
  1. You'll need to add the following to /etc/rc.d/rc.local (and make
  2. sure /etc/rc.d/rc.dictd is executable):
  3. if [ -x /etc/rc.d/rc.dictd ]; then
  4. /etc/rc.d/rc.dictd start
  5. fi
  6. You might also want to add this to /etc/rc.d/rc.local_shutdown
  7. (create that file if it doesn't exist, and make it executable):
  8. if [ -x /etc/rc.d/rc.dictd ]; then
  9. /etc/rc.d/rc.dictd stop
  10. fi