diff options
| author | Eric Andersen <andersen@codepoet.org> | 2001-10-24 05:00:29 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2001-10-24 05:00:29 +0000 |
| commit | bdfd0d78bc44e73d693510e70087857785b3b521 (patch) | |
| tree | 153a573095afac8d8d0ea857759ecabd77fb28b7 /examples | |
| parent | 9260fc5552a3ee52eb95823aa6689d52a1ffd33c (diff) | |
| download | busybox-w32-bdfd0d78bc44e73d693510e70087857785b3b521.tar.gz busybox-w32-bdfd0d78bc44e73d693510e70087857785b3b521.tar.bz2 busybox-w32-bdfd0d78bc44e73d693510e70087857785b3b521.zip | |
Major rework of the directory structure and the entire build system.
-Erik
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/inittab | 4 | ||||
| -rw-r--r-- | examples/kernel-patches/devps.patch.9_25_2000 | 12 | ||||
| -rwxr-xr-x | examples/mk2knr.pl | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/examples/inittab b/examples/inittab index 8e7e945b3..45f5a61fe 100644 --- a/examples/inittab +++ b/examples/inittab | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # /etc/inittab init(8) configuration for BusyBox | 1 | # /etc/inittab init(8) configuration for BusyBox |
| 2 | # | 2 | # |
| 3 | # Copyright (C) 1999 by Lineo, inc. Written by Erik Andersen | 3 | # Copyright (C) 1999 by Lineo, inc. and Erik Andersen |
| 4 | # <andersen@lineo.com>, <andersee@debian.org> | 4 | # Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> |
| 5 | # | 5 | # |
| 6 | # | 6 | # |
| 7 | # Note, BusyBox init doesn't support runlevels. The runlevels field is | 7 | # Note, BusyBox init doesn't support runlevels. The runlevels field is |
diff --git a/examples/kernel-patches/devps.patch.9_25_2000 b/examples/kernel-patches/devps.patch.9_25_2000 index d74a26a99..086205cf2 100644 --- a/examples/kernel-patches/devps.patch.9_25_2000 +++ b/examples/kernel-patches/devps.patch.9_25_2000 | |||
| @@ -44,7 +44,7 @@ diff -urN --exclude=.version --exclude=.config* --exclude=.*depend linux-2.2.18- | |||
| 44 | +/* | 44 | +/* |
| 45 | + * linux/drivers/char/devmtab.c | 45 | + * linux/drivers/char/devmtab.c |
| 46 | + * | 46 | + * |
| 47 | + * Copyright (C) 2000 Erik Andersen <andersee@debian.org> | 47 | + * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> |
| 48 | + * | 48 | + * |
| 49 | + * May be copied or modified under the terms of the GNU General Public License. | 49 | + * May be copied or modified under the terms of the GNU General Public License. |
| 50 | + * See linux/COPYING for more information. | 50 | + * See linux/COPYING for more information. |
| @@ -343,7 +343,7 @@ diff -urN --exclude=.version --exclude=.config* --exclude=.*depend linux-2.2.18- | |||
| 343 | +/* | 343 | +/* |
| 344 | + * linux/drivers/char/devps.c | 344 | + * linux/drivers/char/devps.c |
| 345 | + * | 345 | + * |
| 346 | + * Copyright (C) 2000 Erik Andersen <andersee@debian.org> | 346 | + * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> |
| 347 | + * | 347 | + * |
| 348 | + * May be copied or modified under the terms of the GNU General Public License. | 348 | + * May be copied or modified under the terms of the GNU General Public License. |
| 349 | + * See linux/COPYING for more information. | 349 | + * See linux/COPYING for more information. |
| @@ -900,7 +900,7 @@ diff -urN --exclude=.version --exclude=.config* --exclude=.*depend linux-2.2.18- | |||
| 900 | + * devmtab tester | 900 | + * devmtab tester |
| 901 | + * | 901 | + * |
| 902 | + * | 902 | + * |
| 903 | + * Copyright (C) 2000 by Erik Andersen <andersee@debian.org> | 903 | + * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> |
| 904 | + * | 904 | + * |
| 905 | + * This program is free software; you can redistribute it and/or modify | 905 | + * This program is free software; you can redistribute it and/or modify |
| 906 | + * it under the terms of the GNU General Public License as published by | 906 | + * it under the terms of the GNU General Public License as published by |
| @@ -1020,7 +1020,7 @@ diff -urN --exclude=.version --exclude=.config* --exclude=.*depend linux-2.2.18- | |||
| 1020 | + * Mini ps implementation for use with the Linux devps driver | 1020 | + * Mini ps implementation for use with the Linux devps driver |
| 1021 | + * | 1021 | + * |
| 1022 | + * | 1022 | + * |
| 1023 | + * Copyright (C) 2000 by Erik Andersen <andersee@debian.org> | 1023 | + * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> |
| 1024 | + * | 1024 | + * |
| 1025 | + * This program is free software; you can redistribute it and/or modify | 1025 | + * This program is free software; you can redistribute it and/or modify |
| 1026 | + * it under the terms of the GNU General Public License as published by | 1026 | + * it under the terms of the GNU General Public License as published by |
| @@ -1311,7 +1311,7 @@ diff -urN --exclude=.version --exclude=.config* --exclude=.*depend linux-2.2.18- | |||
| 1311 | +/* | 1311 | +/* |
| 1312 | + * -- <linux/devmtab.h> | 1312 | + * -- <linux/devmtab.h> |
| 1313 | + * | 1313 | + * |
| 1314 | + * Copyright (C) 2000 Erik Andersen <andersee@debian.org> | 1314 | + * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> |
| 1315 | + * | 1315 | + * |
| 1316 | + * May be copied or modified under the terms of the GNU General Public License. | 1316 | + * May be copied or modified under the terms of the GNU General Public License. |
| 1317 | + * See linux/COPYING for more information. | 1317 | + * See linux/COPYING for more information. |
| @@ -1369,7 +1369,7 @@ diff -urN --exclude=.version --exclude=.config* --exclude=.*depend linux-2.2.18- | |||
| 1369 | +/* | 1369 | +/* |
| 1370 | + * -- <linux/devps.h> | 1370 | + * -- <linux/devps.h> |
| 1371 | + * | 1371 | + * |
| 1372 | + * Copyright (C) 2000 Erik Andersen <andersee@debian.org> | 1372 | + * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> |
| 1373 | + * | 1373 | + * |
| 1374 | + * May be copied or modified under the terms of the GNU General Public License. | 1374 | + * May be copied or modified under the terms of the GNU General Public License. |
| 1375 | + * See linux/COPYING for more information. | 1375 | + * See linux/COPYING for more information. |
diff --git a/examples/mk2knr.pl b/examples/mk2knr.pl index aaf4963b1..1259b8436 100755 --- a/examples/mk2knr.pl +++ b/examples/mk2knr.pl | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | # @(#) mk2knr.pl - generates a perl script that converts lexemes to K&R-style | 3 | # @(#) mk2knr.pl - generates a perl script that converts lexemes to K&R-style |
| 4 | # | 4 | # |
| 5 | # How to use this script: | 5 | # How to use this script: |
| 6 | # - In the busybox directory type 'scripts/mk2knr.pl files-you-want-to-convert' | 6 | # - In the busybox directory type 'examples/mk2knr.pl files-to-convert' |
| 7 | # - Review the 'convertme.pl' script generated and remove / edit any of the | 7 | # - Review the 'convertme.pl' script generated and remove / edit any of the |
| 8 | # substitutions in there (please especially check for false positives) | 8 | # substitutions in there (please especially check for false positives) |
| 9 | # - Type './convertme.pl same-files-as-before' | 9 | # - Type './convertme.pl same-files-as-before' |
