From 5353d57d9be58b0c9e8469283d598dfb16ae60ad Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 20 Feb 2008 18:37:42 +0000 Subject: Adding password manager to Makefile git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@762 ab2d0c66-481e-0410-8bed-d214d4d58bed --- app/Makefile | 5 +++++ app/acf-util/password-read-html.lsp | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100755 app/acf-util/password-read-html.lsp (limited to 'app') diff --git a/app/Makefile b/app/Makefile index af2b898..cdd42bb 100644 --- a/app/Makefile +++ b/app/Makefile @@ -9,6 +9,11 @@ APP_DIST= \ acf-util/roles-getlist-html.lsp \ acf-util/roles-model.lua \ acf-util/roles-read-html.lsp \ + acf-util/password-controller.lua \ + acf-util/password-html.lsp \ + acf-util/password-model.lua \ + acf-util/password-status-html.lsp \ + acf-util/password.menu \ acf_www-controller.lua\ cfgfile-model.lua\ service-model.lua\ diff --git a/app/acf-util/password-read-html.lsp b/app/acf-util/password-read-html.lsp deleted file mode 100755 index 9ab91bf..0000000 --- a/app/acf-util/password-read-html.lsp +++ /dev/null @@ -1,2 +0,0 @@ - -

The local root password is

-- cgit v1.2.3