blob: fb356f2c5153de5be4fd085807aee5d7c4c078a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
--- install.sh.orig
+++ install.sh
@@ -93,14 +93,18 @@
echo ""
echo "*** Optional ***"
echo "* Required for AutoTimer email notification"
- checkPerlModule Net::SMTP
- checkPerlModule Authen::SASL
+ echo "Perl module check for Net::SMTP is disabled by x-vdr"
+ echo "Perl module check for Authen::SASL is disabled by x-vdr"
+# checkPerlModule Net::SMTP
+# checkPerlModule Authen::SASL
echo "* Required for AutoTimer email notification and CRAM-MD5 authentication"
- checkPerlModule Digest::HMAC_MD5
+ echo "Perl module check for Digest::HMAC_MD5 is disabled by x-vdr"
+# checkPerlModule Digest::HMAC_MD5
echo "* Required if VDR and VDRAdmin-AM use different character encoding"
checkPerlModule Encode
echo "* Required for IPv6 support"
- checkPerlModule IO::Socket::INET6
+ echo "Perl module check for IO::Socket::INET6 is disabled by x-vdr"
+# checkPerlModule IO::Socket::INET6
echo "* Required if you want to use gzip'ed HTTP responses"
checkPerlModule Compress::Zlib
}
|