# HG changeset patch # User Christophe Lincoln # Date 1252014420 -7200 # Node ID c18b40fe600475099787e998b8e64762e49747bb # Parent 545a31d51877640400800af03bf569ccf1b7107b Up: slitaz-boot-scripts (3.1) - Small fix and improvment diff -r 545a31d51877 -r c18b40fe6004 slitaz-boot-scripts/receipt --- a/slitaz-boot-scripts/receipt Thu Sep 03 22:42:30 2009 +0200 +++ b/slitaz-boot-scripts/receipt Thu Sep 03 23:47:00 2009 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="slitaz-boot-scripts" -VERSION="3.0" +VERSION="3.1" CATEGORY="base-system" SHORT_DESC="Provide all the initialisation scripts used at boot time." MAINTAINER="pankso@slitaz.org" @@ -57,7 +57,7 @@ # Fast boot X config from 3.0 if ! grep -q ^FAST_BOOT_X $root/etc/rcS.conf; then cat >> $root/etc/rcS.conf << "EOT" -# Fast boot into X by setting the system keymap-locale and starting +# Fast boot into X by setting the system keymap-locale and starting # the Slim login manager earlier at boot time. If fast X is enabled # then dbus, hald and slim can be removed from RUN_DAEMONS. FAST_BOOT_X="no"