diff options
Diffstat (limited to 'packaging/SGI/README')
-rw-r--r-- | packaging/SGI/README | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/packaging/SGI/README b/packaging/SGI/README index 02855bb3a2..f13164af4a 100644 --- a/packaging/SGI/README +++ b/packaging/SGI/README @@ -12,13 +12,15 @@ binary, and log files are placed in the /usr/samba file hierarchy. Man pages are placed in the /usr/share/catman/u_man hierarchy. The version number of the distribution is a 10 digit number that -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 would become 0109160000 -samba version 1.9.16p9 would become 0109160900 -samba version 1.9.16alpha9 would become 0109160009 +is created from the samba version number. Each section of the samba +version number forms 2 digits of the version number (with leading +zeros if necessary). The alpha versions add 00 and 2 digits for +the alpha number. The first release adds 0100. Patch releases add +2 digits for the patch level plus 1 and 00. + +samba version 1.9.18alpha9 would become 0109180009 +samba version 1.9.18 would become 0109180100 +samba version 1.9.18p9 would become 0109181000 You can enable all printers on your system to be used by samba by running the script /usr/samba/mkprintcap.sh |