Subject: misc/3295: config.old(8): zombie sightings
To: None <gnats-bugs@gnats.netbsd.org>
From: Klaus Klein <kleink@layla.inka.de>
List: netbsd-bugs
Date: 03/05/1997 23:01:01
>Number: 3295
>Category: misc
>Synopsis: config.old(8): zombie sightings
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: misc-bug-people (Misc Bug People)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Mar 6 00:05:01 1997
>Last-Modified:
>Originator: Klaus Klein
>Organization:
Software Undertakers, Inc.
>Release: 970305
>Environment:
System: NetBSD layla.inka.de 1.2C NetBSD 1.2C (LAYLA) #121: Wed Mar 5 19:18:47 CET 1997 kleink@layla.inka.de:/array4/sys/arch/i386/compile/LAYLA i386
>Description:
Just some hp300 config.old(8) -> config(8) conversion leftovers.
>How-To-Repeat:
>Fix:
Index: src/distrib/notes/INSTALL
===================================================================
RCS file: /array3/cvsroot/netbsd/src/distrib/notes/INSTALL,v
retrieving revision 1.1.1.1
diff -b -c -r1.1.1.1 INSTALL
*** src/distrib/notes/INSTALL 1996/12/20 13:14:50 1.1.1.1
--- src/distrib/notes/INSTALL 1997/03/05 21:33:01
***************
*** 177,183 ****
[ 7.1M gzipped, 30.4M uncompressed ]
ksrc12 This set contains the sources to the NetBSD 1.2
! kernel, config(8), config.old(8) and dbsym(8).
[ 6.0M gzipped, 27.0M uncompressed ]
ssrc12 This set contains the "share" sources, which include
--- 177,183 ----
[ 7.1M gzipped, 30.4M uncompressed ]
ksrc12 This set contains the sources to the NetBSD 1.2
! kernel, config(8) and dbsym(8).
[ 6.0M gzipped, 27.0M uncompressed ]
ssrc12 This set contains the "share" sources, which include
Index: src/distrib/sets/makesrctars
===================================================================
RCS file: /array3/cvsroot/netbsd/src/distrib/sets/makesrctars,v
retrieving revision 1.1.1.2
diff -b -c -r1.1.1.2 makesrctars
*** src/distrib/sets/makesrctars 1997/02/21 16:13:41 1.1.1.2
--- src/distrib/sets/makesrctars 1997/03/05 21:33:01
***************
*** 34,40 ****
\! \( \( -path ./gnu -o -path ./share -o -path ./domestic \) -prune \) \
\! \( -path ./sys -prune \) \
\! \( -path ./usr.sbin/config -prune \) \
- \! \( -path ./usr.sbin/config.old -prune \) \
\! \( -path ./usr.sbin/dbsym -prune \) \
\! \( -name CVS -prune \) \! \( -name obj -prune \) -print | \
sort | pax -wv -d -s'|^./|./usr/src/|' | gzip | \
--- 34,39 ----
***************
*** 51,57 ****
chmod 444 ${DESTDIR}/gsrc${RELEASE}/*
mkdir ${DESTDIR}/ksrc${RELEASE}
! find sys usr.sbin/config usr.sbin/config.old usr.sbin/dbsym \
\! \( -name CVS -prune \) \! \( -name obj -prune \) -print | \
sort | pax -wv -d -s'|^|./usr/src/|' | gzip | \
split -b ${SPLITSIZE} - ${DESTDIR}/ksrc${RELEASE}/ksrc${RELEASE}.
--- 50,56 ----
chmod 444 ${DESTDIR}/gsrc${RELEASE}/*
mkdir ${DESTDIR}/ksrc${RELEASE}
! find sys usr.sbin/config usr.sbin/dbsym \
\! \( -name CVS -prune \) \! \( -name obj -prune \) -print | \
sort | pax -wv -d -s'|^|./usr/src/|' | gzip | \
split -b ${SPLITSIZE} - ${DESTDIR}/ksrc${RELEASE}/ksrc${RELEASE}.
Index: src/distrib/sets/lists/comp/md.hp300
===================================================================
RCS file: /array3/cvsroot/netbsd/src/distrib/sets/lists/comp/md.hp300,v
retrieving revision 1.1.1.2
diff -b -c -r1.1.1.2 md.hp300
*** src/distrib/sets/lists/comp/md.hp300 1997/01/10 17:30:53 1.1.1.2
--- src/distrib/sets/lists/comp/md.hp300 1997/03/05 21:33:01
***************
*** 72,75 ****
./usr/lib/libwrap_pic.a
./usr/lib/libz_pic.a
./usr/lib/scrt0.o
- ./usr/sbin/config.old
--- 72,74 ----
Index: src/distrib/sets/lists/man/md.hp300
===================================================================
RCS file: /array3/cvsroot/netbsd/src/distrib/sets/lists/man/md.hp300,v
retrieving revision 1.1.1.1
diff -b -c -r1.1.1.1 md.hp300
*** src/distrib/sets/lists/man/md.hp300 1996/12/20 13:15:01 1.1.1.1
--- src/distrib/sets/lists/man/md.hp300 1997/03/05 21:33:01
***************
*** 6,9 ****
./usr/share/man/cat3/dlsym.0
./usr/share/man/cat3/dlctl.0
./usr/share/man/cat3/dlerror.0
- ./usr/share/man/cat8/config.old.0
--- 6,8 ----
Index: src/etc/etc.hp300/Makefile.inc
===================================================================
RCS file: /array3/cvsroot/netbsd/src/etc/etc.hp300/Makefile.inc,v
retrieving revision 1.1.1.1
diff -b -c -r1.1.1.1 Makefile.inc
*** src/etc/etc.hp300/Makefile.inc 1996/12/20 13:15:19 1.1.1.1
--- src/etc/etc.hp300/Makefile.inc 1997/03/05 21:33:01
***************
*** 6,19 ****
snap_md: netbsd-gen.gz netbsd-dl.gz
netbsd-gen:
! cd ${.CURDIR}/../sys/arch/hp300/conf && config.old GENERIC
cd ${.CURDIR}/../sys/arch/hp300/compile/GENERIC && \
make clean && make depend && make
cp ${.CURDIR}/../sys/arch/hp300/compile/GENERIC/netbsd \
${DESTDIR}/snapshot/netbsd-gen
netbsd-dl:
! cd ${.CURDIR}/../sys/arch/hp300/conf && config.old DISKLESS
cd ${.CURDIR}/../sys/arch/hp300/compile/DISKLESS && \
make clean && make depend && make
cp ${.CURDIR}/../sys/arch/hp300/compile/DISKLESS/netbsd \
--- 6,19 ----
snap_md: netbsd-gen.gz netbsd-dl.gz
netbsd-gen:
! cd ${.CURDIR}/../sys/arch/hp300/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/hp300/compile/GENERIC && \
make clean && make depend && make
cp ${.CURDIR}/../sys/arch/hp300/compile/GENERIC/netbsd \
${DESTDIR}/snapshot/netbsd-gen
netbsd-dl:
! cd ${.CURDIR}/../sys/arch/hp300/conf && config DISKLESS
cd ${.CURDIR}/../sys/arch/hp300/compile/DISKLESS && \
make clean && make depend && make
cp ${.CURDIR}/../sys/arch/hp300/compile/DISKLESS/netbsd \
Index: src/share/man/man4/ccd.4
===================================================================
RCS file: /array3/cvsroot/netbsd/src/share/man/man4/ccd.4,v
retrieving revision 1.1.1.2
diff -b -c -r1.1.1.2 ccd.4
*** src/share/man/man4/ccd.4 1997/01/10 18:03:27 1.1.1.2
--- src/share/man/man4/ccd.4 1997/03/05 21:33:01
***************
*** 148,154 ****
.Xr MAKEDEV 8 ,
.Xr ccdconfig 8 ,
.Xr config 8 ,
- .Xr config.old 8 ,
.Xr fsck 8 ,
.Xr mount 8 ,
.Xr newfs 8 .
--- 148,153 ----
Index: src/share/man/man4/vnd.4
===================================================================
RCS file: /array3/cvsroot/netbsd/src/share/man/man4/vnd.4,v
retrieving revision 1.1.1.1
diff -b -c -r1.1.1.1 vnd.4
*** src/share/man/man4/vnd.4 1996/12/20 13:23:20 1.1.1.1
--- src/share/man/man4/vnd.4 1997/03/05 21:33:01
***************
*** 80,86 ****
.Sh SEE ALSO
.Xr MAKEDEV 8 ,
.Xr config 8 ,
- .Xr config.old 8 ,
.Xr fsck 8 ,
.Xr mount 8 ,
.Xr newfs 8 ,
--- 80,85 ----
>Audit-Trail:
>Unformatted: