~ubuntu-branches/ubuntu/dapper/openssh/dapper

« back to all changes in this revision

Viewing changes to contrib/hpux/egd

  • Committer: Bazaar Package Importer
  • Author(s): Noah Meyerhans
  • Date: 2006-10-31 17:53:38 UTC
  • Revision ID: james.westby@ubuntu.com-20061031175338-kh299ada2qc2kzlb
Tags: upstream-3.8.1p1
ImportĀ upstreamĀ versionĀ 3.8.1p1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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=