chiark / gitweb /
copyright dates
[disorder] / README
diff --git a/README b/README
index 124524f7ca7c6a5aaf71b30910dfb4a4f6f68475..df198035b860919b64858072c6414a2307995538 100644 (file)
--- 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