summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-04-20 02:30:43 +0000
committerGerald Carter <jerry@samba.org>2004-04-20 02:30:43 +0000
commita52044b68d266ebf4c570b58c7fa96e2f5b1416c (patch)
tree93cc33beed174f40445f1b6b7afd656e8a2e3db9
parent1263a413247ef0a025b877fb8df76957a637a626 (diff)
downloadsamba-a52044b68d266ebf4c570b58c7fa96e2f5b1416c.tar.gz
samba-a52044b68d266ebf4c570b58c7fa96e2f5b1416c.tar.xz
samba-a52044b68d266ebf4c570b58c7fa96e2f5b1416c.zip
r292: removing some outdated files and directories (I love subversion!)
-rw-r--r--examples/appliance/Makefile68
-rw-r--r--examples/appliance/README52
-rw-r--r--examples/appliance/appliance.spec389
-rwxr-xr-xexamples/appliance/build.sh4
-rw-r--r--examples/appliance/smb.conf-appliance8
-rw-r--r--examples/thoralf/smb.conf152
6 files changed, 0 insertions, 673 deletions
diff --git a/examples/appliance/Makefile b/examples/appliance/Makefile
deleted file mode 100644
index c49451add86..00000000000
--- a/examples/appliance/Makefile
+++ /dev/null
@@ -1,68 +0,0 @@
-PREFIX=/usr/local/samba
-CONFIGOPTS=--with-pam --prefix=$(PREFIX) --with-smbmount
-
-
-all: headb tngb
-
-config:
- (cd head/source; CFLAGS="-Wall -O2 -g" ./configure $(CONFIGOPTS))
- (cd tng; CFLAGS="-Wall -O2 -g" ./configure $(CONFIGOPTS) --enable-shared=no)
-
-headb:
- (cd head/source; make)
-
-tngb:
- (cd tng; make bin/samedit bin/winbindd nsswitch)
-
-clean:
- (cd head/source; make clean)
- (cd tng; make clean)
-
-proto:
- (cd head/source; make proto)
- (cd tng; make proto)
-
-distclean:
- (cd head/source; make clean; rm -f config.cache; rm -f Makefile)
- (cd tng; make clean; rm -f config.cache; rm -f Makefile)
-
-install: installhead installtng
-
-installbin: installheadbin installtng
-
-installhead:
- (cd head/source; make install)
-
-installheadbin:
- (cd head/source; make installbin)
-
-installtng: tngb
- (cd tng; \
- rm -f $(PREFIX)/bin/samedit $(PREFIX)/bin/winbindd; \
- cp bin/samedit bin/winbindd $(PREFIX)/bin; \
- rm -f /lib/libnss_winbind.so.2 /lib/security/pam_winbind.so; \
- cp nsswitch/libnss_winbind.so /lib/libnss_winbind.so.2; \
- cp nsswitch/pam_winbind.so /lib/security/)
-
-stop:
- -killall winbindd smbd nmbd
-
-start:
- $(PREFIX)/bin/smbd
- $(PREFIX)/bin/nmbd
- $(PREFIX)/bin/winbindd
-
-restart: stop start
-
-updatehead:
- (cd head; cvs -z9 update -d)
-
-updatetng:
- (cd tng; cvs -z9 update -d)
-
-update: updatehead updatetng
-
-checkout:
- -mkdir head tng
- (cd head ; cvs -z9 co samba; mv samba head)
- (cd head ; cvs -z9 co -r SAMBA_TNG samba/source; mv source tng)
diff --git a/examples/appliance/README b/examples/appliance/README
deleted file mode 100644
index 3c9028fd89a..00000000000
--- a/examples/appliance/README
+++ /dev/null
@@ -1,52 +0,0 @@
-This directory provides build tools for building a Samba based domain
-appliance.
-
-A appliance is a box that gets its username and group database from a
-domain controller, and does its authentication via a domain
-controller. Right now this is only supported by combining two CVS
-branches of Samba, which is what the files in this directory do.
-
-SETUP
------
-
-To setup an appliance do the following:
-
-1) build and install Samba using the .spec file or Makefile in this
- directory.
-
-2) setup winbindd by following the directions in the winbindd man
- page.
-
-3) test winbindd, validating that domain users and groups are visible
- and that domain authentication works, both using unix tools and
- smbclient.
-
-for appliance printing support also do this:
-
-4) create a print$ share with write permission for print
- administrators.
-
-4) create the "nt printer driver" directory (by default
- /usr/local/samba/lib/ntprinters) and make it writable by print
- adminisrators.
-
-5) populate your /etc/printcap printer database
-
-6) add printers using the NT "add printer wizard" in the Printers
- network folder.
-
-
-PACKAGING
----------
-
-- Checkout the Samba CVS head branch into a directory call
- samba-appliance-0.2/head
-
-- Checkout the source subdirectory of the Samba CVS SAMBA_TNG branch
- into a directory call samba-appliance-0.2/tng
-
-- Copy Makefile and smb.conf-appliance to samba-appliance-0.2/
-
-- run build.sh
-
-That should build source and binary RPMs in /usr/src/redhat/{RPMS,SRPMS}
diff --git a/examples/appliance/appliance.spec b/examples/appliance/appliance.spec
deleted file mode 100644
index 6fb631b4e2f..00000000000
--- a/examples/appliance/appliance.spec
+++ /dev/null
@@ -1,389 +0,0 @@
-Summary: Samba SMB client and server
-Name: samba-appliance
-Version: 0.2
-Release: 1
-Copyright: GNU GPL version 2
-Group: Networking
-Source: %{name}-%{version}-src.tar.gz
-Packager: John H Terpstra [Samba-Team] <jht@samba.org>
-Requires: pam >= 0.64
-Prereq: chkconfig fileutils
-BuildRoot: /var/tmp/samba
-Provides: winbind
-
-%define prefix /usr/local/samba
-
-%define tng_build_dir $RPM_BUILD_DIR/%{name}-%{version}/tng
-%define head_build_dir $RPM_BUILD_DIR/%{name}-%{version}/head
-
-%description
-Samba provides an SMB server which can be used to provide
-network services to SMB (sometimes called "Lan Manager")
-clients, including various versions of MS Windows, OS/2,
-and other Linux machines. Samba also provides some SMB
-clients, which complement the built-in SMB filesystem
-in Linux. Samba uses NetBIOS over TCP/IP (NetBT) protocols
-and does NOT need NetBEUI (Microsoft Raw NetBIOS frame)
-protocol.
-
-Samba-2 features an almost working NT Domain Control
-capability and includes the new SWAT (Samba Web Administration
-Tool) that allows samba's smb.conf file to be remotely managed
-using your favourite web browser. For the time being this is
-being enabled on TCP port 901 via inetd.
-
-Please refer to the WHATSNEW.txt document for fixup information.
-This binary release includes encrypted password support.
-Please read the smb.conf file and ENCRYPTION.txt in the
-docs directory for implementation details.
-
-NOTE: Red Hat Linux 5.X Uses PAM which has integrated support
-for Shadow passwords. Do NOT recompile with the SHADOW_PWD option
-enabled. Red Hat Linux has built in support for quotas in PAM.
-
-%changelog
-* Mon Jun 5 2000 Tim Potter <tpot@samba.org>
- - Modified to use prefix=/usr/local/samba everywhere
-
-* Sat Nov 29 1999 Matthew Vanecek <mev0003@unt.edu>
- - Added a Prefix and changed "/usr" to "%{prefix}"
-
-* Sat Nov 11 1999 Tridge <tridge@linuxcare.com>
- - changed from mount.smb to mount.smbfs
-
-* Sat Oct 9 1999 Tridge <tridge@linuxcare.com>
- - removed smbwrapper
- - added smbmnt and smbmount
-
-* Sun Apr 25 1999 John H Terpstra <jht@samba.org>
- - added smbsh.1 man page
-
-* Fri Mar 26 1999 Andrew Tridgell <tridge@samba.org>
- - added --with-pam as pam is no longer used by default
-
-* Sat Jan 27 1999 Jeremy Allison <jra@samba.org>
- - Removed smbrun binary and tidied up some loose ends
-
-* Sun Oct 25 1998 John H Terpstra <jht@samba.org>
- - Added parameters to /config to ensure smb.conf, lmhosts,
- and smbusers never gets over-written.
-
-* Sat Oct 24 1998 John H Terpstra <jht@samba.org>
- - removed README.smbsh file from docs area
-
-* Mon Oct 05 1998 John H Terpstra <jht@samba.org>
- - Added rpcclient to binaries list
- - Added smbwrapper stuff
-
-* Fri Aug 21 1998 John H Terpstra <jht@samba.org>
- - Updated for Samba version 2.0 building
-
-* Tue Jul 07 1998 Erik Troan <ewt@redhat.com>
- - updated postun triggerscript to check $0
- - clear /etc/codepages from %preun instead of %postun
-
-* Sat Jul 04 1998 John H Terpstra <jht@samba.org>
- - fixed codepage preservation during update via -Uvh
-
-* Mon Jun 08 1998 Erik Troan <ewt@redhat.com>
- - made the %postun script a tad less agressive; no reason to remove
- the logs or lock file
- - the %postun and %preun should only exectute if this is the final
- removal
- - migrated %triggerpostun from Red Hat's samba package to work around
- packaging problems in some Red Hat samba releases
-
-* Sun Apr 26 1998 John H Terpstra <jht@samba.org>
- - Tidy up for early alpha releases
- - added findsmb from SGI packaging
-
-* Thu Apr 09 1998 John H Terpstra <jht@samba.org>
- - Updated spec file
- - Included new codepage.936
-
-* Sat Mar 20 1998 John H Terpstra <jht@samba.org>
- - Added swat facility
-
-* Sat Jan 24 1998 John H Terpstra <jht@samba.org>
- - Many optimisations (some suggested by Manoj Kasichainula <manojk@io.com>
- - Use of chkconfig in place of individual symlinks to /etc/rc.d/init/smb
- - Compounded make line
- - Updated smb.init restart mechanism
- - Use compound mkdir -p line instead of individual calls to mkdir
- - Fixed smb.conf file path for log files
- - Fixed smb.conf file path for incoming smb print spool directory
- - Added a number of options to smb.conf file
- - Added smbadduser command (missed from all previous RPMs) - Doooh!
- - Added smbuser file and smb.conf file updates for username map
-
-%prep
-%setup
-
-%build
-make config
-make
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-# Install stuff for tng
-
-mkdir -p $RPM_BUILD_ROOT%{prefix}/bin
-mkdir -p $RPM_BUILD_ROOT/lib/security
-cp %{tng_build_dir}/bin/samedit $RPM_BUILD_ROOT%{prefix}/bin
-cp %{tng_build_dir}/bin/winbindd $RPM_BUILD_ROOT%{prefix}/bin
-cp %{tng_build_dir}/nsswitch/libnss_winbind.so $RPM_BUILD_ROOT/lib
-cp %{tng_build_dir}/nsswitch/pam_winbind.so $RPM_BUILD_ROOT/lib/security
-
-# Install stuff for head
-
-mkdir -p $RPM_BUILD_ROOT%{prefix}/lib/codepages/src
-mkdir -p $RPM_BUILD_ROOT/etc/{logrotate.d,pam.d}
-mkdir -p $RPM_BUILD_ROOT/etc/rc.d/{init.d,rc0.d,rc1.d,rc2.d,rc3.d,rc5.d,rc6.d}
-mkdir -p $RPM_BUILD_ROOT%{prefix}/bin
-mkdir -p $RPM_BUILD_ROOT%{prefix}/share/swat/{images,help,include}
-mkdir -p $RPM_BUILD_ROOT%{prefix}/man/{man1,man5,man7,man8}
-mkdir -p $RPM_BUILD_ROOT%{prefix}/var/locks
-mkdir -p $RPM_BUILD_ROOT%{prefix}/private
-
-# Install standard binary files
-for i in nmblookup smbclient smbspool smbpasswd smbstatus testparm testprns \
- make_smbcodepage make_printerdef
-do
-install -m755 -s %{head_build_dir}/source/bin/$i $RPM_BUILD_ROOT%{prefix}/bin
-done
-for i in addtosmbpass mksmbpasswd.sh smbtar
-do
-install -m755 %{head_build_dir}/source/script/$i $RPM_BUILD_ROOT%{prefix}/bin
-done
-
-# Install secure binary files
-for i in smbd nmbd swat smbmount smbmnt smbumount
-do
-install -m755 -s %{head_build_dir}/source/bin/$i $RPM_BUILD_ROOT%{prefix}/bin
-done
-
-# we need a symlink for mount to recognise the smb filesystem type
-#ln -sf %{prefix}/bin/smbmount $RPM_BUILD_ROOT%{prefix}/bin/mount.smbfs
-
-# Install level 1 man pages
-for i in smbclient.1 smbrun.1 smbstatus.1 smbtar.1 testparm.1 testprns.1 make_smbcodepage.1 nmblookup.1
-do
-install -m644 %{head_build_dir}/docs/manpages/$i $RPM_BUILD_ROOT%{prefix}/man/man1
-done
-
-# Install codepage source files
-for i in 437 737 850 852 861 866 932 936 949 950
-do
-install -m644 %{head_build_dir}/source/codepages/codepage_def.$i $RPM_BUILD_ROOT%{prefix}/lib/codepages/src
-done
-
-# Install SWAT helper files
-for i in %{head_build_dir}/swat/help/*.html %{head_build_dir}/docs/htmldocs/*.html
-do
-install -m644 $i $RPM_BUILD_ROOT%{prefix}/share/swat/help
-done
-for i in %{head_build_dir}/swat/images/*.gif
-do
-install -m644 $i $RPM_BUILD_ROOT%{prefix}/share/swat/images
-done
-for i in %{head_build_dir}/swat/include/*.html
-do
-install -m644 $i $RPM_BUILD_ROOT%{prefix}/share/swat/include
-done
-
-# Install the miscellany
-install -m644 %{head_build_dir}/swat/README $RPM_BUILD_ROOT%{prefix}/share/swat
-install -m644 %{head_build_dir}/docs/manpages/smb.conf.5 $RPM_BUILD_ROOT%{prefix}/man/man5
-install -m644 %{head_build_dir}/docs/manpages/lmhosts.5 $RPM_BUILD_ROOT%{prefix}/man/man5
-install -m644 %{head_build_dir}/docs/manpages/smbpasswd.5 $RPM_BUILD_ROOT%{prefix}/man/man5
-install -m644 %{head_build_dir}/docs/manpages/samba.7 $RPM_BUILD_ROOT%{prefix}/man/man7
-install -m644 %{head_build_dir}/docs/manpages/smbd.8 $RPM_BUILD_ROOT%{prefix}/man/man8
-install -m644 %{head_build_dir}/docs/manpages/nmbd.8 $RPM_BUILD_ROOT%{prefix}/man/man8
-install -m644 %{head_build_dir}/docs/manpages/swat.8 $RPM_BUILD_ROOT%{prefix}/man/man8
-install -m644 %{head_build_dir}/docs/manpages/smbmnt.8 $RPM_BUILD_ROOT%{prefix}/man/man8
-install -m644 %{head_build_dir}/docs/manpages/smbmount.8 $RPM_BUILD_ROOT%{prefix}/man/man8
-install -m644 %{head_build_dir}/docs/manpages/smbpasswd.8 $RPM_BUILD_ROOT%{prefix}/man/man8
-install -m644 %{head_build_dir}/docs/manpages/smbspool.8 $RPM_BUILD_ROOT%{prefix}/man/man8
-install -m644 $RPM_BUILD_DIR/%{name}-%{version}/smb.conf-appliance $RPM_BUILD_ROOT%{prefix}/lib/smb.conf
-install -m644 %{head_build_dir}/packaging/RedHat/smbusers $RPM_BUILD_ROOT/etc/smbusers
-install -m755 %{head_build_dir}/packaging/RedHat/smbprint $RPM_BUILD_ROOT%{prefix}/bin
-install -m755 %{head_build_dir}/packaging/RedHat/findsmb $RPM_BUILD_ROOT%{prefix}/bin
-install -m755 %{head_build_dir}/packaging/RedHat/smbadduser $RPM_BUILD_ROOT%{prefix}/bin
-install -m755 %{head_build_dir}/packaging/RedHat/smb.init $RPM_BUILD_ROOT/etc/rc.d/init.d/smb
-install -m755 %{head_build_dir}/packaging/RedHat/smb.init $RPM_BUILD_ROOT%{prefix}/bin/samba
-install -m644 %{head_build_dir}/packaging/RedHat/samba.pamd $RPM_BUILD_ROOT/etc/pam.d/samba
-install -m644 %{head_build_dir}/packaging/RedHat/samba.log $RPM_BUILD_ROOT/etc/logrotate.d/samba
-echo 127.0.0.1 localhost > $RPM_BUILD_ROOT/etc/lmhosts
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post
-#/sbin/chkconfig --add smb
-
-# Build codepage load files
-for i in 437 737 850 852 861 866 932 936 949 950
-do
-%{prefix}/bin/make_smbcodepage c $i %{prefix}/lib/codepages/src/codepage_def.$i %{prefix}/lib/codepages/codepage.$i
-done
-
-# Add swat entry to /etc/services if not already there
-if !( grep ^[:space:]*swat /etc/services > /dev/null ) then
- echo 'swat 901/tcp # Add swat service used via inetd' >> /etc/services
-fi
-
-# Add swat entry to /etc/inetd.conf if needed
-if !( grep ^[:space:]*swat /etc/inetd.conf > /dev/null ) then
- echo 'swat stream tcp nowait.400 root %{prefix}/sbin/swat swat' >> /etc/inetd.conf
-killall -1 inetd || :
-fi
-
-%preun
-if [ $1 = 0 ] ; then
- /sbin/chkconfig --del smb
-
- for n in %{prefix}/lib/codepages/*; do
- if [ $n != %{prefix}/lib/codepages/src ]; then
- rm -rf $n
- fi
- done
- # We want to remove the browse.dat and wins.dat files so they can not interfer with a new version of samba!
- if [ -e %{prefix}/var/locks/browse.dat ]; then
- rm -f %{prefix}/var/locks/browse.dat
- fi
- if [ -e %{prefix}/var/locks/wins.dat ]; then
- rm -f %{prefix}/var/locks/wins.dat
- fi
-fi
-
-%postun
-# Only delete remnants of samba if this is the final deletion.
-if [ $1 = 0 ] ; then
- if [ -x /etc/pam.d/samba ]; then
- rm -f /etc/pam.d/samba
- fi
- if [ -e /var/log/samba ]; then
- rm -rf /var/log/samba
- fi
- if [ -e /var/lock/samba ]; then
- rm -rf /var/lock/samba
- fi
-
- # Remove swat entries from /etc/inetd.conf and /etc/services
- cd /etc
- tmpfile=/etc/tmp.$$
- sed -e '/^[:space:]*swat.*$/d' /etc/inetd.conf > $tmpfile
- mv $tmpfile inetd.conf
- sed -e '/^[:space:]*swat.*$/d' /etc/services > $tmpfile
- mv $tmpfile services
-fi
-
-%triggerpostun -- samba < samba-2.0.0
-if [ $0 != 0 ]; then
- /sbin/chkconfig --add smb
-fi
-
-
-%files
-%doc %{head_build_dir}/README %{head_build_dir}/COPYING
-%doc %{head_build_dir}/Manifest %{head_build_dir}/Read-Manifest-Now
-%doc %{head_build_dir}/WHATSNEW.txt %{head_build_dir}/Roadmap
-%doc %{head_build_dir}/docs
-%doc %{head_build_dir}/swat/README
-%doc %{head_build_dir}/examples
-%attr(-,root,root) %{prefix}/bin/smbd
-%attr(-,root,root) %{prefix}/bin/nmbd
-%attr(-,root,root) %{prefix}/bin/swat
-%attr(-,root,root) %{prefix}/bin/smbmnt
-%attr(-,root,root) %{prefix}/bin/smbmount
-%attr(-,root,root) %{prefix}/bin/smbumount
-%attr(0750,root,root) %{prefix}/bin/samba
-%attr(-,root,root) %{prefix}/bin/addtosmbpass
-%attr(-,root,root) %{prefix}/bin/mksmbpasswd.sh
-%attr(-,root,root) %{prefix}/bin/smbclient
-%attr(-,root,root) %{prefix}/bin/smbspool
-%attr(-,root,root) %{prefix}/bin/testparm
-%attr(-,root,root) %{prefix}/bin/testprns
-%attr(-,root,root) %{prefix}/bin/findsmb
-%attr(-,root,root) %{prefix}/bin/smbstatus
-%attr(-,root,root) %{prefix}/bin/nmblookup
-%attr(-,root,root) %{prefix}/bin/make_smbcodepage
-%attr(-,root,root) %{prefix}/bin/make_printerdef
-%attr(-,root,root) %{prefix}/bin/smbpasswd
-%attr(-,root,root) %{prefix}/bin/smbtar
-%attr(-,root,root) %{prefix}/bin/smbprint
-%attr(-,root,root) %{prefix}/bin/smbadduser
-%attr(-,root,root) %{prefix}/share/swat/help/welcome.html
-%attr(-,root,root) %{prefix}/share/swat/help/DOMAIN_MEMBER.html
-%attr(-,root,root) %{prefix}/share/swat/help/NT_Security.html
-%attr(-,root,root) %{prefix}/share/swat/help/lmhosts.5.html
-%attr(-,root,root) %{prefix}/share/swat/help/make_smbcodepage.1.html
-%attr(-,root,root) %{prefix}/share/swat/help/nmbd.8.html
-%attr(-,root,root) %{prefix}/share/swat/help/nmblookup.1.html
-%attr(-,root,root) %{prefix}/share/swat/help/samba.7.html
-%attr(-,root,root) %{prefix}/share/swat/help/smb.conf.5.html
-%attr(-,root,root) %{prefix}/share/swat/help/smbclient.1.html
-%attr(-,root,root) %{prefix}/share/swat/help/smbspool.8.html
-%attr(-,root,root) %{prefix}/share/swat/help/smbd.8.html
-%attr(-,root,root) %{prefix}/share/swat/help/smbpasswd.5.html
-%attr(-,root,root) %{prefix}/share/swat/help/smbpasswd.8.html
-%attr(-,root,root) %{prefix}/share/swat/help/smbrun.1.html
-%attr(-,root,root) %{prefix}/share/swat/help/smbstatus.1.html
-%attr(-,root,root) %{prefix}/share/swat/help/smbtar.1.html
-%attr(-,root,root) %{prefix}/share/swat/help/swat.8.html
-%attr(-,root,root) %{prefix}/share/swat/help/testparm.1.html
-%attr(-,root,root) %{prefix}/share/swat/help/testprns.1.html
-%attr(-,root,root) %{prefix}/share/swat/images/globals.gif
-%attr(-,root,root) %{prefix}/share/swat/images/home.gif
-%attr(-,root,root) %{prefix}/share/swat/images/passwd.gif
-%attr(-,root,root) %{prefix}/share/swat/images/printers.gif
-%attr(-,root,root) %{prefix}/share/swat/images/shares.gif
-%attr(-,root,root) %{prefix}/share/swat/images/samba.gif
-%attr(-,root,root) %{prefix}/share/swat/images/status.gif
-%attr(-,root,root) %{prefix}/share/swat/images/viewconfig.gif
-%attr(-,root,root) %{prefix}/share/swat/include/header.html
-%attr(-,root,root) %{prefix}/share/swat/include/footer.html
-%attr(-,root,root) %config(noreplace) /etc/lmhosts
-%attr(-,root,root) %config(noreplace) %{prefix}/lib/smb.conf
-%attr(-,root,root) %config(noreplace) /etc/smbusers
-%attr(-,root,root) /etc/rc.d/init.d/smb
-%attr(-,root,root) /etc/logrotate.d/samba
-%attr(-,root,root) /etc/pam.d/samba
-%attr(-,root,root) %{prefix}/lib/codepages/src/codepage_def.437
-%attr(-,root,root) %{prefix}/lib/codepages/src/codepage_def.737
-%attr(-,root,root) %{prefix}/lib/codepages/src/codepage_def.850
-%attr(-,root,root) %{prefix}/lib/codepages/src/codepage_def.852
-%attr(-,root,root) %{prefix}/lib/codepages/src/codepage_def.861
-%attr(-,root,root) %{prefix}/lib/codepages/src/codepage_def.866
-%attr(-,root,root) %{prefix}/lib/codepages/src/codepage_def.932
-%attr(-,root,root) %{prefix}/lib/codepages/src/codepage_def.936
-%attr(-,root,root) %{prefix}/lib/codepages/src/codepage_def.949
-%attr(-,root,root) %{prefix}/lib/codepages/src/codepage_def.950
-%attr(-,root,root) %{prefix}/man/man1/smbstatus.1
-%attr(-,root,root) %{prefix}/man/man1/smbclient.1
-%attr(-,root,root) %{prefix}/man/man1/make_smbcodepage.1
-%attr(-,root,root) %{prefix}/man/man1/smbrun.1
-%attr(-,root,root) %{prefix}/man/man1/smbtar.1
-%attr(-,root,root) %{prefix}/man/man1/testparm.1
-%attr(-,root,root) %{prefix}/man/man1/testprns.1
-%attr(-,root,root) %{prefix}/man/man1/nmblookup.1
-%attr(-,root,root) %{prefix}/man/man5/smb.conf.5
-%attr(-,root,root) %{prefix}/man/man5/lmhosts.5
-%attr(-,root,root) %{prefix}/man/man5/smbpasswd.5
-%attr(-,root,root) %{prefix}/man/man7/samba.7
-%attr(-,root,root) %{prefix}/man/man8/smbd.8
-%attr(-,root,root) %{prefix}/man/man8/nmbd.8
-%attr(-,root,root) %{prefix}/man/man8/smbpasswd.8
-%attr(-,root,root) %{prefix}/man/man8/swat.8
-%attr(-,root,root) %{prefix}/man/man8/smbmnt.8
-%attr(-,root,root) %{prefix}/man/man8/smbmount.8
-%attr(-,root,root) %{prefix}/man/man8/smbspool.8
-%attr(-,root,root) %dir %{prefix}/lib/codepages
-%attr(-,root,root) %dir %{prefix}/lib/codepages/src
-%attr(-,root,root) %dir %{prefix}/var/locks
-%attr(-,root,root) %dir %{prefix}/private
-%attr(-,root,root) %{prefix}/bin/winbindd
-%attr(-,root,root) %{prefix}/bin/samedit
-%attr(-,root,root) /lib/libnss_winbind.so
-%attr(-,root,root) /lib/security/pam_winbind.so
diff --git a/examples/appliance/build.sh b/examples/appliance/build.sh
deleted file mode 100755
index ad7a4eb5fb3..00000000000
--- a/examples/appliance/build.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-tar --exclude=CVS -czf /usr/src/redhat/SOURCES/samba-appliance-0.2-src.tar.gz samba-appliance-0.2
-rpm -ba appliance.spec
diff --git a/examples/appliance/smb.conf-appliance b/examples/appliance/smb.conf-appliance
deleted file mode 100644
index a3c62256c5a..00000000000
--- a/examples/appliance/smb.conf-appliance
+++ /dev/null
@@ -1,8 +0,0 @@
-[global]
- workgroup = DOMAIN
- security = domain
- encrypt passwords = true
- stat cache = false
- winbind uid = 10000-20000
- winbind gid = 10000-20000
- password server = PDC
diff --git a/examples/thoralf/smb.conf b/examples/thoralf/smb.conf
deleted file mode 100644
index f9f147474a8..00000000000
--- a/examples/thoralf/smb.conf
+++ /dev/null
@@ -1,152 +0,0 @@
-; Configuration file for smbd (Samba 1.9.15p8)
-; created by Thoralf Freitag. Send comments to:
-; <Thoralf.Freitag@remserv.rz.fhtw-berlin.de> or
-; <Thoralf.Freitag@t-online.de>
-; last edit 24.04.1995 01:11
-;
-;
-
-[global]
-
- protocol = NT1
- ;long filenames for win95
- mangle case = yes
- ;lower and upper letters
- mangled names = yes
- default case = lower
- case sensitive = no
- preserve case = yes
- short preserve case = yes
-
- printing = bsd
- printcap name = /etc/printcap
- lpq cache time = 0
- workgroup = WORKGROUP
- admin users = su
- ;su is allowed to do all !!!
- guest account = ftp
- ;guest is same as user ftp
- default service = reference
- ;is possibly helpful to browsing under win 95
- os level = 2
- log file = /var/adm/log.smb
- max log size = 10
- debug level = 1
- share modes = yes
- lock directory = /var/adm
-
-[JP_360_raw]
- comment = Networkprinter queue for Olivetti JP 360 (untreated RAW format)
- browseable = yes
- available = yes
- public = no
- force user = root
- writable = no
- printable = yes
- printer name = samba
- ;samba is an alias name for an raw_printer in your /etc/printcap
- path = /samba/tmp
- create mode = 0700
-
-[JP_360_mono]
- comment = Networkprinter queue for Olivetti JP 360 Mono (with apsfilter)
- browseable = yes
- available = yes
- public = no
- force user = root
- writable = no
- printable = yes
- printer name = lp
- ;lp means the standard printer in your /etc/printcap
- path = /samba/tmp
- create mode = 0700
-
-[JP_360_color]
- comment = Networkprinter queue for Olivetti JP 360 Color (with apsfilter)
- browseable = yes
- available = yes
- public = no
- force user = root
- writable = no
- printable = yes
- printer name = lp4
- ;my printer need this to print with his color cartridge
- ;--> the lpd is drive to the printer as an color printer
- path = /samba/tmp
- create mode = 0700
-
-[tmp]
- comment = the garbage dump
- browseable = yes
- available = yes
- public = yes
- read only = no
- printable = no
- path = /samba/tmp
- create mask = 0777
-
-[transfer]
- comment = the market place
- browseable = yes
- available = yes
- public = yes
- read only = no
- printable = no
- path = /samba/transfer
- create mask = 0777
-
-[homes]
- comment = home directories
- browseable = no
- ;ONLY the home-dirs are visible, not the service itself
- available = yes
- guest ok = no
- read only = no
- printable = no
- create mode = 0700
-
-[install]
- comment = all of the many install files
- browsable = yes
- available = yes
- public = no
- username = @root, @users
- writable = yes
- read list = @users
- printable = no
- path = /samba/install
- create mode = 0755
-
-[doc-help]
- comment = documentations, helpfiles, FAQ's
- browsable = yes
- available = yes
- public = no
- username = @root, @users
- writable = yes
- read list = @users
- printable = no
- path = /samba/doc
- create mode = 0755
-
-[cd_rom_2]
- comment = the CD in the CD-ROM drive on PANDORA
- browsable = yes
- available = yes
- public = yes
- writable = no
- printable = no
- path = /cdrom
-
-[reference]
- ;the default, if invalid accesses
- comment = PANDORA: Samba LAN manager
- browsable = yes
- ;only as an hint
- available = no
- ;however no access possible
- public = yes
- writable = no
- printable = no
- path = /samba/tmp
-