diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-05-12 05:46:25 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-05-12 05:46:25 +0000 |
commit | 68685b2c8fdcc84ce3d6c8dad18b6a532ddacf4e (patch) | |
tree | ad66991a1481298b08c7f91eb88f259eca6429fa | |
parent | ad701cc2916e709bfa846abbf9df1abbce17bff8 (diff) | |
download | samba-68685b2c8fdcc84ce3d6c8dad18b6a532ddacf4e.tar.gz samba-68685b2c8fdcc84ce3d6c8dad18b6a532ddacf4e.tar.bz2 samba-68685b2c8fdcc84ce3d6c8dad18b6a532ddacf4e.zip |
added packaging section to README
(This used to be commit 535e33adaff8cd329ed73243f26114ac3c649365)
-rw-r--r-- | examples/appliance/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/appliance/README b/examples/appliance/README index 04061d3f42..6d6a709812 100644 --- a/examples/appliance/README +++ b/examples/appliance/README @@ -6,6 +6,9 @@ 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 @@ -31,3 +34,20 @@ for appliance printing support also do this: 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.1/head + +- Checkout the source subdirectory of the Samba CVS SAMBA_TNG branch + into a directory call samba-appliance-0.1/tng + +- Copy Makefile to samba-appliance-0.1/ + +- run build.sh + +That should build source and binary RPMs in /tmp/RPMS and /tmp/SRPMS + + |