Stig Sandbeck Mathisen <[email protected]> writes: > The "deluser" command is in the non-essential "adduser" package. The > "puppet" package assumes this is present on install and purge, which > may not be the case. > > I've attached a patch to fix this by: > > * Moving adduser from Depends: to Pre-Depends
This requires debian-devel discussion and approval. Why is puppet calling adduser in preinst anyway? Usually this can be done in postinst. > * Checking if "userdel" and "groupdel" is available during purge, and > only removing users if they are. Yup, this is the right solution. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

