projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeb1f32
)
s/Preform/Perform/ Thanks to exg for reporting.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 24 Jun 2006 18:01:50 +0000
(18:01 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 24 Jun 2006 18:01:50 +0000
(18:01 -0000)
svn path=/main/trunk/; revision=3642
bin/misc-functions.sh
patch
|
blob
|
history
diff --git
a/bin/misc-functions.sh
b/bin/misc-functions.sh
index f6f0b12402faf5376423e7074ea3e83b166bcee9..b4cd730409b3868bcbd33cc9446b919bda36339d 100755
(executable)
--- a/
bin/misc-functions.sh
+++ b/
bin/misc-functions.sh
@@
-283,7
+283,7
@@
preinst_suid_scan() {
# total suid control.
if hasq suidctl $FEATURES; then
sfconf=/etc/portage/suidctl.conf
- vecho ">>> P
re
forming suid scan in ${IMAGE}"
+ vecho ">>> P
er
forming suid scan in ${IMAGE}"
for i in $(find ${IMAGE}/ -type f \( -perm -4000 -o -perm -2000 \) ); do
if [ -s "${sfconf}" ]; then
suid="$(grep ^${i/${IMAGE}/}$ ${sfconf})"