From c35db3b760a4c8c2a1e0b417775745762ca27f41 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Sat, 17 Jan 2015 18:30:07 +0800 Subject: [PATCH] Fix a spell problem --- shadowsocks-go | 2 +- shadowsocks-libev | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) 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. #====================================================================