---
name: quoted
version: 1.0_1
origin: net/quoted
comment: Easily configured QOTD daemon with over 130 good quality quotes
arch: freebsd:9:x86:64
www: http://www.mrp3.com/webutil/quoted.html
maintainer: bobf@mrp3.com
prefix: /usr/local
licenselogic: single
flatsize: 34376
desc: |
  quoted - QOTD Daemon

  The QOTD Daemon 'quoted' listens on the qotd port (17) and responds with
  a randomly selected 'quote of the day' from a 'quotes' text file, which
  you can update with quotes of your own.  It will operate either as a
  stand-alone daemon, or can also be invoked via inetd.

  If you want, you can also have it listen on a different port, other than
  the default 'qotd' port (17).

  WWW:  http://www.mrp3.com/webutil/quoted.html
categories: [net]
files:
  /usr/local/bin/quoted: cc23b00655c2c951c9364c2536c2cef793f19c5c73dddd8229842788b02d746a
  /usr/local/etc/quotes: a6577ab5baf5aacf092bcfaedae4327ae34972d646faff2089b34770d3045651
  /usr/local/etc/rc.d/quoted: f707229c66930252e145d7d56f656fbcd0622f7f0d8c34745b9d9b1d8b76ac12
  /usr/local/etc/rc.d/quoted.sh: fe7c31eaf45219aa3689160637b205901d3a85d71cf4d85df55bc3646a14a8e7
  /usr/local/man/man1/quoted.1.gz: a0076b0b458c30893cb4e80f6a1523ec455d29160da4ab02efe9e826730c52d0
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    /usr/local/etc/rc.d/quoted.sh stop 2>/dev/null > /dev/null || true
    rm -f /var/run/quoted.pid
    cd /usr/local
  post-deinstall: |
    cd /usr/local
