Re: logging for package installs

2003-07-04 Thread Adam Heath
On Thu, 3 Jul 2003, Joey Hess wrote: > #!/bin/sh > if [ "$1" = configure ] && grep -q evil /etc/myconfig; then > dpkg-log --priority=critical \ >--warning=$"/etc/myconfig has evil in it! See README.Debian!" > elsif [ "$phase_of_moon" = full ]; then > dpkg-log --priority

Re: logging for package installs

2003-07-04 Thread Wouter Verhelst
Op do 03-07-2003, om 23:38 schreef Joey Hess: > Maybe this is a good time to present this idea I've been kicking around, > but never really got anywhere with, for as long as I've been working on > debconf. My idea is to add an abstraction layer for package install-related > logging in debian. Why

Re: logging for package installs

2003-07-04 Thread Joey Hess
Martin Quinson wrote: > I want to help on this, please keep me informed ! Don't get the wrong idea: I just wanted to get the idea out there. I think if I was going to implement this I would have already, since I've had the idea in my head for several years. I hope someone will take it and run with

Re: logging for package installs

2003-07-04 Thread Martin Quinson
On Thu, Jul 03, 2003 at 05:38:46PM -0400, Joey Hess wrote: > Maybe this is a good time to present this idea I've been kicking around, > but never really got anywhere with, for as long as I've been working on > debconf. My idea is to add an abstraction layer for package install-related > logging in