projects
/
sudo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0d0e1b
)
Add support for RHEL 6 file modes that include a trailing dot on files with an SELinu...
author
Todd C. Miller
<Todd.Miller@courtesan.com>
Wed, 24 Nov 2010 16:23:08 +0000
(11:23 -0500)
committer
Todd C. Miller
<Todd.Miller@courtesan.com>
Wed, 24 Nov 2010 16:23:08 +0000
(11:23 -0500)
pp
patch
|
blob
|
history
diff --git
a/pp
b/pp
index af42adda19082a698c9f59c1de51bd952b7b8c6a..96e7a785557bfd941789df3c5dfa4cb50b9317c7 100755
(executable)
--- a/
pp
+++ b/
pp
@@
-1,6
+1,6
@@
#!/bin/sh
# (c) 2010 Quest Software, Inc. All rights reserved
-pp_revision="29
7
"
+pp_revision="29
8
"
# Copyright 2010 Quest Software, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@
-438,7
+438,7
@@
pp_unique () {
pp_mode_strip_altaccess () {
case "$1" in
- ??????????
+
)
+ ??????????
[+.]
)
echo `echo "$1" | cut -b -10`;;
*)
echo "$1";;