diff options
author | Herb Lewis <herb@samba.org> | 1997-10-31 17:33:04 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 1997-10-31 17:33:04 +0000 |
commit | bc5e2a1289b6c80b9b7a1f3f45ed3897d4474c51 (patch) | |
tree | 7a1598b1f6fcd73029af1d266e1d08f05fdb880a /packaging/SGI/README | |
parent | 4400805208722e3679809a0ca53c2285e45212ca (diff) | |
download | samba-bc5e2a1289b6c80b9b7a1f3f45ed3897d4474c51.tar.gz samba-bc5e2a1289b6c80b9b7a1f3f45ed3897d4474c51.tar.bz2 samba-bc5e2a1289b6c80b9b7a1f3f45ed3897d4474c51.zip |
Update file for automatically generating a release
(This used to be commit 01df21c22d567a0cc6d69a03fd3246dcfd92217d)
Diffstat (limited to 'packaging/SGI/README')
-rw-r--r-- | packaging/SGI/README | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/packaging/SGI/README b/packaging/SGI/README index 17c5780067..02855bb3a2 100644 --- a/packaging/SGI/README +++ b/packaging/SGI/README @@ -16,9 +16,9 @@ is created from the samba version number plus a release number. Each section of the samba version number forms 2 digits of the version number (with leading zeros if necessary). -samba version 1.9.16 first release would become 0109160000 -samba version 1.9.16p9 first release would become 0109160900 -samba version 1.9.16p9 second release would become 0109160901 +samba version 1.9.16 would become 0109160000 +samba version 1.9.16p9 would become 0109160900 +samba version 1.9.16alpha9 would become 0109160009 You can enable all printers on your system to be used by samba by running the script /usr/samba/mkprintcap.sh @@ -31,9 +31,12 @@ inetd you can run the script /usr/samba/inetd.sh. To create a Samba distribution you must have the Documenter's WorkBench package installed to format the manual pages. In addition you need to have the Software Packager software (inst_dev) installed to -generate the inst images. - -From /usr/samba/packaging/SGI directory run the mkrelease.sh script. -This script uses Perl to generate the Makefile with the proper defines. -The package files will be placed in ./bins +generate the inst images, and Perl to generate the spec and idb files. + +From /usr/samba/packaging/SGI directory run the mkrelease.sh script. +There is one optional argument which is the major release number of the +OS version (4, 5, or 6) you desire. If no number is specified it defaults +to 6. This script uses Perl to generate the Makefile with the proper +defines and the packaging files samba.spec and samba.idb. The binary +package files will be placed in ./bins |