This one time, at band camp, Jochen Friedrich said:
> Hi Lucas,
> 
> > adduser is not essential, you must depend on it.
> 
> Yes, i know. And snmpd already does depend on adduser:

It doesn't guarantee it's availability in --purge, though.  Just wrap
the calls in 
if [ -x /usr/sbin/deluser ]; then
  ....
else
  echo "Can't remove $user"
fi

etc.

Take care,
-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        [EMAIL PROTECTED] |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature

Reply via email to