diff options
Diffstat (limited to 'packaging/Solaris/postinstall')
-rw-r--r-- | packaging/Solaris/postinstall | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packaging/Solaris/postinstall b/packaging/Solaris/postinstall new file mode 100644 index 0000000000..3586d9bc9e --- /dev/null +++ b/packaging/Solaris/postinstall @@ -0,0 +1,15 @@ +cat <<EOF +___________________________________________________________________________ + +INSTALLATION COMPLETE. + +All files comprising the Samba Server have been installed. + +You can configure Samba by creating a configuration file at +${CONFIGDIR}/smb.conf. For details on configuration, +refer to the Samba man pages under ${BASEDIR}/man +and the documentation at ${BASEDIR}/samba/docs. +___________________________________________________________________________ + +EOF + |