diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-20 08:39:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:29:48 -0500 |
commit | 238a7e2f4c46f5bb586bcef36f39e1bf6749c2c1 (patch) | |
tree | 7d540932574f5cc92f96f108d2206cf92d0663a8 | |
parent | d5ac1f9bf4062139054fa2b4677f6bde952bec13 (diff) | |
download | samba-238a7e2f4c46f5bb586bcef36f39e1bf6749c2c1.tar.gz samba-238a7e2f4c46f5bb586bcef36f39e1bf6749c2c1.tar.bz2 samba-238a7e2f4c46f5bb586bcef36f39e1bf6749c2c1.zip |
r8642: - fixed install of new swat files
- removed old provisioning items from esptest menu
(This used to be commit 760cc6bea5661245a8e4e18f103148281e31aaac)
-rw-r--r-- | source4/script/installswat.sh | 8 | ||||
-rw-r--r-- | swat/esptest/menu.js | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/source4/script/installswat.sh b/source4/script/installswat.sh index 8244abb804..b6e64c7995 100644 --- a/source4/script/installswat.sh +++ b/source4/script/installswat.sh @@ -20,12 +20,8 @@ installdir() { done } -installdir *.esp -installdir esptest/*.esp esptest/*.js -installdir images/*.png images/*.ico images/*.gif -installdir scripting/*.ejs scripting/*.esp scripting/*.js -installdir style/*.css -installdir docs/*.js +installdir *.esp *.js */*.js */*.ejs */*.esp +installdir */*.png */*.ico */*.gif */*.css cat << EOF ====================================================================== diff --git a/swat/esptest/menu.js b/swat/esptest/menu.js index 62aa46072b..d46561f311 100644 --- a/swat/esptest/menu.js +++ b/swat/esptest/menu.js @@ -1,8 +1,6 @@ /* show a menu for the esp test pages */ simple_menu( "ESP Tests", - "Provisioning", session_uri("/esptest/provision.esp"), - "New User", session_uri("/esptest/newuser.esp"), "ldb database", session_uri("/esptest/ldb.esp"), "samr calls", session_uri("/esptest/samr.esp"), "html forms", session_uri("/esptest/formtest.esp"), |