Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/etc Pull up revision 1.52 (requested by abs in ticket #...



details:   https://anonhg.NetBSD.org/src/rev/aa9b63bf51d3
branches:  netbsd-1-6
changeset: 529481:aa9b63bf51d3
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Nov 24 15:42:37 2002 +0000

description:
Pull up revision 1.52 (requested by abs in ticket #732):
Append ' - see rc.conf(5)' to unset variable warning:
        /etc/rc.d/fu: WARNING: $fu is not set properly - see rc.conf(5).
Add a note to rc.conf that third party packages may test for additional
variables.

diffstat:

 etc/rc.subr |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bbf1a6778d75 -r aa9b63bf51d3 etc/rc.subr
--- a/etc/rc.subr       Sun Nov 24 15:38:39 2002 +0000
+++ b/etc/rc.subr       Sun Nov 24 15:42:37 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rc.subr,v 1.49.2.1 2002/07/29 14:44:01 lukem Exp $
+# $NetBSD: rc.subr,v 1.49.2.2 2002/11/24 15:42:37 tron Exp $
 #
 # Copyright (c) 1997-2002 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -62,7 +62,7 @@
                return 1
                ;;
        *)
-               warn "\$${1} is not set properly."
+               warn "\$${1} is not set properly - see rc.conf(5)."
                return 1
                ;;
        esac



Home | Main Index | Thread Index | Old Index