[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:05:22 UTC 2011


The following commit has been merged in the upstream branch:
commit 8d3556920e610b0903ed684d8fa6d21b5524f319
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
diff --git a/debian/changelog b/debian/changelog
index a64eeb3..b61ed14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ fakeroot (1.0.3) unstable; urgency=low
     (necessary on FreeBSD).
   * test/tartest: chown to daemon instead of sys, since it's more likely
     to exist.
+  * INSTALL: add some terse notes.
 
  -- Clint Adams <schizo at debian.org>  Fri, 18 Jun 2004 15:42:33 -0400
 

-- 
fakeroot



More information about the Fakeroot-commits mailing list