Gentoo Archives: gentoo-commits

From: "Andrew Gaffney (agaffney)" <agaffney@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] catalyst r1324 - in trunk: . targets/support
Date: Thu, 21 Feb 2008 17:12:46
Message-Id: E1JSEyR-0000cN-Tq@stork.gentoo.org
1 Author: agaffney
2 Date: 2008-02-21 17:12:43 +0000 (Thu, 21 Feb 2008)
3 New Revision: 1324
4
5 Modified:
6 trunk/ChangeLog
7 trunk/targets/support/rc-update.sh
8 Log:
9 Quote baselayout package atom
10
11 Modified: trunk/ChangeLog
12 ===================================================================
13 --- trunk/ChangeLog 2008-02-21 17:04:45 UTC (rev 1323)
14 +++ trunk/ChangeLog 2008-02-21 17:12:43 UTC (rev 1324)
15 @@ -1,6 +1,10 @@
16 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
17 # $Id: $
18
19 + 21 Feb 2008; Andrew Gaffney <agaffney@g.o>
20 + targets/support/rc-update.sh:
21 + Quote baselayout package atom
22 +
23 21 Feb 2008; Chris Gianelloni <wolf31o2@g.o>
24 targets/support/chroot-functions.sh:
25 OK, we shouldn't use which to find env-update, since /usr/sbin isn't in the
26
27 Modified: trunk/targets/support/rc-update.sh
28 ===================================================================
29 --- trunk/targets/support/rc-update.sh 2008-02-21 17:04:45 UTC (rev 1323)
30 +++ trunk/targets/support/rc-update.sh 2008-02-21 17:12:43 UTC (rev 1324)
31 @@ -1,6 +1,6 @@
32 #!/bin/bash
33
34 -if portageq has_version / >=sys-apps/baselayout-2*
35 +if portageq has_version / '>=sys-apps/baselayout-2*'
36 then
37 # We need to add a few here for baselayout-2
38 [[ -e /etc/init.d/device-mapper ]] && rc-update add device-mapper boot
39
40 --
41 gentoo-commits@l.g.o mailing list