adduser.local, deluser.local - hook for local actions in adduser and deluser
Contents
Description
adduser.local and deluser.local can be placed by the local admin into /usr/local/sbin and will be called
by adduser and deluser respectively in order to do locally relevant setup and cleanup actions.
The hooks are called while the adduser/deluser lock is active. They must therefore not call back to
adduser/deluser themselves.
Environment
VERBOSE
0 if --quiet is specified
1 if neither --quiet nor --debug is specified
2 if --debug is specified
Name
adduser.local, deluser.local - hook for local actions in adduser and deluser
Return Value
Return values from the hooks are ignored.
See Also
adduser.conf(5), deluser.conf(5), adduser(8), deluser(8), groupadd(8), useradd(8), usermod(8), Debian Policy 9.2.2. Debian GNU/Linux ADDUSER(8)
Synopsis
adduser.local [username] [uid] [gid] [home-directory]
deluser.local [username] [uid] [gid] [home-directory]
