diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-28 23:03:49 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-08-28 23:03:49 +0000 |
commit | a91f305beee5ff6fe5bb3e2a0312d8184f4763b7 (patch) | |
tree | 10ef2e37960b46c4ac4c65d3e13cd7f9b141548f /source/scripting/libjs/upgrade.js | |
parent | a4e89f4c75af824064a213fbafe7cfa59f66bd8c (diff) | |
download | samba-a91f305beee5ff6fe5bb3e2a0312d8184f4763b7.tar.gz samba-a91f305beee5ff6fe5bb3e2a0312d8184f4763b7.tar.xz samba-a91f305beee5ff6fe5bb3e2a0312d8184f4763b7.zip |
r9722: Initial attempt at converting samba3dump to EJS..
Diffstat (limited to 'source/scripting/libjs/upgrade.js')
-rw-r--r-- | source/scripting/libjs/upgrade.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/source/scripting/libjs/upgrade.js b/source/scripting/libjs/upgrade.js new file mode 100644 index 00000000000..604bbac2c02 --- /dev/null +++ b/source/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; +} |