Update of /cvsroot/devil-linux/build/scripts/config
In directory vz-cvs-3.sog:/tmp/cvs-serv23809/scripts/config
Modified Files:
perl-ext
Log Message:
- updated memcached to 1.4.11
- distribution now contains empty /var/log/messages to make shorewall happy
- fixed memcached init script (Gabriel Hojda)
- added perl module Cache-Memcached-1.29
- added perl module String-CRC32-1.4
- added perl module Authen-Libwrap-0.22
Index: perl-ext
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/config/perl-ext,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- perl-ext 2 Nov 2011 14:03:41 -0000 1.26
+++ perl-ext 29 Jan 2012 01:58:03 -0000 1.27
@@ -224,3 +224,6 @@
Tie-RefHash
Time-Local
XSLoader
+String-CRC32
+Cache-Memcached "$CONFIG_MEMCACHED" = "y"
+Authen-Libwrap
|