rpmsafe: +realpath
[nethome.git] / bin / rpmsafe
1 #! /bin/bash
2 rpm -Vva 2>/dev/null|perl -ne 'BEGIN{use Cwd qw(realpath);}chomp;print realpath($_)."\n" if s/^[.]{7}[.T][.]  [^g] //;'