summaryrefslogtreecommitdiff
path: root/source4/scripting/libjs/upgrade.js
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-08-28 23:03:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:34:53 -0500
commitd152839e299e7e406bb938c5b413ad975a895d6f (patch)
tree5fa93a2735d20ed09b6679584e72d321f0dea960 /source4/scripting/libjs/upgrade.js
parentd6cd54fb0a1c3ac51479d1fdcff91893c27ef9d7 (diff)
downloadsamba-d152839e299e7e406bb938c5b413ad975a895d6f.tar.gz
samba-d152839e299e7e406bb938c5b413ad975a895d6f.tar.bz2
samba-d152839e299e7e406bb938c5b413ad975a895d6f.zip
r9722: Initial attempt at converting samba3dump to EJS..
(This used to be commit 7e3b94dfb9c421793dab7813b96ca63da4b33960)
Diffstat (limited to 'source4/scripting/libjs/upgrade.js')
-rw-r--r--source4/scripting/libjs/upgrade.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/source4/scripting/libjs/upgrade.js b/source4/scripting/libjs/upgrade.js
new file mode 100644
index 0000000000..604bbac2c0
--- /dev/null
+++ b/source4/scripting/libjs/upgrade.js
@@ -0,0 +1,13 @@
+/*
+ backend code for upgrading from Samba3
+ Copyright Jelmer Vernooij 2005
+ Released under the GNU GPL v2 or later
+*/
+
+libinclude("base.js");
+
+function foo()
+{
+
+ return 0;
+}