From 4b26a132b6f576269ff5aae2ffafaa59b82bd017 Mon Sep 17 00:00:00 2001 From: Mac Newbold Date: Thu, 3 Apr 2003 20:35:06 +0000 Subject: [PATCH] Remove webidlecheck, since it no longer gets used. Removal of idlecheck forthcoming, along with addition of idletimes, idlemail, and webidlemail. --- configure | 2 +- configure.in | 2 +- tbsetup/GNUmakefile.in | 2 +- tbsetup/webidlecheck.in | 27 --------------------------- 4 files changed, 3 insertions(+), 30 deletions(-) delete mode 100644 tbsetup/webidlecheck.in diff --git a/configure b/configure index db05c1aed..64e15e837 100755 --- a/configure +++ b/configure @@ -1381,7 +1381,7 @@ outfiles="$outfiles Makeconf GNUmakefile \ tbsetup/webmkproj tbsetup/mkproj tbsetup/libtestbed.pm \ tbsetup/portstats tbsetup/vnode_setup tbsetup/staticroutes \ tbsetup/console_setup.proxy tbsetup/exports_setup.proxy \ - tbsetup/checkports tbsetup/webidlecheck tbsetup/webnodereboot \ + tbsetup/checkports tbsetup/webnodereboot \ tbsetup/sfskey_update tbsetup/sfskey_update.proxy \ tip/GNUmakefile \ tmcd/GNUmakefile tmcd/freebsd/GNUmakefile tmcd/openbsd/GNUmakefile \ diff --git a/configure.in b/configure.in index ba3813277..e3aa6f04d 100755 --- a/configure.in +++ b/configure.in @@ -424,7 +424,7 @@ outfiles="$outfiles Makeconf GNUmakefile \ tbsetup/webmkproj tbsetup/mkproj tbsetup/libtestbed.pm \ tbsetup/portstats tbsetup/vnode_setup tbsetup/staticroutes \ tbsetup/console_setup.proxy tbsetup/exports_setup.proxy \ - tbsetup/checkports tbsetup/webidlecheck tbsetup/webnodereboot \ + tbsetup/checkports tbsetup/webnodereboot \ tbsetup/sfskey_update tbsetup/sfskey_update.proxy \ tip/GNUmakefile \ tmcd/GNUmakefile tmcd/freebsd/GNUmakefile tmcd/openbsd/GNUmakefile \ diff --git a/tbsetup/GNUmakefile.in b/tbsetup/GNUmakefile.in index 15fdd44eb..b32f866b6 100644 --- a/tbsetup/GNUmakefile.in +++ b/tbsetup/GNUmakefile.in @@ -39,7 +39,7 @@ LIBEXEC_STUFF = rmproj wanlinksolve wanlinkinfo \ webrmgroup webswapexp webnodecontrol \ webmkgroup websetgroups webmkproj \ spewlogfile staticroutes routecalc wanassign \ - webidlecheck webnodereboot webrmuser + webnodereboot webrmuser LIB_STUFF = libtbsetup.pm exitonwarn.pm libtestbed.pm snmpit_intel.pm \ snmpit_cisco.pm snmpit_lib.pm snmpit_apc.pm power_rpc27.pm \ diff --git a/tbsetup/webidlecheck.in b/tbsetup/webidlecheck.in deleted file mode 100644 index 4dd67a1d3..000000000 --- a/tbsetup/webidlecheck.in +++ /dev/null @@ -1,27 +0,0 @@ -#!/usr/bin/perl -w - -# -# EMULAB-COPYRIGHT -# Copyright (c) 2000-2002 University of Utah and the Flux Group. -# All rights reserved. -# - -use English; - - -# This gets invoked from the Web interface. Simply a wrapper ... -# -# usage: webidlecheck arguments ... -# - -# -# Configure variables -# -my $TB = "@prefix@"; - -# -# Run the real thing, and never return. -# -exec "$TB/bin/idlecheck", @ARGV; - -die("webidlecheck: Could not exec idlecheck: $!"); -- GitLab