diff options
Diffstat (limited to 'packaging/Solaris/postinstall')
-rw-r--r-- | packaging/Solaris/postinstall | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packaging/Solaris/postinstall b/packaging/Solaris/postinstall new file mode 100644 index 00000000000..0b7f40a85d0 --- /dev/null +++ b/packaging/Solaris/postinstall @@ -0,0 +1,21 @@ +cat <<EOF +___________________________________________________________________________ + +INSTALLATION COMPLETE. + +All files comprising the Samba Server have been installed. + +You can configure Samba by creating a configuration file at +${BASEDIR}/samba/lib/smb.conf. For details on configuration, +refer to the Samba man pages under ${PKG_INSTALL_ROOT}/usr/share/man +and the documentation at ${BASEDIR}/samba/docs. + +BEGINNERS: +Beginners can also refer to the excellent "Using Samba" book published +by O'Reilly and Associates and officially supported by the Samba Team. +This book is supplied with this package and can be accessed at +${BASEDIR}/samba/docs/samba_book/index.html +___________________________________________________________________________ + +EOF + |