diff --git a/shadowsocks-go b/shadowsocks-go index 9518f71..9dac3e8 100644 --- a/shadowsocks-go +++ b/shadowsocks-go @@ -4,7 +4,7 @@ #==================================================================== # Run level information: # chkconfig: 2345 99 99 -# Description: lightweight secured scoks5 proxy +# Description: lightweight secured socks5 proxy # processname: shadowsocks-server # Run "/sbin/chkconfig --add shadowsocks" to add the Run levels. #==================================================================== diff --git a/shadowsocks-libev b/shadowsocks-libev index 7536379..0827604 100644 --- a/shadowsocks-libev +++ b/shadowsocks-libev @@ -1,14 +1,13 @@ #!/bin/bash # # Script to run Shadowsocks in daemon mode at boot time. -# ScriptAuthor: icyboy -# Revision 1.0 - 14th Sep 2013 +# Revision 1.0 #==================================================================== # Run level information: # chkconfig: 2345 99 99 -# Description: lightweight secured scoks5 proxy +# Description: lightweight secured socks5 proxy # processname: ss-server -# Author: Max Lv ; +# Author: Teddysun # Run "/sbin/chkconfig --add shadowsocks" to add the Run levels. #====================================================================