From cfea419679f2d3a5ab83a6f39e7a35985f8222ba Mon Sep 17 00:00:00 2001 From: mason Date: Sat, 7 Oct 2000 16:19:17 +0000 Subject: Fix obvious typo which breaks startup. --- sysutils/apcupsd/files/apcupsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/apcupsd/files/apcupsd b/sysutils/apcupsd/files/apcupsd index f8f9c75ea40..8665a16d4f1 100644 --- a/sysutils/apcupsd/files/apcupsd +++ b/sysutils/apcupsd/files/apcupsd @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: apcupsd,v 1.1 2000/08/05 07:31:16 jlam Exp $ +# $NetBSD: apcupsd,v 1.2 2000/10/07 16:19:17 mason Exp $ # # PROVIDE: apcupsd # REQUIRE: DAEMON @@ -39,5 +39,5 @@ status) echo "${name} is not running." fi ;; -esac) +esac exit 0 -- cgit v1.2.3