Sophie

Sophie

distrib > Mageia > 4 > i586 > media > core-release-src > by-pkgid > 232e963018a86d220a2d83cdf7de9a3d > files > 3

run-parts-4.4-2.mga4.src.rpm

Index: run-parts.8
===================================================================
--- run-parts.8
+++ run-parts.8	2012-01-30 00:02:49.726946871 +0100
@@ -30,7 +30,7 @@
 letters, ASCII digits, ASCII underscores, and ASCII minus-hyphens.
 
 If the \-\-lsbsysinit option is given, then the names must not end
-in .dpkg\-old  or .dpkg\-dist or .dpkg\-new or .dpkg\-tmp, and must
+in .rpmsave or .rpmnew, and must
 belong to one or more of the following namespaces: the
 LANANA-assigned namespace (^[a\-z0\-9]+$); the LSB hierarchical and
 reserved namespaces (^_?([a\-z0\-9_.]+\-)+[a\-z0\-9]+$);
Index: run-parts.c
===================================================================
--- run-parts.c
+++ run-parts.c	2012-01-30 00:03:30.439437896 +0100
@@ -556,7 +556,7 @@
                     REG_EXTENDED | REG_NOSUB)) != 0)
             pt_regex = &hierre;
 
-        else if ( (err = regcomp(&excsre, "^[a-z0-9-].*dpkg-(old|dist|new|tmp)$",
+        else if ( (err = regcomp(&excsre, "^[a-z0-9-].*rpm(save|new)$",
                     REG_EXTENDED | REG_NOSUB)) != 0)
             pt_regex = &excsre;