summaryrefslogtreecommitdiff
path: root/run-parts.8
diff options
context:
space:
mode:
authorClint Adams <schizo@debian.org>2009-08-09 15:18:07 -0400
committerClint Adams <schizo@debian.org>2009-08-09 15:30:54 -0400
commit4931005347d2ee83533b15238f9f3f1cb2c3093a (patch)
tree3b12d786a1b50e6cf8bf964f68675e4614a48cbb /run-parts.8
parentb80726ed5fa0d1d64e10371c1a2b6d43442b84b4 (diff)
downloaddebianutils-4931005347d2ee83533b15238f9f3f1cb2c3093a.tar.gz
run-parts.8: conform man page regex with the actual regex used by run-parts. closes: #536395.
Diffstat (limited to 'run-parts.8')
-rw-r--r--run-parts.810
1 files changed, 5 insertions, 5 deletions
diff --git a/run-parts.8 b/run-parts.8
index 067867b..898b2fd 100644
--- a/run-parts.8
+++ b/run-parts.8
@@ -5,7 +5,7 @@
.\"
.\" This is free software; see the GNU General Public Licence version 2
.\" or later for copying conditions. There is NO warranty.
-.TH RUN\-PARTS 8 "29 Oct 2007" "Debian"
+.TH RUN\-PARTS 8 "9 Aug 2009" "Debian"
.SH NAME
run\-parts \- run scripts or programs in a directory
.SH SYNOPSIS
@@ -27,14 +27,14 @@ 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 upper and lower case letters,
-digits, underscores, and hyphens.
-
+digits, underscores, and 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
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]+$);
-and the Debian cron script namespace (^[a\-z0\-9][a\-z0\-9\-]*$).
+and the Debian cron script namespace (^[a\-zA-Z0\-9_\-]+$).
If the \-\-regex option is given, the names must match the custom
extended regular expression specified as that option's argument.
@@ -120,7 +120,7 @@ Copyright (C) 1996 Jeff Noxon.
.P
Copyright (C) 1996, 1997, 1998 Guy Maor
.P
-Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Clint Adams
+Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Clint Adams
.B run\-parts
is free software; see the GNU General Public License version 2 or