diff options
author | Michael Janczyk | 2009-04-08 18:49:20 +0200 |
---|---|---|
committer | Michael Janczyk | 2009-04-08 18:49:20 +0200 |
commit | 3e5f20f58619df0b9301603d53c1d0f0e826eb39 (patch) | |
tree | 1fc167b6b1ef8d8c1df0b30ef99e8da8a18ecdad /Makefile | |
parent | add kiosk & infoscreen plugin to trunk (diff) | |
download | core-3e5f20f58619df0b9301603d53c1d0f0e826eb39.tar.gz core-3e5f20f58619df0b9301603d53c1d0f0e826eb39.tar.xz core-3e5f20f58619df0b9301603d53c1d0f0e826eb39.zip |
added sha1 encryption of PXE menu passwd, thx to Sebastian who actually did the whole thing ;)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2811 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -92,10 +92,10 @@ dep-check: @ # many of the following modules are part of core perl, but we check @ # for them just to be sure... - @for m in Carp Clone Config::General Cwd DBI Digest::MD5 Encode Fcntl \ - File::Basename File::Find File::Glob File::Path FindBin \ - Getopt::Long List::Util Pod::Usage POSIX Socket Storable \ - Sys::Hostname Term::ReadLine ; do \ + @for m in Carp Clone Config::General Cwd DBI Digest::MD5 Digest::SHA1 \ + Encode Fcntl File::Basename File::Find File::Glob File::Path \ + FindBin Getopt::Long List::Util MIME::Base64 Pod::Usage \ + POSIX Socket Storable Sys::Hostname Term::ReadLine ; do \ if ! perl -e "use $$m" 2>>${SLX_INSTALL_LOG} ; then \ echo " The perl module '$$m' is required, please install it."; \ exit 1; \ |