ulog.conf

NAME
SYNOPSIS
DESCRIPTION
FILES
SEE ALSO
AUTHOR

NAME

ulog.conf − ulog configuration file

SYNOPSIS

/etc/ulog.conf or $HOME/.ulogrc

DESCRIPTION

These configuration files enable to set different parameters for the ulog command (see ulog(1)).

Valid entries are:

server host[:port]

set the ulogd server adress and port (tcp). Port is optional as the default port number is tcp/3209. Port names in /etc/services are allowed.

hostdomain domainname

set the virtual domain name. It can be a static string or a computed value, such as:

$nis

for the nis domain name.

$dns[{i[,j]}]

for the dns domain name of the host by using the ’subdomains’ between i and j included, where subdomains are numbered from 0 from the right. Hence, $dns{1,2} of ‘myhost.my.long.domain.net’ is ‘long.domain’.

Defaults to ‘$dns’.

defaultdomain domainname

set the default domain for queries. It can be either a shell pattern, or ‘$hostdomain’ to refer to the host domain name as defined previously. Defaults to ‘$hostdomain’.

group usergroupname login1 login2 ... loginn

define pseudo-groups, a collection of login names. See ‘-ug’ ulog expression.

nickfile filename

set the path to a file containing aliases for login names. See ‘-nick’ ulog expression.

FILES

$HOME/.ulogrc

user configuration file.

/etc/ulog.conf

system configuration file, parsed if no valid entry is found in user configuration file.

The values defined in this file can be overrided by environment variables or command line options. See ulog(1) for further information.

SEE ALSO

ulog(1).

AUTHOR

Hervé Eychenne <rv@fr.alcove.com>