From a64487d5db57b9e281a5953b082618d2c1fca8a4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 13 Jan 2013 17:32:58 -0200 Subject: Removing old scripts and cleaning up some code --- misc/xfeast | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 misc/xfeast (limited to 'misc/xfeast') diff --git a/misc/xfeast b/misc/xfeast deleted file mode 100755 index 8a8504a..0000000 --- a/misc/xfeast +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash -# -# xfeast: execute silc gateway -# - -pid="$HOME/tmp/silc.pid" -if [[ -f "$pid" ]]; then - if `ps $pid | grep -q $pid`; then - kill `cat $pid` - fi - rm $pid -fi -netcat -l -p 1706 -e "/usr/bin/feast .feast.conf" & -echo "$!" > $pid -trap "kill `cat $pid`" 2 15 -- cgit v1.2.3