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-bdfd0d78bc44e73d693510e70087857785b3b521.tar.gz |
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 @@ # /etc/inittab init(8) configuration for BusyBox # -# Copyright (C) 1999 by Lineo, inc. Written by Erik Andersen -# <andersen@lineo.com>, <andersee@debian.org> +# Copyright (C) 1999 by Lineo, inc. and Erik Andersen +# Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> # # # 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- +/* + * linux/drivers/char/devmtab.c + * -+ * Copyright (C) 2000 Erik Andersen <andersee@debian.org> ++ * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> + * + * May be copied or modified under the terms of the GNU General Public License. + * See linux/COPYING for more information. @@ -343,7 +343,7 @@ diff -urN --exclude=.version --exclude=.config* --exclude=.*depend linux-2.2.18- +/* + * linux/drivers/char/devps.c + * -+ * Copyright (C) 2000 Erik Andersen <andersee@debian.org> ++ * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> + * + * May be copied or modified under the terms of the GNU General Public License. + * See linux/COPYING for more information. @@ -900,7 +900,7 @@ diff -urN --exclude=.version --exclude=.config* --exclude=.*depend linux-2.2.18- + * devmtab tester + * + * -+ * Copyright (C) 2000 by Erik Andersen <andersee@debian.org> ++ * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> + * + * This program is free software; you can redistribute it and/or modify + * 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- + * Mini ps implementation for use with the Linux devps driver + * + * -+ * Copyright (C) 2000 by Erik Andersen <andersee@debian.org> ++ * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> + * + * This program is free software; you can redistribute it and/or modify + * 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- +/* + * -- <linux/devmtab.h> + * -+ * Copyright (C) 2000 Erik Andersen <andersee@debian.org> ++ * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> + * + * May be copied or modified under the terms of the GNU General Public License. + * See linux/COPYING for more information. @@ -1369,7 +1369,7 @@ diff -urN --exclude=.version --exclude=.config* --exclude=.*depend linux-2.2.18- +/* + * -- <linux/devps.h> + * -+ * Copyright (C) 2000 Erik Andersen <andersee@debian.org> ++ * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> + * + * May be copied or modified under the terms of the GNU General Public License. + * 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 @@ # @(#) mk2knr.pl - generates a perl script that converts lexemes to K&R-style # # How to use this script: -# - In the busybox directory type 'scripts/mk2knr.pl files-you-want-to-convert' +# - In the busybox directory type 'examples/mk2knr.pl files-to-convert' # - Review the 'convertme.pl' script generated and remove / edit any of the # substitutions in there (please especially check for false positives) # - Type './convertme.pl same-files-as-before' |