diff options
author | Shirish Kalele <kalele@samba.org> | 2001-04-11 02:28:38 +0000 |
---|---|---|
committer | Shirish Kalele <kalele@samba.org> | 2001-04-11 02:28:38 +0000 |
commit | 362e4bb21a3c630eb0625a1b3ab9f70dafc85d7e (patch) | |
tree | dc8d9981f58d0e92f49cbf71a2364b49c215a9bb /packaging/Solaris/README | |
parent | 91e97f90919fdc3bd2d26a5809cc3d037dbe4b22 (diff) | |
download | samba-362e4bb21a3c630eb0625a1b3ab9f70dafc85d7e.tar.gz samba-362e4bb21a3c630eb0625a1b3ab9f70dafc85d7e.tar.bz2 samba-362e4bb21a3c630eb0625a1b3ab9f70dafc85d7e.zip |
Adding Solaris packaging files to HEAD.
(This used to be commit 3ac5f6b59ee30d12bfec0cc36cf00b9e9798a453)
Diffstat (limited to 'packaging/Solaris/README')
-rw-r--r-- | packaging/Solaris/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packaging/Solaris/README b/packaging/Solaris/README new file mode 100644 index 0000000000..b918cf9173 --- /dev/null +++ b/packaging/Solaris/README @@ -0,0 +1,18 @@ + +INSTRUCTIONS: Preparing Samba packages for Solaris + +To produce a package: + +* Build the binaries (by running ./configure; make; in the source directory) +* Type sh makepkg.sh + +The package will be created in the /tmp directory. + +By default, the package will be built to install samba in /usr/local +To change the default, modify the INSTALL_BASE variable in makepkg.sh +This is after you have configured samba with a --prefix option of the +alternate samba location and then created the binaries. + +Shirish Kalele <kalele@samba.org> +Date: 2000.01.12 + |