Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 129515 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/sbin/dispatch-conf.orig (-1 / +1 lines)
Lines 19-25 Link Here
19
19
20
import portage, dispatch_conf
20
import portage, dispatch_conf
21
21
22
FIND_EXTANT_CONFIGS  = "find %s/ -iname '._cfg????_*' | sed -e 's://:/:g'"
22
FIND_EXTANT_CONFIGS  = "find -L %s/ -iname '._cfg????_*' -exec readlink -q -f '{}' ';' | uniq | sed -e 's://:/:g'"
23
DIFF_CONTENTS        = 'diff -Nu %s %s'
23
DIFF_CONTENTS        = 'diff -Nu %s %s'
24
DIFF_CVS_INTERP      = 'diff -Nu %s %s | grep "^[+-][^+-]" | grep -v "# .Header:.*"'
24
DIFF_CVS_INTERP      = 'diff -Nu %s %s | grep "^[+-][^+-]" | grep -v "# .Header:.*"'
25
DIFF_WSCOMMENTS      = 'diff -Nu %s %s | grep "^[+-][^+-]" | grep -v "^[-+]#" | grep -v "^[-+][:space:]*$"'
25
DIFF_WSCOMMENTS      = 'diff -Nu %s %s | grep "^[+-][^+-]" | grep -v "^[-+]#" | grep -v "^[-+][:space:]*$"'

Return to bug 129515