[packages/tmpwatch] globs need escaping in conf too

glen glen at pld-linux.org
Mon Aug 28 13:20:07 CEST 2017


commit a0d53440fa3745a6bb8caf7d09cd4ebf6cfb12bc
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Mon Aug 28 14:19:46 2017 +0300

    globs need escaping in conf too
    
    error: bad time argument /tmp/hsperfdata_www

 tmpwatch.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tmpwatch.conf b/tmpwatch.conf
index 2d2bffb..c37ca4f 100644
--- a/tmpwatch.conf
+++ b/tmpwatch.conf
@@ -12,4 +12,4 @@
 # OPTS is optional and can be any option from tmpwatch(8)
 
 /var/tmp	720
-/tmp		240 -x /tmp/.X11-unix -x /tmp/.XIM-unix -x /tmp/.font-unix -x /tmp/.ICE-unix -x /tmp/.Test-unix -X /tmp/.s.PGSQL.* -X /tmp/hsperfdata_*
+/tmp		240 -x /tmp/.X11-unix -x /tmp/.XIM-unix -x /tmp/.font-unix -x /tmp/.ICE-unix -x /tmp/.Test-unix -X /tmp/.s.PGSQL.\* -X /tmp/hsperfdata_\*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tmpwatch.git/commitdiff/a0d53440fa3745a6bb8caf7d09cd4ebf6cfb12bc



More information about the pld-cvs-commit mailing list