diff options
author | Gerald Carter <jerry@samba.org> | 2001-06-01 12:27:05 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-06-01 12:27:05 +0000 |
commit | ff681c40678cca8e5b2fa5400fc4f9319c5aa869 (patch) | |
tree | 9333e24df9cfe52372c3ba59d7376d8c1aeaeb98 /packaging/Solaris/postinstall | |
parent | 0e40dbf86bd60f7eb057a27f56cded4f689c6747 (diff) | |
download | samba-ff681c40678cca8e5b2fa5400fc4f9319c5aa869.tar.gz samba-ff681c40678cca8e5b2fa5400fc4f9319c5aa869.tar.xz samba-ff681c40678cca8e5b2fa5400fc4f9319c5aa869.zip |
more syncs with SAMBA_2_2
(This used to be commit a4bf39e3dd8a28faac54ddb4e16bea5adf745440)
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 + |