summaryrefslogtreecommitdiff
path: root/puppet/modules/obfsproxy
diff options
context:
space:
mode:
authorirregulator <irregulator@riseup.net>2014-05-22 20:47:23 +0300
committerelijah <elijah@riseup.net>2014-07-01 16:05:41 -0700
commitf4b56483c6e80774f746cd1fbf7d92573dd0f51d (patch)
tree792f0e47a993ba8101d1aa50ec1893c55fc811c8 /puppet/modules/obfsproxy
parentf8694b037dfd22382dc2abd8afefd947d3531974 (diff)
Remove commented lines from init script status section
Diffstat (limited to 'puppet/modules/obfsproxy')
-rwxr-xr-xpuppet/modules/obfsproxy/files/obfsproxy_init7
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)