From owner-freebsd-questions Fri Oct 17 10:55:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA25779 for questions-outgoing; Fri, 17 Oct 1997 10:55:05 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from horst.bfd.com (horst.bfd.com [204.160.242.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA25768 for ; Fri, 17 Oct 1997 10:54:57 -0700 (PDT) (envelope-from ejs@bfd.com) Received: from harlie.bfd.com (bastion.bfd.com [204.160.242.14]) by horst.bfd.com (8.8.5/8.7.3) with SMTP id KAA04607; Fri, 17 Oct 1997 10:54:50 -0700 (PDT) Date: Fri, 17 Oct 1997 10:54:50 -0700 (PDT) From: "Eric J. Schwertfeger" Reply-To: "Eric J. Schwertfeger" To: Doug White cc: Alex Weeks , "'freebsd-questions@freebsd.org'" Subject: Re: Best Checkups (UPS) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 17 Oct 1997, Doug White wrote: > On Thu, 16 Oct 1997, Alex Weeks wrote: > > > Anyone using Best's Fortress UPS and Checkups software with FreeBSD? > > Make sure you're trying to build for a BSD environment. We may need to > port this; is the code publicly available? The fortress comes with three versions of the software. Basic for SVR5, Advanced for SVR4, and Basic for BSD. The Basic software does little more than shut down the computer, and the advanced version has options for monitoring battery condition, etc. The basic version for BSD (checkups.bsd) once renamed to checkups.c, compiles with one warning with the command "cc checkups.c -lcompat" on my 2.2.2 system, though I haven't actually tried running it yet. The comments say that it works for SunOS/Solaris. And unfortunately, the program is considered proprietary, so I don't think we could roll a port.