summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormason <mason>2000-10-07 16:19:17 +0000
committermason <mason>2000-10-07 16:19:17 +0000
commitcfea419679f2d3a5ab83a6f39e7a35985f8222ba (patch)
treee915eed934efbd8c675ce8bf033627f9c422b703
parent82eca47ab5bec84bbe045bb3f83b988ed9c78ddb (diff)
downloadpkgsrc-cfea419679f2d3a5ab83a6f39e7a35985f8222ba.tar.gz
Fix obvious typo which breaks startup.
-rw-r--r--sysutils/apcupsd/files/apcupsd4
1 files 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