From 960082d860c36419c63094be778decdadb061c1d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 5 Nov 2002 21:41:04 +0000 Subject: 'make everything' in docs --- docs/htmldocs/portability.html | 41 ++++++++++++++++++++++++++--------------- 1 file changed, 26 insertions(+), 15 deletions(-) (limited to 'docs/htmldocs/portability.html') diff --git a/docs/htmldocs/portability.html b/docs/htmldocs/portability.html index cc83f616940..09136b3961e 100644 --- a/docs/htmldocs/portability.html +++ b/docs/htmldocs/portability.html @@ -9,9 +9,12 @@ CONTENT="Modular DocBook HTML Stylesheet Version 1.77">PrevChapter 21. PortabilityChapter 23. Portability

Samba works on a wide range of platforms but the interface all the platforms provide is not always compatible. This chapter contains @@ -81,9 +84,9 @@ CLASS="SECT1" >

21.1. HPUX

23.1. HPUX

HP's implementation of supplementary groups is, er, non-standard (for hysterical reasons). There are two group files, /etc/group and @@ -101,15 +104,19 @@ to initgroups() be run as users not in any groups with GIDs outside the allowed range.

This is documented in the HP manual pages under setgroups(2) and passwd(4).

On HPUX you must use gcc or the HP Ansi compiler. The free compiler +that comes with HP-UX is not Ansi compliant and cannot compile +Samba.

21.2. SCO Unix

23.2. SCO Unix

If you run an old version of SCO Unix then you may need to get important @@ -124,9 +131,9 @@ CLASS="SECT1" >

21.3. DNIX

23.3. DNIX

DNIX has a problem with seteuid() and setegid(). These routines are needed for Samba to work correctly, but they were left out of the DNIX @@ -231,9 +238,9 @@ CLASS="SECT1" >

21.4. RedHat Linux Rembrandt-II

23.4. RedHat Linux Rembrandt-II

By default RedHat Rembrandt-II during installation adds an entry to /etc/hosts as follows: @@ -267,7 +274,7 @@ WIDTH="33%" ALIGN="left" VALIGN="top" >PrevGroup mapping HOWTOAppendixes Up