X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/75db8354cc7b5c3b924d676931fcf85b112f632a..1020001ce9f8c0f2e9119d92b0b7f680a6be79b9:/README diff --git a/README b/README index 124524f..df19803 100644 --- a/README +++ b/README @@ -89,7 +89,7 @@ NOTE: If you are upgrading from an earlier version, see README.upgrades. The CGI interface has to be installed separately, and you must use Libtool to install it. For instance: - ./libtool --mode=install install -m 755 progs/disorder.cgi /usr/local/lib/cgi-bin/disorder + ./libtool --mode=install install -m 755 clients/disorder.cgi /usr/local/lib/cgi-bin/disorder Depending on how your system is configured you may need to link the disorder libao driver into the right directory: @@ -148,15 +148,6 @@ NOTE: If you are upgrading from an earlier version, see README.upgrades. suitable; install it in /etc/init.d, adapting it as necessary, and make appropriate links from /etc/rc[0-6].d. - For Mac OS X 10.4, a suitable plist file is automatically installed. The - command: - - sudo launchctl list - - ...should show "uk.org.greenend.rjk.disorder" (among other things). - - If you have a some other init system then you are on your own. - 7. Make sure the state directory (/var/disorder or /usr/local/var/disorder or as determined by configure) exists and is writable by the jukebox user. @@ -172,10 +163,6 @@ NOTE: If you are upgrading from an earlier version, see README.upgrades. /etc/init.d/disorder start - On Mac OS X 10.4: - - sudo launchctl start uk.org.greenend.rjk.disorder - By default disorderd logs to daemon.*; check your syslog.conf to see where this ends up and look for log messages from disorderd there. If it didn't start up correctly there should be an error message. Correct the problem