Gott_in_schwarz
ar0
Das wäre ja bugreport-material.In den man-pages stand zwar nichts drin zu den namen (außer im falle von speziellen modi)
Bie mir steht:
Code:
RUN-PARTS(8) RUN-PARTS(8)
NAME
run-parts - run scripts or programs in a directory
SYNOPSIS
run-parts [--test] [--verbose] [--report] [--lsbsysinit] [--umask=umask] [--arg=argument]
[--exit-on-error] [--help] [--version] [--list] [--reverse] [--] DIRECTORY
run-parts -V
DESCRIPTION
run-parts runs all the executable files named within constraints described below, found in directory
directory. Other files and directories are silently ignored.
If the --lsbsysinit option is not given then the names must consist entirely of upper and lower case
letters, 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-]*$).
Code:
If the --lsbsysinit option is not given then the names must consist entirely of upper and lower case letters, digits, underscores, and hyphens.