Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 920596 Details for
Bug 1118907
[PATCH] 90-default.preset: Don't use systemd-sysusers yet
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Don't use systemd-sysusers yet
0001-Don-t-use-systemd-sysusers-yet.patch (text/plain), 3.42 KB, created by
Colin Walters
on 2014-07-24 15:38:08 UTC
(
hide
)
Description:
Don't use systemd-sysusers yet
Filename:
MIME Type:
Creator:
Colin Walters
Created:
2014-07-24 15:38:08 UTC
Size:
3.42 KB
patch
obsolete
>From 038f5f24ec221a4aff140f6873a0f92d1172f737 Mon Sep 17 00:00:00 2001 >From: Colin Walters <walters@verbum.org> >Date: Fri, 11 Jul 2014 17:32:00 -0400 >Subject: [PATCH] Don't use systemd-sysusers yet > >We'll do this for Fedora 22. > >See also http://lists.freedesktop.org/archives/systemd-devel/2014-July/021209.html >--- > systemd.spec | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/systemd.spec b/systemd.spec >index 15653a0..963022e 100644 >--- a/systemd.spec >+++ b/systemd.spec >@@ -16,7 +16,7 @@ > Name: systemd > Url: http://www.freedesktop.org/wiki/Software/systemd > Version: 215 >-Release: 6%{?gitcommit:.git%{gitcommit}}%{?dist} >+Release: 7%{?gitcommit:.git%{gitcommit}}%{?dist} > # For a breakdown of the licensing, see README > License: LGPLv2+ and MIT and GPLv2+ > Summary: A System and Service Manager >@@ -356,6 +356,7 @@ pushd build3 > %configure \ > --libexecdir=%{_prefix}/lib \ > --disable-manpages \ >+ --disable-sysusers \ > --with-sysvinit-path=/etc/rc.d/init.d \ > --with-rc-local-script-path-start=/etc/rc.d/rc.local \ > --enable-compat-libs \ >@@ -371,6 +372,7 @@ popd > pushd build2 > %configure \ > --libexecdir=%{_prefix}/lib \ >+ --disable-sysusers \ > --enable-gtk-doc \ > --with-sysvinit-path=/etc/rc.d/init.d \ > --with-rc-local-script-path-start=/etc/rc.d/rc.local \ >@@ -498,6 +500,8 @@ getent group systemd-resolve >/dev/null 2>&1 || groupadd -r systemd-resolve 2>&1 > getent passwd systemd-resolve >/dev/null 2>&1 || useradd -r -l -g systemd-resolve -d / -s /usr/sbin/nologin -c "systemd Resolver" systemd-resolve >/dev/null 2>&1 || : > getent group systemd-bus-proxy >/dev/null 2>&1 || groupadd -r systemd-bus-proxy 2>&1 || : > getent passwd systemd-bus-proxy >/dev/null 2>&1 || useradd -r -l -g systemd-bus-proxy -d / -s /usr/sbin/nologin -c "systemd Bus Proxy" systemd-bus-proxy >/dev/null 2>&1 || : >+getent group systemd-journal-gateway >/dev/null 2>&1 || groupadd -r systemd-journal-gateway 2>&1 || : >+getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -g systemd-journal-gateway -d / -s /usr/sbin/nologin -c "systemd Bus Proxy" systemd-journal-gateway >/dev/null 2>&1 || : > > systemctl stop systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-udevd.service >/dev/null 2>&1 || : > >@@ -625,7 +629,6 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g > %dir %{_prefix}/lib/systemd/network > %dir %{_prefix}/lib/systemd/ntp-units.d > %dir %{_prefix}/lib/tmpfiles.d >-%dir %{_prefix}/lib/sysusers.d > %dir %{_prefix}/lib/sysctl.d > %dir %{_prefix}/lib/modules-load.d > %dir %{_prefix}/lib/binfmt.d >@@ -698,7 +701,6 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g > %{_bindir}/systemd-detect-virt > %{_bindir}/systemd-inhibit > %{_bindir}/systemd-path >-%{_bindir}/systemd-sysusers > %{_bindir}/hostnamectl > %{_bindir}/localectl > %{_bindir}/timedatectl >@@ -732,8 +734,6 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g > %{_prefix}/lib/tmpfiles.d/etc.conf > %{_prefix}/lib/sysctl.d/50-default.conf > %{_prefix}/lib/sysctl.d/50-coredump.conf >-%{_prefix}/lib/sysusers.d/basic.conf >-%{_prefix}/lib/sysusers.d/systemd.conf > %{_prefix}/lib/systemd/system-preset/85-display-manager.preset > %{_prefix}/lib/systemd/system-preset/90-default.preset > %{_prefix}/lib/systemd/system-preset/90-systemd.preset >-- >1.8.3.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1118907
:
917437
| 920596