diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-09-17 10:13:51 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-09-17 10:13:51 +0000 |
commit | 2ecdf738637234c1120f1e9fecaa141a54177acc (patch) | |
tree | 1a14db8f6a2c7838e95f3c6e48bef23f54a4557d /distrib | |
parent | cf71ef9f0ed709ccbed3d80160a2c425826dc0f1 (diff) |
update list file paths
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/notes/alpha/features | 4 | ||||
-rw-r--r-- | distrib/notes/amd64/features | 4 | ||||
-rw-r--r-- | distrib/notes/hppa/features | 4 | ||||
-rw-r--r-- | distrib/notes/i386/features | 4 | ||||
-rw-r--r-- | distrib/notes/sparc64/features | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/distrib/notes/alpha/features b/distrib/notes/alpha/features index 454d615b942..1c6f9449c51 100644 --- a/distrib/notes/alpha/features +++ b/distrib/notes/alpha/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.5 2023/10/05 11:58:34 kn Exp $ +dnl $OpenBSD: features,v 1.6 2024/09/17 10:13:50 jsg Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -6,7 +6,7 @@ dnl dnl Information about the installer script features should be in sync with dnl src/distrib/alpha/common/install.md dnl and the list files in -dnl src/distrib/alpha/{common/list,bsd.rd/list.local} +dnl src/distrib/alpha/miniroot/list dnl dnl ==== dnl diff --git a/distrib/notes/amd64/features b/distrib/notes/amd64/features index 7bd8e2a69f7..9a1e4bcab54 100644 --- a/distrib/notes/amd64/features +++ b/distrib/notes/amd64/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.4 2023/10/05 11:58:34 kn Exp $ +dnl $OpenBSD: features,v 1.5 2024/09/17 10:13:50 jsg Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -6,7 +6,7 @@ dnl dnl Information about the installer script features should be in sync with dnl src/distrib/amd64/common/install.md dnl and the list files in -dnl src/distrib/amd64/{common/list,ramdisk_cd/list.local} +dnl src/distrib/amd64/{ramdiskA,ramdisk_cd}/list dnl dnl ==== dnl diff --git a/distrib/notes/hppa/features b/distrib/notes/hppa/features index d9a9ac57a4c..87739fd1d8f 100644 --- a/distrib/notes/hppa/features +++ b/distrib/notes/hppa/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.7 2023/10/05 11:58:34 kn Exp $ +dnl $OpenBSD: features,v 1.8 2024/09/17 10:13:50 jsg Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -6,7 +6,7 @@ dnl dnl Information about the installer script features should be in sync with dnl src/distrib/hppa/install.md dnl and the list files in -dnl src/distrib/hppa/{list,ramdisk/list.local} +dnl src/distrib/hppa/ramdisk/list dnl dnl ==== dnl diff --git a/distrib/notes/i386/features b/distrib/notes/i386/features index b040b20d08b..69dead7651a 100644 --- a/distrib/notes/i386/features +++ b/distrib/notes/i386/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.4 2023/10/05 11:58:34 kn Exp $ +dnl $OpenBSD: features,v 1.5 2024/09/17 10:13:50 jsg Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -6,7 +6,7 @@ dnl dnl Information about the installer script features should be in sync with dnl src/distrib/i386/common/install.md dnl and the list files in -dnl src/distrib/i386/{common/list,ramdiskC/list.local,ramdisk_cd/list.local} +dnl src/distrib/i386/{ramdisk,ramdisk_cd}/list dnl dnl ==== dnl diff --git a/distrib/notes/sparc64/features b/distrib/notes/sparc64/features index 6cf7c6c007b..9d1d24ea91c 100644 --- a/distrib/notes/sparc64/features +++ b/distrib/notes/sparc64/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.5 2023/10/05 11:58:35 kn Exp $ +dnl $OpenBSD: features,v 1.6 2024/09/17 10:13:50 jsg Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -6,7 +6,7 @@ dnl dnl Information about the installer script features should be in sync with dnl src/distrib/sparc64/common/install.md dnl and the list files in -dnl src/distrib/sparc64/{bsd.rd,ramdisk,ramdiskB}/list +dnl src/distrib/sparc64/{miniroot,ramdisk,ramdiskB}/list dnl dnl ==== dnl |