wok-4.x rev 4018
Up: slitaz-boot-scripts (3.1) - Small fix and improvment
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Sep 03 23:47:00 2009 +0200 (2009-09-03) |
parents | 545a31d51877 |
children | 8600922db54b |
files | slitaz-boot-scripts/receipt |
line diff
1.1 --- a/slitaz-boot-scripts/receipt Thu Sep 03 22:42:30 2009 +0200 1.2 +++ b/slitaz-boot-scripts/receipt Thu Sep 03 23:47:00 2009 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slitaz-boot-scripts" 1.7 -VERSION="3.0" 1.8 +VERSION="3.1" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Provide all the initialisation scripts used at boot time." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -57,7 +57,7 @@ 1.13 # Fast boot X config from 3.0 1.14 if ! grep -q ^FAST_BOOT_X $root/etc/rcS.conf; then 1.15 cat >> $root/etc/rcS.conf << "EOT" 1.16 -# Fast boot into X by setting the system keymap-locale and starting 1.17 +# Fast boot into X by setting the system keymap-locale and starting 1.18 # the Slim login manager earlier at boot time. If fast X is enabled 1.19 # then dbus, hald and slim can be removed from RUN_DAEMONS. 1.20 FAST_BOOT_X="no"