Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc back out change that makes onestart work, to be committe...
details: https://anonhg.NetBSD.org/src/rev/9f01209160a6
branches: trunk
changeset: 778668:9f01209160a6
user: christos <christos%NetBSD.org@localhost>
date: Sat Apr 07 17:28:44 2012 +0000
description:
back out change that makes onestart work, to be committed at some other time.
diffstat:
etc/rc.subr | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 8654d05f1aa5 -r 9f01209160a6 etc/rc.subr
--- a/etc/rc.subr Sat Apr 07 17:27:25 2012 +0000
+++ b/etc/rc.subr Sat Apr 07 17:28:44 2012 +0000
@@ -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 @@
#
checkyesno()
{
- case $_rc_prefix in
- one) eval \$${1}=YES; return 0;;
- esac
eval _value=\$${1}
case $_value in
Home |
Main Index |
Thread Index |
Old Index