[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05

Clint Adams schizo at debian.org
Sun Nov 15 03:16:44 UTC 2009


The following commit has been merged in the upstream branch:
commit 22200aedcddefae26b2442383ee41b27ea9f600c
Author: Clint Adams <schizo at debian.org>
Date:   Fri Jun 18 23:06:35 2004 +0000

    terse install notes
    
      * INSTALL: add some terse notes.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-4

diff --git a/INSTALL b/INSTALL
index 39ff9bb..02e29a7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,23 @@
+fakeroot can now be compiled to use either System V semaphores and
+message queues or TCP for inter-process communication.
+
+SysV IPC is the default; to build for TCP, run configure with
+--with-ipc=tcp (case-sensitive).
+
+Platform-specific notes:
+
+FreeBSD:
+
+  To compile --with-ipc=tcp and gcc, make sure the -pthread flag
+  is used.
+
+Solaris:
+
+  Replace all "#!/bin/sh" lines with "#!/usr/xpg4/bin/sh"
+
+###################################################################
+(old stuff)
+
 Well, just do a
 
 ./configure

-- 
fakeroot



More information about the Fakeroot-commits mailing list