summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-11-06 23:01:42 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-11-06 23:01:42 +0000
commit670589571e3bb2706c6eaae0a3b966f6e4124355 (patch)
tree2c425d0d126d24042f90985c378875e4751ebb52 /init.d
parentf6c3896087a364e7cabe791640a50c675fc9ca4a (diff)
downloadopenrc-670589571e3bb2706c6eaae0a3b966f6e4124355.tar.gz
openrc-670589571e3bb2706c6eaae0a3b966f6e4124355.tar.bz2
openrc-670589571e3bb2706c6eaae0a3b966f6e4124355.tar.xz
init.d/bootmisc: Another instance of the same pattern matching case.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'init.d')
-rw-r--r--init.d/bootmisc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in
index 695e450..a96236a 100644
--- a/init.d/bootmisc.in
+++ b/init.d/bootmisc.in
@@ -29,7 +29,7 @@ cleanup_tmp_dir()
# Faster than raw find
if ! rm -rf -- [!ajlq\.]* 2>/dev/null ; then
# Blah, too many files
- find . -maxdepth 1 -name '[^ajlq\.]*' -exec rm -rf -- {} +
+ find . -maxdepth 1 -name '[!ajlq\.]*' -exec rm -rf -- {} +
fi
# pam_mktemp creates a .private directory within which