From: Michael Tremer Date: Wed, 4 Feb 2009 19:19:59 +0000 (+0100) Subject: Fixed description of grub and gzip. X-Git-Tag: v3.0-alpha1~33^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7393a09ff1ad5274f6dc76329651fbbed3edc695;p=ipfire-3.x.git Fixed description of grub and gzip. --- diff --git a/config/udev/60-net.rules b/config/udev/60-net.rules index a606a6e1f..8082d4be5 100644 --- a/config/udev/60-net.rules +++ b/config/udev/60-net.rules @@ -1 +1,2 @@ +KERNEL=="eth*", NAME="black%n" SUBSYSTEM=="net", RUN+="/etc/init.d/networking/net-hotplug" diff --git a/lfs/grub b/lfs/grub index d2cf72d10..1c342c6b6 100644 --- 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 diff --git a/lfs/gzip b/lfs/gzip index b9238cb7a..1564966e5 100644 --- 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