[packages/tmpwatch] use single quote escape that actually works

glen glen at pld-linux.org
Fri Sep 1 15:01:11 CEST 2017


commit 0408dc8eed726f7fccac69160b65df4d0d420ad9
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Fri Sep 1 15:42:23 2017 +0300

    use single quote escape that actually works

 tmpwatch.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tmpwatch.conf b/tmpwatch.conf
index c37ca4f..a3c51f8 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_*' -X '/tmp/ssh-*'
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list