Package: ucf Version: 2.007 Severity: wishlist Please add an option to ucf that allows listing of all ucf-managed files that are currently associated with a package. This way, postrm can easily purge by using a loop like
UCF="ucf" for file in $($UCF --listfiles $PKGNAME); do rm -f $file $UCF $file done Greetings Marc -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]