about.html: update maintainer name
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 30 Dec 2006 22:03:02 +0000 (22:03 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 30 Dec 2006 22:03:02 +0000 (22:03 -0000)
libbb/Kbuild: less needs xregcomp.o

docs/busybox.net/about.html
libbb/Kbuild

index 5272ee63ce316107f4d3e069a1518dbbeaa21d8b..e3b937b80440417cb5d01eaea08e672c1a467c69 100644 (file)
@@ -16,7 +16,8 @@ commands (or features) at compile time. This makes it easy to customize
 your embedded systems. To create a working system, just add some device
 nodes in /dev, a few configuration files in /etc, and a Linux kernel.</p>
 
-<p>BusyBox is maintained by <a href="http://www.landley.net/">Rob Landley</a>,
+<p>BusyBox is maintained by
+<a href="mailto:vda.linux@googlemail.com">Denis Vlasenko</a>,
 and licensed under the <a href="/license.html">GNU GENERAL PUBLIC LICENSE</a>
 version 2 or later.</p>
 
index c80d1be511e07eed8e8aaf7e38c1517acf14e1ed..a6d695340487865b959ce669acbf3091083dd82f 100644 (file)
@@ -115,4 +115,5 @@ lib-$(CONFIG_AWK) += xregcomp.o
 lib-$(CONFIG_SED) += xregcomp.o
 lib-$(CONFIG_GREP) += xregcomp.o
 lib-$(CONFIG_MDEV) += xregcomp.o
+lib-$(CONFIG_LESS) += xregcomp.o
 lib-$(CONFIG_DEVFSD) += xregcomp.o