]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed description of grub and gzip.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Feb 2009 19:19:59 +0000 (20:19 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Feb 2009 19:19:59 +0000 (20:19 +0100)
config/udev/60-net.rules
lfs/grub
lfs/gzip

index a606a6e1f849dd6ada1e92e593c8cb4835731c0c..8082d4be52cd9d6496599bb884155ad6d99711ca 100644 (file)
@@ -1 +1,2 @@
+KERNEL=="eth*", NAME="black%n"
 SUBSYSTEM=="net", RUN+="/etc/init.d/networking/net-hotplug"
index d2cf72d10b3221552fdff9fd6c2862ece776e09e..1c342c6b6546bda64080ceb1b8796d1946f332a0 100644 (file)
--- a/lfs/grub
+++ b/lfs/grub
@@ -45,9 +45,9 @@ LICENSE    = GPLv2+
 SHORT_DESC = Grand Unified Boot Loader.
 
 define LONG_DESC
-       GRUB (Grand Unified Boot Loader) is an experimental boot loader
-       capable of booting into most free operating systems - Linux, FreeBSD,
-       NetBSD, GNU Mach, and others as well as most commercial operating
+       GRUB (Grand Unified Boot Loader) is an experimental boot loader \
+       capable of booting into most free operating systems - Linux, FreeBSD, \
+       NetBSD, GNU Mach, and others as well as most commercial operating \
        systems.
 endef
 
index b9238cb7acf6e737d6500bd964bcec1740c80707..1564966e50a78ee144868be1f6bff231eb92638e 100644 (file)
--- a/lfs/gzip
+++ b/lfs/gzip
@@ -45,7 +45,7 @@ LICENSE    = GPLv2
 SHORT_DESC = The GNU data compression program.
 
 define LONG_DESC
-       The gzip package contains the popular GNU gzip data compression
+       The gzip package contains the popular GNU gzip data compression \
        program. Gzipped files have a .gz extension.
 endef