diff options
author | Andrew Gaffney <agaffney@gentoo.org> | 2008-01-05 05:05:20 +0000 |
---|---|---|
committer | Andrew Gaffney <agaffney@gentoo.org> | 2008-01-05 05:05:20 +0000 |
commit | 1cf821f1dbe1a5fd28d24dc5b49efb082309259a (patch) | |
tree | 059bd3de9914ff7905931e67180238e4af59582b | |
parent | move bits of the server communication into Scire.pm (diff) | |
download | scire-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
-rwxr-xr-x | client/scireclient.pl | 1 |
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(); |