From 8a13a92467de7df6d84bb682d15c550592ed59f8 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Tue, 11 May 1999 10:10:39 +0000 Subject: [PATCH] Change the INIT_PATH option example to use colons instead of semi-colons (per rev 1.122 of sys/kern/init_main.c). --- sys/conf/NOTES | 4 ++-- sys/i386/conf/LINT | 4 ++-- sys/i386/conf/NOTES | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index fe9778b7a2ab..978f2f731fd4 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.595 1999/05/09 16:45:56 phk Exp $ +# $Id: LINT,v 1.596 1999/05/09 22:26:10 peter Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -2129,5 +2129,5 @@ options ULPT_DEBUG # Embedded system options: # # An embedded system might want to run something other than init. -options INIT_PATH="/sbin/init;/stand/sysinstall" +options INIT_PATH="/sbin/init:/stand/sysinstall" diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index fe9778b7a2ab..978f2f731fd4 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.595 1999/05/09 16:45:56 phk Exp $ +# $Id: LINT,v 1.596 1999/05/09 22:26:10 peter Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -2129,5 +2129,5 @@ options ULPT_DEBUG # Embedded system options: # # An embedded system might want to run something other than init. -options INIT_PATH="/sbin/init;/stand/sysinstall" +options INIT_PATH="/sbin/init:/stand/sysinstall" diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index fe9778b7a2ab..978f2f731fd4 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.595 1999/05/09 16:45:56 phk Exp $ +# $Id: LINT,v 1.596 1999/05/09 22:26:10 peter Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -2129,5 +2129,5 @@ options ULPT_DEBUG # Embedded system options: # # An embedded system might want to run something other than init. -options INIT_PATH="/sbin/init;/stand/sysinstall" +options INIT_PATH="/sbin/init:/stand/sysinstall"