From: Lucas Werkmeister Date: Tue, 21 Mar 2017 00:32:23 +0000 (+0100) Subject: man: change /lib to /usr/lib (#5618) X-Git-Tag: v234~362 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83ddf5d3d8eec696b0e9f2ddf3191e215b0a8498;p=platform%2Fupstream%2Fsystemd.git man: change /lib to /usr/lib (#5618) Per man:file-hierarchy(7), /lib is just a compatibility symlink; the other manpages also refer to /usr/lib. Found with: git grep -P '(?$ systemctl status bluetooth ● bluetooth.service - Bluetooth service - Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled) + Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled) Active: active (running) since Wed 2017-01-04 13:54:04 EST; 1 weeks 0 days ago Docs: man:bluetoothd(8) Main PID: 930 (bluetoothd) diff --git a/man/systemd-delta.xml b/man/systemd-delta.xml index 6628213..be241f6 100644 --- a/man/systemd-delta.xml +++ b/man/systemd-delta.xml @@ -63,7 +63,7 @@ compare configuration files that override other configuration files. Files in /etc have highest priority, files in /run have the second highest - priority, …, files in /lib have lowest + priority, …, files in /usr/lib have lowest priority. Files in a directory with higher priority override files with the same name in directories of lower priority. In addition, certain configuration files can have .d diff --git a/man/systemd.network.xml b/man/systemd.network.xml index b807ebf..61bed26 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1513,7 +1513,7 @@ VRF=vrf1 MacVTap This brings up a network interface macvtap-test and attaches it to enp0s25. - # /lib/systemd/network/25-macvtap.network + # /usr/lib/systemd/network/25-macvtap.network [Match] Name=enp0s25