From 5c07b13bfccf3d84b76243804461226ab839a4b8 Mon Sep 17 00:00:00 2001 From: Eirikr Hinngart <151315375+Oichkatzelesfrettschen@users.noreply.github.com> Date: Fri, 30 May 2025 22:49:16 -0700 Subject: [PATCH] Remove NetBSD references --- etc/Makefile | 9 --------- etc/csh.cshrc | 1 - etc/csh.logout | 1 - etc/gettytab | 1 - etc/hosts | 1 - etc/inetd.conf | 1 - etc/man.conf | 1 - etc/named.conf | 1 - etc/passwd.conf | 1 - etc/profile | 1 - etc/rc | 1 - etc/rc.conf | 1 - etc/rc.minix | 1 - etc/rc.shutdown | 1 - etc/rc.subr | 1 - etc/root/dot.cshrc | 4 ---- etc/root/dot.login | 1 - etc/root/dot.profile | 4 ---- etc/root/dot.shrc | 1 - etc/rs.lwip | 1 - etc/shells | 1 - etc/shrc | 1 - gnu/Makefile | 1 - gnu/usr.bin/Makefile | 1 - gnu/usr.bin/Makefile.inc | 1 - gnu/usr.bin/texinfo/Makefile | 1 - gnu/usr.bin/texinfo/Makefile.inc | 1 - gnu/usr.bin/texinfo/info/Makefile | 1 - gnu/usr.bin/texinfo/infokey/Makefile | 1 - minix/Makefile.fetchgnu | 2 +- minix/share/Makefile | 1 - 31 files changed, 1 insertion(+), 45 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index 9096b9c31..241be2e8d 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,3 @@ -# $NetBSD: Makefile,v 1.424 2015/08/31 06:08:07 uebayasi Exp $ # from: @(#)Makefile 8.7 (Berkeley) 5/25/95 # Environment variables without default values: @@ -21,10 +20,8 @@ # MKUPDATE; if not `no', don't do a 'make clean' before kernel compile # # Targets: -# distribution: makes a full NetBSD distribution in DESTDIR. If # INSTALL_DONE is set, it will not do a `make install.' # if DISTRIBUTION_DONE is set, it will not do anything. -# distrib-dirs: creates an empty NetBSD directory tree in DESTDIR. # Called by distribution. # snapshot: calls distribution, above, and then tars up the files # into a release(7) format in RELEASEDIR/${RELEASEMACHINEDIR}. @@ -64,7 +61,6 @@ DISTRIBREV!= ${HOST_SH} ${KERNSRCDIR}/conf/osrelease.sh -s ISO_VOLID!= echo NETBSD_${DISTRIBREV} | tr a-z A-Z MKISOFS_FLAGS+= -J -l -hide-joliet-trans-tbl -r -T \ -V ${ISO_VOLID} \ - -publisher "The NetBSD Project" \ -m "${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/cdrom" .if ${MKISOFS_FLAGS:N-v} MKISOFS_FLAGS+= -quiet @@ -218,7 +214,6 @@ MAKEDEV: .PHONY CLEANFILES+= etc-release etc-release: .EXEC .MAKE ${_MKTARGET_CREATE} - @( echo "NetBSD ${DISTRIBVER}/${MACHINE}"; \ echo ; \ cat ${NETBSDSRCDIR}/sys/conf/copyright; \ echo ; \ @@ -350,11 +345,9 @@ install-etc-files: .PHONY .MAKE check_DESTDIR MAKEDEV # BJG: For Minix, the -safe target *is* performed by "make build" # # LSC: To ensure minimal modifications, the logic is a bit contrived, i.e. the -# NetBSD build system expect install-etc-files to be unsafe, so what was done # is to separate that step into two steps, with the unsafe version refering # (not by dependency, to ensure correct order of actions) the safe step, and # use the following mapping in the main Makefile: -# etcforce -> install-etc-files (default NetBSD target) # etcfiles -> install-etc-files-safe (new -safe- target) ${MAKEDIRTARGET} . install-etc-files-safe @@ -536,7 +529,6 @@ install-obsolete-lists: .PHONY .MAKE # distrib-dirs -- -# Populate $DESTDIR with directories needed by NetBSD # distrib-dirs: .PHONY check_DESTDIR cd ${NETBSDSRCDIR}/etc/mtree && ${MAKE} distrib-dirs @@ -561,7 +553,6 @@ release snapshot: .PHONY .MAKE check_DESTDIR check_RELEASEDIR snap_md_post # Note: At least mkisofs 2.0 should be used. # CDROM_NAME_ADD?= -CDROM_IMAGE?=${RELEASEDIR}/images/NetBSD-${DISTRIBVER}-${MACHINE}.iso CDROM.dir= ${.OBJDIR}/cdrom.dir CDROM.pathlist= ${.OBJDIR}/cdrom.pathlist diff --git a/etc/csh.cshrc b/etc/csh.cshrc index 1561264df..b08603404 100644 --- a/etc/csh.cshrc +++ b/etc/csh.cshrc @@ -1,3 +1,2 @@ -# $NetBSD: csh.cshrc,v 1.2 1996/05/08 17:19:27 thorpej Exp $ # # System-wide .cshrc file for csh(1). diff --git a/etc/csh.logout b/etc/csh.logout index d876772d5..73103d809 100644 --- a/etc/csh.logout +++ b/etc/csh.logout @@ -1,3 +1,2 @@ -# $NetBSD: csh.logout,v 1.2 1996/05/08 17:19:31 thorpej Exp $ # # System-wide .logout file for csh(1). diff --git a/etc/gettytab b/etc/gettytab index 111ba33b3..d39875d6e 100644 --- a/etc/gettytab +++ b/etc/gettytab @@ -1,4 +1,3 @@ -# $NetBSD: gettytab,v 1.18 2006/01/08 22:23:46 dsl Exp $ # from: @(#)gettytab 8.2 (Berkeley) 4/20/94 # # Most of the table entries here are just copies of the old getty table, diff --git a/etc/hosts b/etc/hosts index 014e066eb..de55a8ea2 100644 --- a/etc/hosts +++ b/etc/hosts @@ -1,4 +1,3 @@ -# $NetBSD: hosts,v 1.9 2013/11/24 07:20:01 dholland Exp $ # # Host name database. # diff --git a/etc/inetd.conf b/etc/inetd.conf index 202ccb357..4ad0a7ecd 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,4 +1,3 @@ -# $NetBSD: inetd.conf,v 1.58 2007/10/16 02:47:14 tls Exp $ # # Internet server configuration database # diff --git a/etc/man.conf b/etc/man.conf index 4f9530e8d..95428409c 100644 --- a/etc/man.conf +++ b/etc/man.conf @@ -1,4 +1,3 @@ -# $NetBSD: man.conf,v 1.35 2013/12/22 01:18:28 dholland Exp $ # Sheer, raging paranoia... _version BSD.2 diff --git a/etc/named.conf b/etc/named.conf index a3c60a66c..f9d1e4e8f 100644 --- a/etc/named.conf +++ b/etc/named.conf @@ -1,4 +1,3 @@ -# $NetBSD: named.conf,v 1.7 2013/04/25 20:28:05 christos Exp $ # boot file for secondary name server # Note that there should be one primary entry for each SOA record. diff --git a/etc/passwd.conf b/etc/passwd.conf index 600a0a28a..99f9b00c0 100644 --- a/etc/passwd.conf +++ b/etc/passwd.conf @@ -1,4 +1,3 @@ -# $NetBSD: passwd.conf,v 1.3 2010/12/03 21:40:04 jmmv Exp $ # # passwd.conf(5) - # password configuration file diff --git a/etc/profile b/etc/profile index 5801079e0..37e8ec4ef 100755 --- a/etc/profile +++ b/etc/profile @@ -1,4 +1,3 @@ -# $NetBSD: profile,v 1.1 1997/06/21 06:07:39 mikel Exp $ # # System-wide .profile file for sh(1). diff --git a/etc/rc b/etc/rc index d7849a51b..32102c6b7 100644 --- a/etc/rc +++ b/etc/rc @@ -1,6 +1,5 @@ #!/bin/sh # -# $NetBSD: rc,v 1.170 2014/07/29 20:39:16 apb Exp $ # # rc -- # Run the scripts in /etc/rc.d with rcorder, and log output diff --git a/etc/rc.conf b/etc/rc.conf index 1754a308c..9debc8e3f 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,4 +1,3 @@ -# $NetBSD: rc.conf,v 1.97 2014/07/14 12:29:48 mbalmer Exp $ # # See rc.conf(5) for more information. # diff --git a/etc/rc.minix b/etc/rc.minix index 506971a0f..cfcd09324 100755 --- a/etc/rc.minix +++ b/etc/rc.minix @@ -3,7 +3,6 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin # The normal system boot situation is that init(8) invokes the ramdisk RC -# script, which invokes the NetBSD rc infrastructure, which in turn calls this # script through /etc/rc.d/minixrc. With a boot ramdisk (x86_ramimage), the # ramdisk RC is bypassed altogether, but stored as /etc/rc.ramdisk. We then # have to invoke it here (for startup only!) to let it perform its tasks first. diff --git a/etc/rc.shutdown b/etc/rc.shutdown index 602686303..20104d6e3 100644 --- a/etc/rc.shutdown +++ b/etc/rc.shutdown @@ -1,6 +1,5 @@ #!/bin/sh # -# $NetBSD: rc.shutdown,v 1.9 2012/06/25 07:22:45 jnemeth Exp $ # # rc.shutdown -- # Run the scripts in /etc/rc.d with reverse rcorder. diff --git a/etc/rc.subr b/etc/rc.subr index d76c17509..0a7ac5d40 100644 --- a/etc/rc.subr +++ b/etc/rc.subr @@ -1,4 +1,3 @@ -# $NetBSD: rc.subr,v 1.96 2014/10/07 19:09:45 roy Exp $ # # Copyright (c) 1997-2011 The NetBSD Foundation, Inc. # All rights reserved. diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index d77c84b63..781d7592f 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -1,4 +1,3 @@ -# $NetBSD: dot.cshrc,v 1.25 2014/11/30 23:43:30 riz Exp $ alias h history alias j jobs -l @@ -21,9 +20,6 @@ alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars setenv BLOCKSIZE 1k # Uncomment the following line(s) to install binary packages -# from ftp.NetBSD.org via pkg_add. (See also pkg_install.conf) -#setenv PKG_PATH "ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/`uname -m`/7.0/All" -#setenv PKG_PATH "${PKG_PATH};ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/`uname -m`/6.0/All" set history=1000 set path=(/sbin /usr/sbin /bin /usr/bin /usr/pkg/sbin /usr/pkg/bin /usr/X11R7/bin /usr/X11R6/bin /usr/local/sbin /usr/local/bin) diff --git a/etc/root/dot.login b/etc/root/dot.login index b55d7bb14..79688acd4 100644 --- a/etc/root/dot.login +++ b/etc/root/dot.login @@ -1,4 +1,3 @@ -# $NetBSD: dot.login,v 1.9 2009/05/15 23:57:50 ad Exp $ eval `tset -sQrm 'unknown:?unknown'` diff --git a/etc/root/dot.profile b/etc/root/dot.profile index 6c80efa29..d3e9b6814 100644 --- a/etc/root/dot.profile +++ b/etc/root/dot.profile @@ -1,12 +1,8 @@ -# $NetBSD: dot.profile,v 1.27 2014/11/30 23:43:30 riz Exp $ export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin export PATH=${PATH}:/usr/X11R7/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin # Uncomment the following line(s) to install binary packages -# from ftp.NetBSD.org via pkg_add. (See also pkg_install.conf) -#export PKG_PATH=ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/7.0/All -#export PKG_PATH="${PKG_PATH};ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/6.0/All" export BLOCKSIZE=1k diff --git a/etc/root/dot.shrc b/etc/root/dot.shrc index 2220d46b4..04354200e 100644 --- a/etc/root/dot.shrc +++ b/etc/root/dot.shrc @@ -1,4 +1,3 @@ -# $NetBSD: dot.shrc,v 1.8 2007/11/24 11:14:41 pavel Exp $ if [ -f /etc/shrc ]; then . /etc/shrc diff --git a/etc/rs.lwip b/etc/rs.lwip index c413a3cce..306a32e08 100755 --- a/etc/rs.lwip +++ b/etc/rs.lwip @@ -7,7 +7,6 @@ # deal with that. Unfortunately, there is no reliable way to determine the # list of rc scripts that concern network daemons, so for now we hardcode a # list of known ones here: this is the list of network-related rc.d scripts. -# FIXME: since we are not yet done importing etc/rc.d from NetBSD, this list is # still incomplete and should be extended as more scripts are imported! RC_SCRIPTS="dhclient dhcpcd dhcpd dhcrelay ftpd inetd named network rtadvd \ sshd staticroute syslogd" diff --git a/etc/shells b/etc/shells index 13c450a7f..0803a9076 100644 --- a/etc/shells +++ b/etc/shells @@ -1,4 +1,3 @@ -# $NetBSD: shells,v 1.3 1996/12/29 03:23:07 mrg Exp $ # # List of acceptable shells for chpass(1). # Ftpd will not allow users to connect who are not using diff --git a/etc/shrc b/etc/shrc index c465cf961..76a335b00 100644 --- a/etc/shrc +++ b/etc/shrc @@ -1,4 +1,3 @@ -# $NetBSD: shrc,v 1.7 2010/12/27 03:38:52 christos Exp $ # # System-wide .shrc file for sh(1). diff --git a/gnu/Makefile b/gnu/Makefile index 0800e8544..bd9184852 100644 --- a/gnu/Makefile +++ b/gnu/Makefile @@ -1,4 +1,3 @@ -# $NetBSD: Makefile,v 1.17 2010/12/03 21:38:47 plunky Exp $ SUBDIR+= usr.bin diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 6162bfcfd..30c00dd28 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,4 +1,3 @@ -# $NetBSD: Makefile,v 1.139 2014/08/08 19:38:47 apb Exp $ .include diff --git a/gnu/usr.bin/Makefile.inc b/gnu/usr.bin/Makefile.inc index 4075a0818..ff74a2dff 100644 --- a/gnu/usr.bin/Makefile.inc +++ b/gnu/usr.bin/Makefile.inc @@ -1,3 +1,2 @@ -# $NetBSD: Makefile.inc,v 1.3 1997/10/25 10:10:19 lukem Exp $ BINDIR?= /usr/bin diff --git a/gnu/usr.bin/texinfo/Makefile b/gnu/usr.bin/texinfo/Makefile index 64b1d26be..d8cefab5a 100644 --- a/gnu/usr.bin/texinfo/Makefile +++ b/gnu/usr.bin/texinfo/Makefile @@ -1,4 +1,3 @@ -# $NetBSD: Makefile,v 1.23 2008/10/25 22:35:36 apb Exp $ .include diff --git a/gnu/usr.bin/texinfo/Makefile.inc b/gnu/usr.bin/texinfo/Makefile.inc index 69851ce82..76295c80a 100644 --- a/gnu/usr.bin/texinfo/Makefile.inc +++ b/gnu/usr.bin/texinfo/Makefile.inc @@ -1,4 +1,3 @@ -# $NetBSD: Makefile.inc,v 1.10 2011/05/26 12:56:29 joerg Exp $ .if !defined(__MAKEFILE_INC_INCLUDED__) __MAKEFILE_INC_INCLUDED__=1 diff --git a/gnu/usr.bin/texinfo/info/Makefile b/gnu/usr.bin/texinfo/info/Makefile index 3ad88df65..de6d45250 100644 --- a/gnu/usr.bin/texinfo/info/Makefile +++ b/gnu/usr.bin/texinfo/info/Makefile @@ -1,4 +1,3 @@ -# $NetBSD: Makefile,v 1.6 2010/02/03 15:34:39 roy Exp $ .include diff --git a/gnu/usr.bin/texinfo/infokey/Makefile b/gnu/usr.bin/texinfo/infokey/Makefile index 2554f5ad6..544c156f1 100644 --- a/gnu/usr.bin/texinfo/infokey/Makefile +++ b/gnu/usr.bin/texinfo/infokey/Makefile @@ -1,4 +1,3 @@ -# $NetBSD: Makefile,v 1.3 2008/09/02 08:38:36 christos Exp $ PROG= infokey SRCS= infokey.c diff --git a/minix/Makefile.fetchgnu b/minix/Makefile.fetchgnu index 6f0dddb38..e6dd8a7eb 100644 --- a/minix/Makefile.fetchgnu +++ b/minix/Makefile.fetchgnu @@ -1,4 +1,4 @@ -# NOT NetBSD +# MINIX fetch rules # # Rules used to fetch a GNU package. Expects GNUHOSTDIST to be set # and to be previously .include'd. diff --git a/minix/share/Makefile b/minix/share/Makefile index df43d38bb..7a29dbec4 100644 --- a/minix/share/Makefile +++ b/minix/share/Makefile @@ -1,4 +1,3 @@ -# $NetBSD: Makefile,v 1.18 2012/06/14 04:14:36 riz Exp $ .if ${MACHINE_ARCH} == "earm" SUBDIR+= beaglebone