summaryrefslogtreecommitdiff
path: root/packaging/SGI/inst.msg
diff options
context:
space:
mode:
authorvorlon <vorlon@alioth.debian.org>2007-11-21 17:44:34 +0000
committervorlon <vorlon@alioth.debian.org>2007-11-21 17:44:34 +0000
commit951fa9619c10959654b4f7d69c08722f1e76db71 (patch)
tree38907f3881253efb6119e4ac316f59548d9539e7 /packaging/SGI/inst.msg
parent6e61533d519c58d0a6360e20d42102b61dd0ddcb (diff)
downloadsamba-951fa9619c10959654b4f7d69c08722f1e76db71.tar.gz
merge upstream 3.0.27a into svn
git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@1586 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'packaging/SGI/inst.msg')
-rwxr-xr-xpackaging/SGI/inst.msg31
1 files changed, 31 insertions, 0 deletions
diff --git a/packaging/SGI/inst.msg b/packaging/SGI/inst.msg
new file mode 100755
index 0000000000..4d8bab389c
--- /dev/null
+++ b/packaging/SGI/inst.msg
@@ -0,0 +1,31 @@
+#! /bin/sh
+
+echo
+echo
+echo Samba has been installed on your system.
+echo
+echo Your /etc/services and /etc/inetd.conf files have
+echo been modified to automatically start the
+echo Samba Web Administration Tool \(SWAT\) when you
+echo connect with a web browser to
+echo
+echo http://`hostname`:901
+echo
+echo The original versions of /etc/services and
+echo /etc/inetd.conf were saved with a .O extension.
+echo
+echo If you do not wish SWAT to be enabled you may
+echo run the script /usr/samba/scripts/removeswat.sh
+echo which will remove the entries from /etc/services
+echo and /etc/inetd.conf
+echo
+echo Please review your configuration settings by
+echo connecting to SWAT or editing the file
+echo /usr/samba/lib/smb.conf and then starting
+echo the smbd and nmbd daemons to complete the
+echo installation. You may start the daemons from
+echo the SWAT "Status" page or by executing the
+echo following command as root.
+echo
+echo /etc/init.d/samba start
+echo