summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/debianutils/ChangeLog6
-rw-r--r--sys-apps/debianutils/files/debianutils-3.4.2-no-bs-namespace.patch19
2 files changed, 22 insertions, 3 deletions
diff --git a/sys-apps/debianutils/ChangeLog b/sys-apps/debianutils/ChangeLog
index b66b0abeac62..808be302bce7 100644
--- a/sys-apps/debianutils/ChangeLog
+++ b/sys-apps/debianutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/debianutils
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.149 2010/11/15 19:40:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.150 2010/11/15 19:50:15 jer Exp $
+
+ 15 Nov 2010; Jeroen Roovers <jer@gentoo.org>
+ files/debianutils-3.4.2-no-bs-namespace.patch:
+ Readd run-parts man page patch.
*debianutils-3.4.2 (15 Nov 2010)
diff --git a/sys-apps/debianutils/files/debianutils-3.4.2-no-bs-namespace.patch b/sys-apps/debianutils/files/debianutils-3.4.2-no-bs-namespace.patch
index 4bc2ce2aa779..94a84b8fb9cd 100644
--- a/sys-apps/debianutils/files/debianutils-3.4.2-no-bs-namespace.patch
+++ b/sys-apps/debianutils/files/debianutils-3.4.2-no-bs-namespace.patch
@@ -1,7 +1,22 @@
Allow dots in the names, bug #95173. Patch by Kerin Millar.
-Re-sourced for 3.4.2 since the man page has now been corrected but not the
-regex itself (dot files are still OK upstream?) - jer
+Re-sourced for 3.4.2
+--- a/run-parts.8
++++ b/run-parts.8
+@@ -25,9 +25,10 @@
+ .IR directory .
+ Other files and directories are silently ignored.
+
+-If neither the \-\-lsbsysinit option nor the \-\-regex option is given
+-then the names must consist entirely of ASCII upper- and lower-case
+-letters, ASCII digits, ASCII underscores, and ASCII minus-hyphens.
++If neither the \-\-lsbsysinit option nor the \-\-regex option is given then the
++names must consist entirely of ASCII upper- and lower-case letters, ASCII
++digits, ASCII underscores, and ASCII minus-hyphens. However, the name must not
++begin with a period.
+
+ 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
--- a/run-parts.c
+++ b/run-parts.c
@@ -501,7 +501,7 @@