static int
init(void)
{
	snomask_modes['j'] = find_snomask_slot();

	return 0;
}
Example #2
0
static int
_modinit(void)
{
	/* add the snomask to the available slot */
	snomask_modes['l'] = find_snomask_slot();

	return 0;
}
Example #3
0
static int
_modinit(void)
{
	/* add the snomask to the available slot */
	snomask_modes['F'] = find_snomask_slot();

	/* show the fact that we are showing user information in /version */
	opers_see_all_users = true;

	return 0;
}
Example #4
0
static void
fini(void)
{
    snomask_modes['W'] = find_snomask_slot();
}