apg/apg.xinetd
Oliver Falk ac64c6fcd9 Update of apg from v2.2.3 to 2.3.0b
Specfile changelog:
Mon Apr 11 2005 Oliver Falk <oliver@linux-kernel.at> - 2.3.0b-1
- Merge FC devel specfile with lkernAT specfile (=> update)
- Has now support for xinetd
2005-04-11 12:34:19 +00:00

12 lines
349 B
Text

# default: off
# description: A password generator
service pwdgen
{
disable = yes
socket_type = stream
wait = no
user = root
server = /usr/sbin/apgd
server_args = -M sncl -EO -a 0 -r /usr/share/dict/words -m 8 -x 8 -t
log_on_failure += USERID
}