Module Name: src
Committed By: christos
Date: Sat Apr 7 17:28:44 UTC 2012
Modified Files:
src/etc: rc.subr
Log Message:
back out change that makes onestart work, to be committed at some other time.
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/etc/rc.subr
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/rc.subr
diff -u src/etc/rc.subr:1.90 src/etc/rc.subr:1.91
--- src/etc/rc.subr:1.90 Sat Apr 7 13:22:10 2012
+++ src/etc/rc.subr Sat Apr 7 13:28:44 2012
@@ -1,4 +1,4 @@
-# $NetBSD: rc.subr,v 1.90 2012/04/07 17:22:10 christos Exp $
+# $NetBSD: rc.subr,v 1.91 2012/04/07 17:28:44 christos Exp $
#
# Copyright (c) 1997-2011 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -47,9 +47,6 @@ nl='
#
checkyesno()
{
- case $_rc_prefix in
- one) eval \$${1}=YES; return 0;;
- esac
eval _value=\$${1}
case $_value in