summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2008-01-05 05:05:20 +0000
committerAndrew Gaffney <agaffney@gentoo.org>2008-01-05 05:05:20 +0000
commit1cf821f1dbe1a5fd28d24dc5b49efb082309259a (patch)
tree059bd3de9914ff7905931e67180238e4af59582b /client
parentmove bits of the server communication into Scire.pm (diff)
downloadscire-1cf821f1dbe1a5fd28d24dc5b49efb082309259a.tar.gz
scire-1cf821f1dbe1a5fd28d24dc5b49efb082309259a.tar.bz2
scire-1cf821f1dbe1a5fd28d24dc5b49efb082309259a.zip
don't need SERVER_STDIN and SERVER_STDOUT here
svn path=/branches/new-fu/; revision=325
Diffstat (limited to 'client')
-rwxr-xr-xclient/scireclient.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/scireclient.pl b/client/scireclient.pl
index 0925f07..05d2340 100755
--- a/client/scireclient.pl
+++ b/client/scireclient.pl
@@ -14,7 +14,6 @@ use Sys::Hostname;
my $ETC_DIR = "/etc/scire";
my $SCIRE_CONFIG_FILE = "${ETC_DIR}/scire.conf";
my %conf;
-my ($SERVER_STDOUT, $SERVER_STDIN);
my $comm;
run_main();