]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - crypto/openssh/contrib/hpux/egd
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / crypto / openssh / contrib / hpux / egd
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
13 EGD_START=1
14 EGD_ARGS='/etc/opt/egd/entropy'
15 EGD_LOG=