summaryrefslogtreecommitdiffstats
path: root/packaging/Caldera
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-02-01 23:22:42 +0000
committerJeremy Allison <jra@samba.org>2002-02-01 23:22:42 +0000
commit7d8f52ac8f2d79cf9694bb1774f55b4ccdca5e39 (patch)
tree2d9d5b3138b57420e1a88b9a52d466b410d6b575 /packaging/Caldera
parent7a40b40ebf4a5fe744d89a07408cc62539e3e558 (diff)
downloadsamba-7d8f52ac8f2d79cf9694bb1774f55b4ccdca5e39.tar.gz
samba-7d8f52ac8f2d79cf9694bb1774f55b4ccdca5e39.tar.xz
samba-7d8f52ac8f2d79cf9694bb1774f55b4ccdca5e39.zip
Sync for release.
Jeremy.
Diffstat (limited to 'packaging/Caldera')
-rw-r--r--packaging/Caldera/OpenServer/docview.html84
-rwxr-xr-xpackaging/Caldera/OpenServer/initconfig254
-rwxr-xr-xpackaging/Caldera/OpenServer/pkg/cntl/cqs136
-rw-r--r--packaging/Caldera/OpenServer/pkg/input/SambaDOC.pkg1380
-rw-r--r--packaging/Caldera/OpenServer/pkg/input/SambaSWAT.pkg417
-rw-r--r--packaging/Caldera/OpenServer/samba-2.2.3-osr5.patch33
-rwxr-xr-xpackaging/Caldera/OpenServer/smb.mkdev47
-rw-r--r--packaging/Caldera/OpenServer/swat.readme40
8 files changed, 2391 insertions, 0 deletions
diff --git a/packaging/Caldera/OpenServer/docview.html b/packaging/Caldera/OpenServer/docview.html
new file mode 100644
index 00000000000..bf25f412308
--- /dev/null
+++ b/packaging/Caldera/OpenServer/docview.html
@@ -0,0 +1,84 @@
+<HTML>
+<HEAD>
+ <TITLE>Samba for SCO OpenServer</TITLE>
+</HEAD> <BODY TEXT="#000066" BGCOLOR="#FFFFFF" LINK="#0066CC" VLINK="#660033" ALINK="#FFCC00">
+
+<CENTER>
+<IMG SRC="./callogo.gif" ALT="" </IMG>
+<H1>Samba File and Print Server for SCO OpenServer from Caldera</H1>
+</CENTER>
+
+Samba is a suite of networking products that implement the
+Windows SMB and CIFS protocols on UNIX and Linux operating
+systems. Samba enables your SCO OpenServer from Caldera system
+as a file and print server for Windows and OS/2 systems.
+
+<p>
+We recommend that you use the O'Reilly & Associates publication
+<a href="../using_samba/index.html" target="docs">"Using Samba"</a>
+
+to configure and administer your Samba server. Links to Samba
+HOWTO documents and manual pages are also provided below.
+
+<h3><a href="./samba.7.html" target="docs">Samba</a> Documentation</h3>
+
+<ul>
+ <li><b>Books</b>
+ <ul>
+ <li><a href="../using_samba/index.html" target="docs">Using Samba</a> - by Robert Eckstein, David Collier-Brown and Peter Kelly.
+ </ul>
+ <li><b>Samba HOWTO Collection</b></li>
+ <ul>
+ <li><a href="./DOMAIN_MEMBER.html">security = domain in Samba 2.x</a>
+ <li><a href="./winbind.html">Unified Logons between Windows NT and UNIX Using Winbind</a>
+ <li><a href="./msdfs_setup.html">Setting Samba as an MS-DFS server</a>
+ <li><a href="./NT_Security.html">UNIX Permission Bits and Samba 2.x</a>
+ <li><a href="./OS2-Client-HOWTO.html">OS/2 Clients and Samba</a>
+ <li><a href="./printer_driver2.html">Printing under Samba 2.2.x</a>
+ <li><a href="./Integrating-with-Windows.html">Integrating Name Resolution and Authentication Services</a>
+ <li><a href="./Samba-HOWTO-Collection.html">Entire Collection (one file; includes developer information)</a>
+ </ul>
+ <li><b>Daemons</b>
+ <ul>
+ <li><a href="./smbd.8.html" target="docs">smbd</a> - the SMB daemon
+ <li><a href="./nmbd.8.html" target="docs">nmbd</a> - the NetBIOS nameserver
+ <li><a href="./winbindd.8.html" target="docs">winbindd</a> - the winbind daemon
+ </ul>
+ <li><b>Configuration Files</b>
+ <ul>
+ <li><a href="./smb.conf.5.html" target="docs">smb.conf</a> - the main Samba configuration file
+ <li><a href="./lmhosts.5.html" target="docs">lmhosts</a> - NetBIOS hosts file
+ <li><a href="./smbpasswd.5.html" target="docs">smbpasswd</a> - SMB password file
+ </ul>
+ <li><b>Administrative Utilities</b>
+ <ul>
+ <li><a href="./smbcontrol.1.html" target="docs">smbcontrol</a> - send control messages to Samba daemons
+ <li><a href="./smbpasswd.8.html" target="docs">smbpasswd</a> - managing SMB passwords
+ <li><a href="./swat.8.html" target="docs">SWAT</a> - web configuration tool
+ <li><a href="./make_smbcodepage.1.html" target="docs">make_smbcodepage</a> - codepage creation
+ <li><a href="./make_unicodemap.1.html" target="docs">make_unicodemap</a> - unicode map file creation
+ <li><a href="./smbrun.1.html" target="docs">smbrun</a> - internal smbd utility
+ </ul>
+ <li><b>Client Tools</b>
+ <ul>
+ <li><a href="./rpcclient.1.html" target="docs">rpcclient</a> - command line MS-RPC client
+ <li><a href="./smbtar.1.html" target="docs">smbtar</a> - SMB backup tool
+ <li><a href="./smbclient.1.html" target="docs">smbclient</a> - command line SMB client
+ <li><a href="./smbmnt.8.html" target="docs">smbmnt</a> - helper utility for mounting SMB filesystems on Linux hosts
+ <li><a href="./smbmount.8.html" target="docs">smbmount</a> - user space tool for mounting SMB filesystems under Linux
+ <li><a href="./smbspool.8.html" target="docs">smbspool</a> - command line SMB print client
+ <li><a href="./smbumount.8.html" target="docs">smbumount</a> - user space tool for umounting SMB filesystems under Linux
+ </ul>
+ <li><b>Diagnostic Utilities</b>
+ <ul>
+ <li><a href="./smbstatus.1.html" target="docs">smbstatus</a> - monitoring Samba
+ <li><a href="./testparm.1.html" target="docs">testparm</a> - validating your config file
+ <li><a href="./testprns.1.html" target="docs">testprns</a> - testing printer configuration
+ <li><a href="./nmblookup.1.html" target="docs">nmblookup</a> - NetBIOS name query tool
+ </ul>
+</ul>
+
+<HR>
+<A HREF="http://www.caldera.com/company/legal/">Copyright</A>
+&#169; 2002 Caldera International, Inc. All Rights Reserved.
+</HTML>
diff --git a/packaging/Caldera/OpenServer/initconfig b/packaging/Caldera/OpenServer/initconfig
new file mode 100755
index 00000000000..b391cf9444d
--- /dev/null
+++ b/packaging/Caldera/OpenServer/initconfig
@@ -0,0 +1,254 @@
+#!/bin/sh
+# Initial configuration script for Samba.
+# This script should be run once, immediately after Samba is installed,
+# to get a basic smb.conf script into place. Subsequent modification
+# of this initial configuration should be done by swat.
+#
+# It is expected that in future versions of Samba, swat will be able to
+# do the initial configuration as well, and this script will become
+# unnecessary.
+
+CONF_SRC=/usr/lib/samba/lib/smb.conf.default
+CONF=/usr/lib/samba/lib/smb.conf
+
+# getyn: ask a question, return value indicates response
+
+getyn () {
+ while true; do
+ echo "$1 [$2] \c"
+ read answer
+ [ -z "$answer" ] && answer=$2
+
+ case $answer in
+ [Yy]*) echo; return 0;
+ ;;
+ [Nn]*) echo; return 1;
+ ;;
+ *) echo "Please answer yes or no."
+ continue
+ ;;
+ esac
+ done
+}
+
+# conf_replace: call sed to replace strings in smb.conf file with new
+# values, and if necessary uncomment the lines in which those strings
+# appear. For this to work, the source file needs to contain unique
+# placeholder strings to be replaced, e.g., %%WORKGROUP%%
+
+conf_replace () {
+ sed -e 's/^;*\(.*\)'$1'\(.*\)$/\1'$2'\2/' < $CONF > /tmp/smb.conf.$$
+ cp -f /tmp/smb.conf.$$ $CONF
+ rm -f /tmp/smb.conf.$$
+}
+
+# Begin main
+
+# Check whether conf file has already been edited
+if [ -f $CONF ]; then
+ cmp -s $CONF_SRC $CONF || {
+ echo "The file $CONF appears to have been previously edited.
+If you continue, this file will be restored to its original
+state and any changes you have made may be lost.\n"
+ if getyn "Continue?" No; then
+ echo "Backing up $CONF to ${CONF}-\n"
+ cp -f $CONF ${CONF}-
+ cp -f $CONF_SRC $CONF
+ else
+ exit 0
+ fi
+ }
+else
+ cp -f $CONF_SRC $CONF
+fi
+
+# Question 1: Workgroup/Domain Name
+# Default is MYGROUP. Responses must begin with an alphabetical
+# character and contain no punctuation.
+while true; do
+ default=MYGROUP
+ echo "Enter Workgroup/NT-Domain name: [$default] \c"
+ read workgroup
+
+ if [ -z "$workgroup" ]; then
+ workgroup=$default
+ fi
+
+ set -- $workgroup
+ if [ $# -gt 1 ]; then
+ echo "ERROR: Workgroup names cannot contain spaces or punctuation.\n"
+ continue
+ fi
+
+ workgroup=`echo $workgroup | tr a-z A-Z | tr -d [:punct:]`
+ if expr "$workgroup" : '[^A-Z]' >&-; then
+ echo "ERROR: Workgroup name must begin with an alphabetic character.\n"
+ continue
+ fi
+
+ echo "Workgroup name set to \"$workgroup\".\n"
+
+ break
+done
+
+
+# Question 2: Machine Name
+# Default is the uname, forced to capital letters and with punctuation
+# excised. Responses must begin with an alphabetical
+# character and contain no punctuation.
+while true; do
+ default=`uname -n | tr a-z A-Z | tr -d [:punct:]`
+ echo "Enter Machine name: [$default] \c"
+ read name
+
+ if [ -z "$name" ]; then
+ name=$default
+ fi
+
+ set -- $name
+ if [ $# -gt 1 ]; then
+ echo "ERROR: Machine names cannot contain spaces or punctuation.\n"
+ continue
+ fi
+
+ name=`echo $name | tr a-z A-Z | tr -d [:punct:]`
+ if expr "$name" : '[^A-Z]' >&-; then
+ echo "ERROR: Machine name must begin with an alphabetic character.\n"
+ continue
+ fi
+
+ echo "Machine name set to \"$name\".\n"
+
+ break
+done
+
+# Question 3: use WINS?
+wins=false
+if getyn "Will this system use WINS (recommended)?" Yes; then
+ wins=true
+fi
+
+# Optional questions, asked only if WINS will be used
+if [ "$wins" = "true" ]; then
+ # Question 3.1: Are we the WINS server?
+ echo "NOTE: A workgroup can have only one WINS server."
+ wins_svr=false
+ if getyn "Will this system be the WINS server for your workgroup?" No; then
+ wins_svr=true
+ fi
+
+ # Question 3.2: Who is the WINS server?
+ if [ "$wins_svr" = "false" ]; then
+ while true; do
+ echo "Enter the address of the primary WINS server for your workgroup: \c"
+ read wins_addr
+
+ if expr "$wins_addr" : '[0-9][0-9]*.[0-9][0-9]*.[0-9][0-9]*.[0-9][0-9]*$' >&- ; then
+ echo
+ break
+ fi
+
+ echo "ERROR: Invalid IP address format.\n"
+ done
+ fi
+fi
+
+# Question 4: Which interfaces will be active?
+iflist=`ifconfig -a | grep -v LOOPBACK | grep '^[^ ]*:' | cut -f1 -d:`
+
+set -- $iflist
+if [ "$#" -eq 0 ]; then
+ echo "FATAL ERROR: No network interfaces"
+ exit 1
+elif [ "$#" -eq 1 ]; then
+ interfaces=$1
+else
+ while true; do
+ interfaces=""
+ echo "Which of the following interfaces should Samba run on?\n"
+ for i in $iflist; do
+ addr=`ifconfig $i | grep "inet " | sed 's/inet \([^ ]*\) .*$/\1/'`
+ echo "\t$i:\t$addr"
+ done
+ echo "\nList all interfaces to activate (e.g., net0, net1, etc): \c"
+ read response
+ for i in $response; do
+ found=false
+ for j in $iflist; do
+ if [ "$i" = "$j" ]; then
+ found=true
+ break
+ fi
+ done
+ if [ "$found" = "true" ]; then
+ interfaces="$interfaces $j"
+ else
+ echo "ERROR: Invalid interface name $i\n"
+ continue 2
+ fi
+ done
+
+ interfaces="$interfaces lo0 atl0"
+ break
+ done
+fi
+
+# Question 5: Are we part of an existing security domain or active # directory?
+domain_exists=false
+if getyn "Will this system be part of a currently existing Microsoft Security\n\
+Domain or Active Directory?" No; then
+ domain_exists=true
+fi
+
+# Optional questions, depending on response to question 5
+if [ "$domain_exists" = "true" ]; then
+ # Question 5.1: (if yes to 5) Who's the PDC?
+ default='*'
+ echo "Enter the name of the Primary Domain Controller: [*] \c"
+ read pdc
+ if [ -z "$pdc" ]; then
+ pdc=$default
+ else
+ pdc=`echo $pdc | tr a-z A-Z | tr -d [:punct:]`
+ fi
+ echo "Primary Domain Controller set to \"$pdc\".\n"
+else
+ # Question 5.2: (if no to 5) Are we going to be the PDC?
+ domain_master=false
+ if getyn "Will this system be the domain controller for a new Microsoft\n\
+Security Domain?" No; then
+ domain_master=true
+ fi
+fi
+
+# Done asking questions.
+# Edit conf file with new values
+conf_replace %%WORKGROUP%% "$workgroup"
+conf_replace %%NBNAME%% "$name"
+
+if [ "$wins" = true ]; then
+ if [ "$wins_svr" = true ]; then
+ conf_replace %%WINSSUPPORT%% yes
+ else
+ conf_replace %%WINSSERVER%% $wins_addr
+ fi
+fi
+
+conf_replace %%INTERFACES%% "$interfaces"
+conf_replace %%BINDONLY%% yes
+
+if [ "$domain_exists" = true ]; then
+ conf_replace %%SECURITY%% domain
+ conf_replace %%PWSERVER%% "$pdc"
+else
+ conf_replace %%SECURITY%% user
+fi
+
+if [ "$domain_master" = true ]; then
+ conf_replace %%DOMAINMASTER%% yes
+ conf_replace %%DOMAINLOGONS%% yes
+ conf_replace %%OSLEVEL%% 33
+else
+ conf_replace %%OSLEVEL%% 20
+fi
+
diff --git a/packaging/Caldera/OpenServer/pkg/cntl/cqs b/packaging/Caldera/OpenServer/pkg/cntl/cqs
new file mode 100755
index 00000000000..2edcae6f2c7
--- /dev/null
+++ b/packaging/Caldera/OpenServer/pkg/cntl/cqs
@@ -0,0 +1,136 @@
+#!/ibin/sh
+#
+# The component query script for the Samba component
+#
+# %Z% %M% %I% %E% %Q%
+#
+# input:
+# $1 - keyword list (e.g. "UPGRADE OLD_CUSTOM_UPGRADE")
+# $2 - package list (e.g. "Samba:<component>:<package> )
+#
+
+# Save input arguments
+#
+keywords=$1
+pkgList=$2
+
+# Source in the standard functions library
+#
+. ccsSetup.sh
+
+# Local Variables
+#
+installType=FRESH
+
+# set custom install mode
+customMode=LAYERED
+[ "$IQM_FILE" ] && {
+ # Invoking custom from the IQM. IQM output will be stored
+ # in $IQM_FILE.
+ customMode="IQM"
+}
+
+# Local Functions
+
+##############################################################################
+#
+# If called with an argument indicating failure, remove any possible saved
+# configuration info. Exit with arg passed to this function.
+#
+cleanup()
+{
+ trap '' 1 2 3 15
+ exit $1
+}
+
+################################################################################
+#
+# We are doing a SSO -> SSO upgrade.
+#
+Save_SSO_Upgrade_Config()
+{
+ if [ -f /etc/smbusers ]; then
+ ex_cmd cp -f /etc/smbusers $CCS_PERSISTENT_STORAGE/smbusers
+ fi
+ if [ -f /usr/lib/samba/lib/smb.conf ]; then
+ ex_cmd cp -f /usr/lib/samba/lib/smb.conf $CCS_PERSISTENT_STORAGE/smb.conf
+ fi
+
+ return 0
+}
+
+#******************************************************************************
+# check_libsocket
+#
+# Check to see if libsocket.so.2 is installed on this system. If not, print
+# a warning message and ask if the user wants to continue installation anyway.
+#******************************************************************************
+
+MSG_missLibrary="WARNING: Samba requires the library /usr/lib/libsocket.so.2
+ to install and run correctly. That library does not exist
+ on this system. It is provided in OpenServer releases
+ 5.0.6a and higher."
+
+check_libsocket() {
+ if [ -f "/usr/lib/libsocket.so.2" ]; then
+ return $OK
+ else
+ echo "${MSG_missLibrary}"
+
+ while echo "\n\tContinue installation? \c"
+ do read yn rest
+ case $yn in
+ +x|-x) set $yn ;;
+ [yY]*) return $OK ;;
+ [nN]*) cleanup $FAIL ;;
+ *) echo "\tPlease answer y or n" ;;
+ esac
+ done
+ fi
+}
+
+
+################################################################################
+# main Main MAIN
+#
+trap "cleanup $FAIL" 1 2 3 15
+
+[ "$customMode" = "LAYERED" ] && {
+ check_libsocket
+}
+
+# Parse keyword list to determine how custom was invoked, the installation type,
+# whether we running on the target CPU, and finally if we have access to
+# the target's root filesystem.
+#
+for k in $keywords
+do
+ case $k in
+ "UPGRADE")
+ # SSO -> SSO upgrade
+ #
+ installType="SSO_UPGRADE"
+ ;;
+
+ "OLD_CUSTOM_UPGRADE")
+ # OLD_CUSTOM -> SSO upgrade
+ #
+ installType="OLD_UPGRADE"
+ ;;
+ esac
+done
+
+case "$installType" in
+"FRESH")
+ # No previous version of component on the system. Perform a
+ # fresh install.
+ ;;
+
+"SSO_UPGRADE")
+ # Existing SSO component upgraded to newer SSO version.
+ #
+ Save_SSO_Upgrade_Config
+ ;;
+esac
+
+cleanup $OK
diff --git a/packaging/Caldera/OpenServer/pkg/input/SambaDOC.pkg b/packaging/Caldera/OpenServer/pkg/input/SambaDOC.pkg
new file mode 100644
index 00000000000..df96635bccd
--- /dev/null
+++ b/packaging/Caldera/OpenServer/pkg/input/SambaDOC.pkg
@@ -0,0 +1,1380 @@
+
+PKG:SambaDOC:
+description = "Samba Documentation"
+dependencies = SCO:Samba:SambaSWAT::.*
+distTreeRootSHARED = $Samba_DIR
+distTreeRootCLIENT = $Samba_DIR
+
+DIR:SambaDOC:SHARED:doc:
+mode = 0755
+owner = root
+group = sys
+flags =
+
+FILE:SambaDOC:SHARED:doc/index.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/help/index.html
+
+DIR:SambaDOC:SHARED:usr/lib:
+mode = 0755
+owner = root
+group = sys
+flags =
+
+DIR:SambaDOC:SHARED:usr/lib/samba:
+mode = 0755
+owner = root
+group = sys
+flags =
+
+DIR:SambaDOC:SHARED:usr/lib/samba/man:
+mode = 0755
+owner = root
+group = sys
+flags =
+
+DIR:SambaDOC:SHARED:usr/lib/samba/man/man.1:
+mode = 0755
+owner = root
+group = sys
+flags =
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.1/findsmb.1:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.1/findsmb.1
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.1/make_smbcodepage.1:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.1/make_smbcodepage.1
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.1/make_unicodemap.1:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.1/make_unicodemap.1
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.1/nmblookup.1:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.1/nmblookup.1
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.1/rpcclient.1:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.1/rpcclient.1
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.1/smbcacls.1:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.1/smbcacls.1
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.1/smbclient.1:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.1/smbclient.1
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.1/smbcontrol.1:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.1/smbcontrol.1
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.1/smbrun.1:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.1/smbrun.1
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.1/smbsh.1:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.1/smbsh.1
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.1/smbstatus.1:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.1/smbstatus.1
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.1/smbtar.1:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.1/smbtar.1
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.1/testparm.1:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.1/testparm.1
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.1/testprns.1:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.1/testprns.1
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.1/wbinfo.1:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.1/wbinfo.1
+
+DIR:SambaDOC:SHARED:usr/lib/samba/man/man.5:
+mode = 0755
+owner = root
+group = sys
+flags =
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.5/smb.conf.5:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.5/smb.conf.5
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.5/lmhosts.5:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.5/lmhosts.5
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.5/smbpasswd.5:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.5/smbpasswd.5
+
+DIR:SambaDOC:SHARED:usr/lib/samba/man/man.7:
+mode = 0755
+owner = root
+group = sys
+flags =
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.7/samba.7:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.7/samba.7
+
+DIR:SambaDOC:SHARED:usr/lib/samba/man/man.8:
+mode = 0755
+owner = root
+group = sys
+flags =
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.8/smbd.8:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.8/smbd.8
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.8/nmbd.8:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.8/nmbd.8
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.8/smbpasswd.8:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.8/smbpasswd.8
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.8/swat.8:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.8/swat.8
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.8/smbmount.8:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.8/smbmount.8
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.8/smbmnt.8:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.8/smbmnt.8
+
+FILE:SambaDOC:SHARED:usr/lib/samba/man/man.8/smbumount.8:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/man/man.8/smbumount.8
+
+DIR:SambaDOC:SHARED:usr/lib/samba/swat:
+mode = 0755
+owner = root
+group = sys
+flags =
+
+DIR:SambaDOC:SHARED:usr/lib/samba/swat/using_samba:
+mode = 0755
+owner = root
+group = sys
+flags =
+
+DIR:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/gifs:
+mode = 0755
+owner = root
+group = sys
+flags =
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/gifs/index.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/gifs/index.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/gifs/samba.s.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/gifs/samba.s.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/gifs/txthome.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/gifs/txthome.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/gifs/txtnexta.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/gifs/txtnexta.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/gifs/txtpreva.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/gifs/txtpreva.gif
+
+DIR:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs:
+mode = 0755
+owner = root
+group = sys
+flags =
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0101.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0101.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0102.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0102.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0103.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0103.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0104.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0104.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0105.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0105.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0106.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0106.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0107.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0107.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0108.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0108.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0109.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0109.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0110.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0110.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0111.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0111.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0112.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0112.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0113.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0113.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0114.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0114.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0201.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0201.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0202.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0202.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0203.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0203.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0204.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0204.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0301.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0301.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0302.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0302.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0303.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0303.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0304.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0304.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0305.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0305.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0306.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0306.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0307.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0307.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0308.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0308.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0309.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0309.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0310.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0310.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0311.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0311.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0312.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0312.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0313.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0313.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0314.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0314.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0315.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0315.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0316.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0316.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0317.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0317.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0318.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0318.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0319.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0319.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0320.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0320.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0321.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0321.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0322.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0322.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0323.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0323.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0324.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0324.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0325.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0325.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0326.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0326.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0327.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0327.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0328.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0328.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0401.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0401.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0402.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0402.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0403.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0403.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0404.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0404.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0405.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0405.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0406.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0406.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0407.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0407.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0501.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0501.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0502.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0502.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0503.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0503.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0504.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0504.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0505.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0505.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0506.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0506.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0507.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0507.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0508.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0508.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0601.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0601.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0602.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0602.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0603.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0603.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0604.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0604.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0605.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0605.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0606.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0606.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0701.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0701.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0702.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0702.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0703.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0703.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0704.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0704.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0705.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0705.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0706.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0706.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0707.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0707.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0708.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0708.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0709.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0709.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0801.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0801.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0802.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0802.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0803.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0803.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0804.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0804.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0805.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0805.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0901.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0901.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0902.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0902.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0903.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0903.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0904.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0904.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.0905.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.0905.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.aa01.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.aa01.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.ab01.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.ab01.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/figs/sam.ab02.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/figs/sam.ab02.gif
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/appa_01.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/appa_01.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/appa_02.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/appa_02.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/appa_03.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/appa_03.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/appa_04.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/appa_04.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/appa_05.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/appa_05.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/appb_01.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/appb_01.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/appb_02.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/appb_02.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/appb_03.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/appb_03.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/appc_01.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/appc_01.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/appd_01.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/appd_01.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/appe_01.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/appe_01.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/appf_01.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/appf_01.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch01_01.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch01_01.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch01_02.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch01_02.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch01_03.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch01_03.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch01_04.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch01_04.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch01_05.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch01_05.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch01_06.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch01_06.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch01_07.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch01_07.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch01_08.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch01_08.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch02_01.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch02_01.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch02_02.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch02_02.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch02_03.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch02_03.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch02_04.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch02_04.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch02_05.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch02_05.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch02_06.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch02_06.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch03_01.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch03_01.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch03_02.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch03_02.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch03_03.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch03_03.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch04_01.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch04_01.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch04_02.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch04_02.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch04_03.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch04_03.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch04_04.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch04_04.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch04_05.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch04_05.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch04_06.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch04_06.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch04_07.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch04_07.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch04_08.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch04_08.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch05_01.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch05_01.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch05_02.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch05_02.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch05_03.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch05_03.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch05_04.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch05_04.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch05_05.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch05_05.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch06_01.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch06_01.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch06_02.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch06_02.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch06_03.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch06_03.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch06_04.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch06_04.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch06_05.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch06_05.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch06_06.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch06_06.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch07_01.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch07_01.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch07_02.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch07_02.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch07_03.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch07_03.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch08_01.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch08_01.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch08_02.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch08_02.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch08_03.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch08_03.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch08_04.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch08_04.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch08_05.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch08_05.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch08_06.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch08_06.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch08_07.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch08_07.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch09_01.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch09_01.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch09_02.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch09_02.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/ch09_03.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/ch09_03.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/index.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/index.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/inx.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/inx.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/licenseinfo.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/licenseinfo.html
+
+FILE:SambaDOC:SHARED:usr/lib/samba/swat/using_samba/this_edition.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/share/doc/samba/using_samba/this_edition.html
diff --git a/packaging/Caldera/OpenServer/pkg/input/SambaSWAT.pkg b/packaging/Caldera/OpenServer/pkg/input/SambaSWAT.pkg
new file mode 100644
index 00000000000..e50c6f20a2d
--- /dev/null
+++ b/packaging/Caldera/OpenServer/pkg/input/SambaSWAT.pkg
@@ -0,0 +1,417 @@
+
+PKG:SambaSWAT:
+description = "Samba Web Administration Tool"
+dependencies =
+distTreeRootSHARED = $Samba_DIR
+distTreeRootCLIENT = $Samba_DIR
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/sbin/swat:
+mode = 0755
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/sbin/swat
+
+DIR:SambaSWAT:SHARED:usr/lib/samba/swat:
+mode = 0755
+owner = root
+group = sys
+flags =
+
+DIR:SambaSWAT:SHARED:usr/lib/samba/swat/images:
+mode = 0755
+owner = root
+group = sys
+flags =
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/images/globals.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/images/globals.gif
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/images/home.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/images/home.gif
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/images/passwd.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/images/passwd.gif
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/images/printers.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/images/printers.gif
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/images/samba.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/images/samba.gif
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/images/shares.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/images/shares.gif
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/images/status.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/images/status.gif
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/images/viewconfig.gif:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/images/viewconfig.gif
+
+DIR:SambaSWAT:SHARED:usr/lib/samba/swat/help:
+mode = 0755
+owner = root
+group = sys
+flags =
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/welcome.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/welcome.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/DOMAIN_MEMBER.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/DOMAIN_MEMBER.html
+exportPath = /usr/share/doc/samba/help/DOMAIN_MEMBER.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/NT_Security.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/NT_Security.html
+exportPath = /usr/share/doc/samba/help/NT_Security.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/OS2-Client-HOWTO.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/OS2-Client-HOWTO.html
+exportPath = /usr/share/doc/samba/help/OS2-Client-HOWTO.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/Samba-HOWTO-Collection.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/Samba-HOWTO-Collection.html
+exportPath = /usr/share/doc/samba/help/Samba-HOWTO-Collection.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/UNIX_INSTALL.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/UNIX_INSTALL.html
+exportPath = /usr/share/doc/samba/help/UNIX_INSTALL.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/findsmb.1.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/findsmb.1.html
+exportPath = /usr/share/doc/samba/help/findsmb.1.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/lmhosts.5.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/lmhosts.5.html
+exportPath = /usr/share/doc/samba/help/lmhosts.5.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/make_smbcodepage.1.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/make_smbcodepage.1.html
+exportPath = /usr/share/doc/samba/help/make_smbcodepage.1.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/msdfs_setup.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/msdfs_setup.html
+exportPath = /usr/share/doc/samba/help/msdfs_setup.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/nmbd.8.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/nmbd.8.html
+exportPath = /usr/share/doc/samba/help/nmbd.8.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/nmblookup.1.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/nmblookup.1.html
+exportPath = /usr/share/doc/samba/help/nmblookup.1.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/printer_driver2.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/printer_driver2.html
+exportPath = /usr/share/doc/samba/help/printer_driver2.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/rpcclient.1.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/rpcclient.1.html
+exportPath = /usr/share/doc/samba/help/rpcclient.1.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/samba-pdc-faq.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/samba-pdc-faq.html
+exportPath = /usr/share/doc/samba/help/samba-pdc-faq.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/samba-pdc-howto.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/samba-pdc-howto.html
+exportPath = /usr/share/doc/samba/help/samba-pdc-howto.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/samba.7.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/samba.7.html
+exportPath = /usr/share/doc/samba/help/samba.7.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/smb.conf.5.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/smb.conf.5.html
+exportPath = /usr/share/doc/samba/help/smb.conf.5.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/smbcacls.1.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/smbcacls.1.html
+exportPath = /usr/share/doc/samba/help/smbcacls.1.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/smbclient.1.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/smbclient.1.html
+exportPath = /usr/share/doc/samba/help/smbclient.1.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/smbcontrol.1.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/smbcontrol.1.html
+exportPath = /usr/share/doc/samba/help/smbcontrol.1.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/smbd.8.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/smbd.8.html
+exportPath = /usr/share/doc/samba/help/smbd.8.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/smbmnt.8.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/smbmnt.8.html
+exportPath = /usr/share/doc/samba/help/smbmnt.8.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/smbmount.8.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/smbmount.8.html
+exportPath = /usr/share/doc/samba/help/smbmount.8.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/smbpasswd.5.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/smbpasswd.5.html
+exportPath = /usr/share/doc/samba/help/smbpasswd.5.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/smbpasswd.8.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/smbpasswd.8.html
+exportPath = /usr/share/doc/samba/help/smbpasswd.8.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/smbrun.1.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/smbrun.1.html
+exportPath = /usr/share/doc/samba/help/smbrun.1.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/smbsh.1.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/smbsh.1.html
+exportPath = /usr/share/doc/samba/help/smbsh.1.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/smbspool.8.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/smbspool.8.html
+exportPath = /usr/share/doc/samba/help/smbspool.8.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/smbstatus.1.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/smbstatus.1.html
+exportPath = /usr/share/doc/samba/help/smbstatus.1.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/smbtar.1.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/smbtar.1.html
+exportPath = /usr/share/doc/samba/help/smbtar.1.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/smbumount.8.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/smbumount.8.html
+exportPath = /usr/share/doc/samba/help/smbumount.8.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/swat.8.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/swat.8.html
+exportPath = /usr/share/doc/samba/help/swat.8.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/testparm.1.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/testparm.1.html
+exportPath = /usr/share/doc/samba/help/testparm.1.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/testprns.1.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/testprns.1.html
+exportPath = /usr/share/doc/samba/help/testprns.1.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/wbinfo.1.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/wbinfo.1.html
+exportPath = /usr/share/doc/samba/help/wbinfo.1.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/winbind.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/winbind.html
+exportPath = /usr/share/doc/samba/help/winbind.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/help/winbindd.8.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/help/winbindd.8.html
+exportPath = /usr/share/doc/samba/help/winbindd.8.html
+
+DIR:SambaSWAT:SHARED:usr/lib/samba/swat/include:
+mode = 0755
+owner = root
+group = sys
+flags =
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/include/footer.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/include/footer.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/include/header.html:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/include/header.html
+
+FILE:SambaSWAT:SHARED:usr/lib/samba/swat/README:
+mode = 0644
+owner = root
+group = sys
+flags =
+exportPath = /usr/lib/samba/swat/README
diff --git a/packaging/Caldera/OpenServer/samba-2.2.3-osr5.patch b/packaging/Caldera/OpenServer/samba-2.2.3-osr5.patch
new file mode 100644
index 00000000000..45770f226e7
--- /dev/null
+++ b/packaging/Caldera/OpenServer/samba-2.2.3-osr5.patch
@@ -0,0 +1,33 @@
+--- utils/torture.c.00 Thu Jan 24 17:54:13 2002
++++ utils/torture.c Thu Jan 24 16:58:52 2002
+@@ -4801,8 +4801,13 @@
+ dbf = stdout;
+
+ #ifdef HAVE_SETBUFFER
+- setbuffer(stdout, NULL, 0);
++ setbuffer(stdout, NULL, 0);
++#else
++#if defined(_SCO_DS) /* SCO OpenServer */
++ setvbuf(stdout, NULL, _IONBF, 0);
+ #endif
++#endif
++
+ charset_initialise();
+
+ codepage_initialise(lp_client_code_page());
+
+--- utils/locktest.c.00 Fri Sep 29 13:18:14 2000
++++ utils/locktest.c Fri Apr 13 17:54:11 2001
+@@ -384,8 +384,12 @@
+ recorded[n].conn = random() % NCONNECTIONS;
+ recorded[n].f = random() % NFILES;
+ recorded[n].start = LOCKBASE + ((unsigned)random() % (LOCKRANGE-1));
++#if defined(_SCO_DS) /* OpenServer */
++ recorded[n].len = 1;
++#else
+ recorded[n].len = 1 +
+ random() % (LOCKRANGE-(recorded[n].start-LOCKBASE));
++#endif
+ recorded[n].start *= RANGE_MULTIPLE;
+ recorded[n].len *= RANGE_MULTIPLE;
+ recorded[n].r1 = random() % 100;
diff --git a/packaging/Caldera/OpenServer/smb.mkdev b/packaging/Caldera/OpenServer/smb.mkdev
new file mode 100755
index 00000000000..f474e9f8b76
--- /dev/null
+++ b/packaging/Caldera/OpenServer/smb.mkdev
@@ -0,0 +1,47 @@
+#!/bin/sh
+# Samba mkdev script for SCO OpenServer
+#
+# Run "initconfig" to set up initial Samba configuration;
+# move init script into place so that Samba will be started
+# at boot time.
+
+# Prompt with mesg, return non-zero on q
+prompt() {
+ FAIL=1 OK=0
+ while echo "\n${mesg}or enter q to quit: \c" >&2
+ do read cmd
+ case $cmd in
+ +x|-x) set $cmd ;;
+ Q|q) return $FAIL ;;
+ !*) eval `expr "$cmd" : "!\(.*\)"` ;;
+ "") # If there is an argument use it as the default
+ # else loop until 'cmd' is set
+ [ "$1" ] && {
+ cmd=$1
+ return $OK
+ }
+ : continue
+ ;;
+ *) return $OK ;;
+ esac
+ done
+}
+
+mesg="\tSamba Configuration\n
+\t1. Configure and activate Samba
+\t2. Deactivate Samba\n
+Select an option "
+
+while true ; do
+ prompt || exit 1
+ case $cmd in
+ 1) /usr/lib/samba/bin/initconfig
+ cp -f /etc/init.d/samba /etc/rc2.d/S92samba
+ exit 0
+ ;;
+ 2) rm -f /etc/rc2.d/S92samba
+ exit 0
+ ;;
+ esac
+done
+
diff --git a/packaging/Caldera/OpenServer/swat.readme b/packaging/Caldera/OpenServer/swat.readme
new file mode 100644
index 00000000000..b7467baa1ca
--- /dev/null
+++ b/packaging/Caldera/OpenServer/swat.readme
@@ -0,0 +1,40 @@
+This is a brief description of how to use the Samba Web
+Administration Tool on your machine.
+
+Launching
+---------
+
+To launch SWAT just run your favourite web browser and point it at
+http://localhost:598/
+
+Note that you can attach to SWAT from any IP connected machine but
+connecting from a remote machine leaves your connection open to
+password sniffing as passwords will be sent in the clear over the
+wire.
+
+You should be prompted for a username/password when you connect. You
+will need to provide the username "root" and the correct root
+password.
+
+Running
+-------
+
+Just follow your nose! If you can't work out how to use it then maybe
+you should use "vi smb.conf" instead.
+
+
+WARNINGS
+--------
+
+SWAT will rewrite your smb.conf file. It will rearrange the entries
+and delete all comments, include= and copy= options. If you have a
+carefully crafted smb.conf then back it up or don't use SWAT!
+
+
+Development
+-----------
+
+Please join the samba-technical mailing list if you want to discuss
+the development of SWAT. Note that this list is for technical developer
+discussions and is not a general help list.
+