]> andersk Git - gssapi-openssh.git/blame - openssh/contrib/hpux/egd
Release new patch.
[gssapi-openssh.git] / openssh / contrib / hpux / egd
CommitLineData
3c0ef626 1# EGD_START: Set to 1 to start entropy gathering daemon
2# EGD_ARGS: Command line arguments to pass to egd
3# EGD_LOG: EGD stdout and stderr log file (default /etc/opt/egd/egd.log)
4#
5# To configure the egd environment:
6
7# groupadd egd
8# useradd -g egd egd
9# mkdir -p /etc/opt/egd
10# chown egd:egd /etc/opt/egd
11# chmod 711 /etc/opt/egd
12
13EGD_START=1
14EGD_ARGS='/etc/opt/egd/entropy'
15EGD_LOG=
This page took 0.197868 seconds and 5 git commands to generate.