diff options
| author | mrg <mrg@NetBSD.org> | 2014-01-02 08:21:38 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2014-01-02 08:21:38 +0000 |
| commit | 7a5c6c8bf340db9aad085cbf4c9e5039e6bd3afa (patch) | |
| tree | 87b023bd1c9115101ce355135bbb7fe78fd9d572 /libexec/httpd/printenv.lua | |
| parent | 82bc6e733c8fff63ad79d49aacc86844986bcc94 (diff) | |
- update CHANGES with recent changes
- update version to 20140102
- update copyrights
- use getcwd() over getwd()
- fix lean build (don't include lua)
Diffstat (limited to 'libexec/httpd/printenv.lua')
| -rw-r--r-- | libexec/httpd/printenv.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/httpd/printenv.lua b/libexec/httpd/printenv.lua index 5ef8305293d..5b0fdf9c66a 100644 --- a/libexec/httpd/printenv.lua +++ b/libexec/httpd/printenv.lua @@ -1,3 +1,5 @@ +-- $NetBSD: printenv.lua,v 1.2 2014/01/02 08:21:38 mrg Exp $ + -- this small Lua script demonstrates the use of Lua in (bozo)httpd -- it will simply output the "environment" |
