summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgtools/rc.subr/Makefile4
-rw-r--r--pkgtools/rc.subr/files/rc.subr8
2 files changed, 3 insertions, 9 deletions
diff --git a/pkgtools/rc.subr/Makefile b/pkgtools/rc.subr/Makefile
index 4cee53789d9..446d0030a70 100644
--- a/pkgtools/rc.subr/Makefile
+++ b/pkgtools/rc.subr/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2003/06/28 07:15:27 grant Exp $
+# $NetBSD: Makefile,v 1.5 2003/07/06 20:40:35 grant Exp $
#
-DISTNAME= rc.subr-20030627
+DISTNAME= rc.subr-20030706
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/pkgtools/rc.subr/files/rc.subr b/pkgtools/rc.subr/files/rc.subr
index a8b496474ab..6dc5038fcaf 100644
--- a/pkgtools/rc.subr/files/rc.subr
+++ b/pkgtools/rc.subr/files/rc.subr
@@ -1,4 +1,4 @@
-# $NetBSD: rc.subr,v 1.3 2003/06/28 07:15:28 grant Exp $
+# $NetBSD: rc.subr,v 1.4 2003/07/06 20:40:34 grant Exp $
#
# Copyright (c) 1997-2002 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -38,12 +38,6 @@
# functions used by various rc scripts
#
-if ${_rc_subr_loaded:-false}; then
- return
-else
- _rc_subr_loaded=true
-fi
-
# global variables
# ----------------