Ignore:
Timestamp:
06/17/2013 10:13:45 AM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
a6d9935c
Parents:
ffa42a5
Message:

Remove packages that are now in lfs systemd from blfs.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@11302 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/gnome-bluetooth.xml

    rffa42a5 rc67fbf64  
    9696    <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
    9797    <para role="optional">
    98       <xref linkend="bluez"/>,
    99       <xref linkend="consolekit"/> and
     98      <xref linkend="bluez"/> and
    10099      <xref linkend="obexd"/>
    101100      (Required for bluetooth-sendto to work)
     
    142141# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
    143142#
    144 # Updated for udev &gt;= 154
    145 # http://bugs.debian.org/582188
    146 # https://bugzilla.redhat.com/show_bug.cgi?id=588660
    147 
    148 ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end"
    149 ACTION!="add|change", GOTO="gnome_bluetooth_end"
    150 KERNEL=="rfkill", TAG+="udev-acl"
    151 LABEL="gnome_bluetooth_end"</literal>
     143# Simplified by Kay Sievers
     144# https://bugzilla.redhat.com/show_bug.cgi?id=733326
     145
     146KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"</literal>
    152147EOF</userinput></screen>
    153148
Note: See TracChangeset for help on using the changeset viewer.