openbsd-ports/mbone/sdr/patches/patch-sdr_src_cache_crypt_tcl
wilfried bb1af71e4d * respect CC/CFLAGS
* split patches into separate files
2001-03-17 17:33:18 +00:00

14 lines
603 B
Plaintext

$OpenBSD: patch-sdr_src_cache_crypt_tcl,v 1.1 2001/03/17 17:33:19 wilfried Exp $
--- sdr/src/cache_crypt.tcl.orig Thu Feb 25 19:51:09 1999
+++ sdr/src/cache_crypt.tcl Fri Mar 16 20:55:41 2001
@@ -104,8 +104,7 @@ proc write_cache {} {
catch {set ixnames [array names fullix]}
foreach i $ixnames {
if {$ldata($fullix($i),trust) != "sip"} {
- if {$ldata($fullix($i),list) == "norm"} {
-
+ if {[string match *norm $ldata($fullix($i),list)]} {
set filename "$dirname/cache/$fullix($i)"
write_cache_entry $fullix($i) $filename clear
} else {