]> err.no Git - varnish/commitdiff
Document purge_url / purge_hash
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 10 Aug 2007 09:36:42 +0000 (09:36 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 10 Aug 2007 09:36:42 +0000 (09:36 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1827 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_vcc.c
varnish-cache/man/vcl.7

index a210de2e3e3de828c10aa284715069b49e475469..b25c2b8de4ac29a18a26e5e4234001fa4d7b3cb0 100644 (file)
@@ -182,7 +182,7 @@ mgt_CallCc(const char *source, struct vsb *sb)
        len = snprintf(buf, sizeof buf,
             "ln -f %s _.c ;"                   /* XXX: for debugging */
 #ifdef __APPLE__
-           "exec cc -dynamiclib -Wl,-flat_namespace,-undefined,suppress -o %s -x c - < %s 2>&1",
+           "exec cc -dynamiclib -Wl,-undefined,dynamic_lookup -o %s -x c - < %s 2>&1",
 #else
            "exec cc -fpic -shared -Wl,-x -o %s -x c - < %s 2>&1",
 #endif
index 0b386729e1d0a6a4e46cff9d961547c8b678723c..996c0d34ee07daa87a1cc74580ebaa99355e8c9b 100644 (file)
@@ -28,7 +28,7 @@
 .\"
 .\" $Id$
 .\"
-.Dd August 3, 2007
+.Dd August 10, 2007
 .Dt VCL 7
 .Os
 .Sh NAME
@@ -136,8 +136,11 @@ is replaced with the entire matched string, and
 is replaced with the contents of subgroup
 .Ar n
 in the matched string.
-.It Fn purge "regex"
-Purge all objects in cache matching 
+.It Fn purge_hash "regex"
+Purge all objects in cache whose hash strings match
+.Fa regex .
+.It Fn purge_url "regex"
+Purge all objects in cache whose URLs match
 .Fa regex .
 .El
 .Ss Subroutines