From 7d2e33a416388f9fed5f357e55dcd41394651edc Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Sat, 30 May 2015 02:05:33 +0200 Subject: [PATCH] man: replace hard-coded /usr/lib Replace some /usr/lib occurences in man/ with &rootprefix;/lib. --- man/hwdb.xml | 4 ++-- man/systemd.link.xml | 4 ++-- man/systemd.netdev.xml | 4 ++-- man/systemd.network.xml | 4 ++-- man/udev.xml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/man/hwdb.xml b/man/hwdb.xml index b3602ac5da0..e6215df738b 100644 --- a/man/hwdb.xml +++ b/man/hwdb.xml @@ -50,10 +50,10 @@ regardless of the directories in which they live. However, files with identical filenames replace each other. Files in /etc have the highest priority, files in /run take precedence - over files with the same name in /usr/lib. This can be + over files with the same name in &rootprefix;/lib. This can be used to override a system-supplied hwdb file with a local file if needed; a symlink in /etc with the same name as a hwdb file in - /usr/lib, pointing to /dev/null, + &rootprefix;/lib, pointing to /dev/null, disables the hwdb file entirely. hwdb files must have the extension .hwdb; other extensions are ignored. diff --git a/man/systemd.link.xml b/man/systemd.link.xml index 75cf6e1953d..5db06842bd4 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -70,10 +70,10 @@ However, files with identical filenames replace each other. Files in /etc have the highest priority, files in /run take precedence over files with the same - name in /usr/lib. This can be used to + name in &rootprefix;/lib. This can be used to override a system-supplied link file with a local file if needed; a symlink in /etc with the same name as a - link file in /usr/lib, pointing to + link file in &rootprefix;/lib, pointing to /dev/null, disables the link file entirely. diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 6cd77abd042..786c7d478a9 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -81,10 +81,10 @@ identical filenames replace each other. Files in /etc have the highest priority, files in /run take precedence over files with the same - name in /usr/lib. This can be used to + name in &rootprefix;/lib. This can be used to override a system-supplied configuration file with a local file if needed; a symlink in /etc with the same name - as a configuration file in /usr/lib, pointing + as a configuration file in &rootprefix;/lib, pointing to /dev/null, disables the configuration file entirely. diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 0b9781fb8bf..bd061c270a3 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -77,10 +77,10 @@ identical filenames replace each other. Files in /etc have the highest priority, files in /run take precedence over files with the same - name in /usr/lib. This can be used to + name in &rootprefix;/lib. This can be used to override a system-supplied configuration file with a local file if needed; a symlink in /etc with the same name - as a configuration file in /usr/lib, pointing + as a configuration file in &rootprefix;/lib, pointing to /dev/null, disables the configuration file entirely. diff --git a/man/udev.xml b/man/udev.xml index f7ebaad4bcc..d5d8a17cdb7 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -65,10 +65,10 @@ regardless of the directories in which they live. However, files with identical filenames replace each other. Files in /etc have the highest priority, files in /run take precedence - over files with the same name in /usr/lib. This can be + over files with the same name in &rootprefix;/lib. This can be used to override a system-supplied rules file with a local file if needed; a symlink in /etc with the same name as a rules file in - /usr/lib, pointing to /dev/null, + &rootprefix;/lib, pointing to /dev/null, disables the rules file entirely. Rule files must have the extension .rules; other extensions are ignored. -- 2.39.2