Package: procps Version: 1:3.2.7-7 Hello,
the new procps starts shipping /etc/sysctl.d and within that directory
another directory /etc/sysctl.d/*.conf - while the former looks
intentional, the latter is hardly intentional, it does more look like
some bash-induced scripting issue in package build: while decent shells
tend to generate "no match" errors on constructs like
for i in *.nonexistent; do echo "$i"; done
bash tends to use the un-expanded value instead:
bash$ for i in *.nonexistent; do echo "$i"; done
*.nonexistent
bash$
regards
Mario
--
To err is human. To really foul things up requires a computer.
signature.asc
Description: Digital signature

