[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Accepted coreutils 5.0.90-1 (i386 source all)



On Wed, Aug 13, 2003 at 05:38:47PM +0200, Josip Rodin wrote:
 > On Tue, Aug 12, 2003 at 11:54:57PM -0400, Joey Hess wrote:
 > > I find 62 instances in the p* scripts on my system[1],
 > > [1] grep -h chown /var/lib/dpkg/info/*.p* |grep -v '[:(]' |wc -l
 > 
 > That also counts those that don't attach a group, though.
 > 
 > % grep -Eh 'chown +[^.: ]+\.[^:. ]+' /var/lib/dpkg/info/*.p* | wc -l
 >      40

 Hmm...

cd /var/lib/dpkg/info;
grep -El '\bchown[[:space:]]+[^:.[:space:]]*\.[^:.[:space:]]*' *.p* |
sed -e 's,\.[a-z]\+$,,' |
sort -u |
while read p ; do
    grep-available -s Package,Priority -PX $p
done

Package: at
Priority: important

Package: base-files
Priority: required

Package: bsdgames
Priority: optional

Package: libc6
Priority: required

Package: makedev
Priority: required

Package: mixmaster
Priority: optional

Package: moon-buggy
Priority: optional

Package: pidentd
Priority: standard

Package: slrn
Priority: optional

Package: sudo
Priority: optional

Package: sysklogd
Priority: important

Package: tcpd
Priority: important

Package: telnetd
Priority: optional

 aaaaaah... the warm and fuzzy feeling of essential stuff failing in the
 configuration scripts.

 Is the lintian lab up to date?  It'd be better if we can check this now
 before it breaks instead of getting a ton of bug reports when it does.

-- 
Marcelo



Reply to: