From 99e75c7d84fb9c6ec898533945fde998d2a9e005 Mon Sep 17 00:00:00 2001 From: mitty Date: Sun, 8 Nov 2009 02:07:43 +0000 Subject: [PATCH] * welcome.html * fix url to correct path * xinetd.d/swat <- /etc/xinetd.d/swat git-svn-id: https://lab.mitty.jp/svn/lab/trunk@24 7d2118f6-f56c-43e7-95a2-4bb3031d96e7 --- swat/lang/ja/help/welcome.html | 71 ++++++++++++++++++++++++++++++++++++++++ swat/xinetd.d/swat | 12 +++++++ 2 files changed, 83 insertions(+) create mode 100644 swat/lang/ja/help/welcome.html create mode 100644 swat/xinetd.d/swat diff --git a/swat/lang/ja/help/welcome.html b/swat/lang/ja/help/welcome.html new file mode 100644 index 0000000..419878e --- /dev/null +++ b/swat/lang/ja/help/welcome.html @@ -0,0 +1,71 @@ +

SWAT へようこそ!

+ +上のボタンをクリックして設定を行ってください。 + +

Samba ドキュメント

+ + + +

フィードバック

+ + このバージョンの SWAT に関する問題についての議論を行ないたい方は、 + samba メーリングリストへの参加をお願いします。 +(もしくは sugj-tech メーリングリストに日本語でお願いします) diff --git a/swat/xinetd.d/swat b/swat/xinetd.d/swat new file mode 100644 index 0000000..4a352a5 --- /dev/null +++ b/swat/xinetd.d/swat @@ -0,0 +1,12 @@ +service swat +{ + port = 901 + socket_type = stream + wait = no + only_from = 127.0.0.1 + only_from += 192.168.0.0/24 + user = root + server = /usr/sbin/swat + log_on_failure += USERID + disable = no +} -- 1.7.9.5