diff options
author | Joel Rosdahl <joel@rosdahl.net> | 2016-07-19 15:33:03 +0200 |
---|---|---|
committer | Joel Rosdahl <joel@rosdahl.net> | 2016-07-19 15:42:56 +0200 |
commit | 189d4d53b47faf2b45f3c81b064ae328a935c002 (patch) | |
tree | cb96f73c6f7f449707e97a78b5aa47822dc17d89 | |
parent | 8e089190c01604cef20f1152a437459d79f1a1a9 (diff) | |
download | miniircd-189d4d53b47faf2b45f3c81b064ae328a935c002.tar.gz miniircd-189d4d53b47faf2b45f3c81b064ae328a935c002.zip |
Update README with latest changes
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -54,13 +54,12 @@ To create a new chroot jail for miniircd, edit the Makefile and change JAILDIR and JAILUSER to suit your needs, then run ``make jail`` as root. If you have a motd file or an SSL pem file, you'll need to put them in the jail as well: - # cp miniircd.pem motd.txt /var/jail/miniircd -Remember to specify the paths for --statedir, --logdir, --motd, and +Remember to specify the paths for --state-dir, --log-dir, --motd and --ssl-pem-file from within the jail, e.g.: - # sudo miniircd --statedir=/ --logdir=/ --motd=/motd.txt --setuid=nobody \ + # miniircd --state-dir=/ --log-dir=/ --motd=/motd.txt --setuid=nobody \ --ssl-pem-file=/miniircd.pem --chroot=/var/jail/miniircd Make sure your jail is writable by whatever user/group you are running the @@ -101,6 +100,7 @@ Contributors ------------ - Alex Wright +- Jan Fuchs - Leandro Lucarella - Martin Maney - Matt Behrens |