Guido G�nther dixit: >On squeeze the adduser call is idempotent: > ># adduser --quiet --group --system --no-create-home ais ; echo $? >0 ># adduser --quiet --group --system --no-create-home ais ; echo $? >0 > >So I figure this is a request to make the package work on Lenny?
Hm, I wonder. Either that, or the first adduser was called without --system (which, *if* I remember correctly, was the case judging by the UID I’ve seen on my cow-orker’s display). Seems like a case for reassigning to adduser, then… bye, //mirabilos -- FWIW, I'm quite impressed with mksh interactively. I thought it was much *much* more bare bones. But it turns out it beats the living hell out of ksh93 in that respect. I'd even consider it for my daily use if I hadn't wasted half my life on my zsh setup. :-) -- Frank Terbeck in #!/bin/mksh -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

