Commit ce7c5b1ba2808da9786ed7cb01608388af5f758b
Merge pull request #41 from gapato/patch-1
Fix typo for CentOS install instructions in READMEyrutschle committed on 2/4/2015, 1:00:12 PM
Parent: 88af6ebaeee9772d6ce2f947e2d2f66da7d5d739
Parent: 21552fc176db7b1dfd3c430f62b8ec1670fdab42
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -101,9 +101,9 @@ | ||
101 | 101 | cp scripts/etc.init.d.sslh /etc/init.d/sslh |
102 | 102 | |
103 | 103 | * For CentOS: |
104 | 104 | |
105 | - cp scripts/etc.rc.d.init.d.sslh /etc/rc.d/init.d/sslh | |
105 | + cp scripts/etc.rc.d.init.d.sslh.centos /etc/rc.d/init.d/sslh | |
106 | 106 | |
107 | 107 | |
108 | 108 | You might need to create links in /etc/rc<x>.d so that the server |
109 | 109 | start automatically at boot-up, e.g. under Debian: |
Built with git-ssb-web