diff options
author | Rob Austein <sra@hactrn.net> | 2009-10-13 22:31:03 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-10-13 22:31:03 +0000 |
commit | 1b72e3dc18a50ef6891afa71cb5eb3438e76fbbb (patch) | |
tree | 3f49cd1d0ebde6c2cf0d81ac2675a0fd26bd2ff7 /myrpki/README | |
parent | d57b2d6e46ac0b1400e3a38c408b2d3bdeb1b306 (diff) |
Rewrite start-servers as a Python script
svn path=/myrpki/README; revision=2822
Diffstat (limited to 'myrpki/README')
-rw-r--r-- | myrpki/README | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/myrpki/README b/myrpki/README index 11057577..b8547822 100644 --- a/myrpki/README +++ b/myrpki/README @@ -289,7 +289,7 @@ The [current] steps are: rsyncd for other purposes. See the rsync(1) and rsyncd.conf(5) manual pages for more details. -8) Start the daemons. You can use $top/myrpki/start-servers.sh to do +8) Start the daemons. You can use $top/myrpki/start-servers.py to do this, or write your own script. If you intend to run pubd, you should make sure that the directory @@ -297,10 +297,6 @@ The [current] steps are: is writable by the userid that will be running pubd, and should also make sure to start rsyncd. - [start-servers.sh should be replaced by a python script that - understands myprki.conf so that it can figure out whether to run - pubd and rootd from the config file.] - 9) Run myirbe.py again, twice, this time with no arguments. $ python $top/myrpki/myirbe.py |