Manpages

NAME

makeavatar − create a mooix avatar for an existing mooix user

SYNOPSIS

makeavatar destdir -u user [-p parent -g gender -n name]

DESCRIPTION

makeavatar creates an avatar object in a given directory and registers it with the mooix sessionmanager. It can be used to add avatars to the moo without the hassle of the built-in registration command.

This command needs to be run as root.

OPTIONS

destdir

The directory to create and put the avatar in. Something like ~user/mooix works well.

--user=user
-u user

The unix user who this avatar is for.

--parent=parent
-p parent

The directory of the object to be the parent of the new avatar. The default is the value of $PARENTAVATAR in /etc/mooix.conf.

--gender=gender
-g gender

The gender of the avatar, eg, "male" or "female". Default is neuter.

--name=name
-n name

The name of the avatar. Defaults to the unix username.

SEE ALSO

mooix(7)

AUTHOR

Joey Hess <joey [AT] mooix.net>