Bug 7062

Summary: squid: fix dependency on shellwords.pl
Product: Sisyphus Reporter: at <at>
Component: squidAssignee: Denis Ovsienko <pilot>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: shaba
Version: unstable   
Hardware: all   
OS: Linux   

Description at@altlinux.org 2005-06-11 12:04:53 MSD
alt-req-shellwords.patch:
--- wbinfo_group.pl-	2004-02-17 22:37:51 +0000
+++ wbinfo_group.pl	2005-06-11 08:01:57 +0000
@@ -17,7 +17,7 @@
 #
 
 # external_acl uses shell style lines in it's protocol
-require 'shellwords.pl';
+use Text::ParseWords qw(shellwords);
 
 # Disable output buffering
 $|=1;
Comment 1 Denis Ovsienko 2005-06-15 14:07:04 MSD
Будет в следующей сборке.
Comment 2 Denis Ovsienko 2005-06-24 17:03:49 MSD
2.5.STABLE10-alt1