Bug#285390: ubuntu udev patch

2005-03-22 Thread Clint Adams
> I do not care at all about posh, sorry. You've made that abundantly clear. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#285390: ubuntu udev patch

2005-03-22 Thread Marco d'Itri
On Mar 22, Clint Adams <[EMAIL PROTECTED]> wrote: > I'll bitch pre-emptively that > +if [ ! -f "$OLDCONFFILE" -o -f "$NEWCONFFILE" ]; then > > in the patch should be > > +if [ ! -f "$OLDCONFFILE" ] || [ -f "$NEWCONFFILE" ]; then I do not care at all about posh, sorry. -- ciao, Marco

Bug#285390: ubuntu udev patch

2005-03-22 Thread Clint Adams
I'll bitch pre-emptively that +if [ ! -f "$OLDCONFFILE" -o -f "$NEWCONFFILE" ]; then in the patch should be +if [ ! -f "$OLDCONFFILE" ] || [ -f "$NEWCONFFILE" ]; then -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]