diff options
author | irregulator <irregulator@riseup.net> | 2014-05-22 20:47:23 +0300 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-07-01 16:05:41 -0700 |
commit | f4b56483c6e80774f746cd1fbf7d92573dd0f51d (patch) | |
tree | 792f0e47a993ba8101d1aa50ec1893c55fc811c8 /puppet/modules/obfsproxy | |
parent | f8694b037dfd22382dc2abd8afefd947d3531974 (diff) |
Remove commented lines from init script status section
Diffstat (limited to 'puppet/modules/obfsproxy')
-rwxr-xr-x | puppet/modules/obfsproxy/files/obfsproxy_init | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/puppet/modules/obfsproxy/files/obfsproxy_init b/puppet/modules/obfsproxy/files/obfsproxy_init index 2496bba7..5223ec9d 100755 --- a/puppet/modules/obfsproxy/files/obfsproxy_init +++ b/puppet/modules/obfsproxy/files/obfsproxy_init @@ -76,13 +76,6 @@ case $1 in $0 stop && sleep 2 && $0 start ;; status) -# if [ -e $PIDFILE ]; then -# #status_of_proc -p $PIDFILE $DAEMON "$NAME " && exit 0 || exit $? -# status_obfsproxy -# else -# log_daemon_msg "$NAME is not running" -# log_end_msg 0 -# fi status_obfsproxy ;; reload) |