forked from pool/systemd
update
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=118
This commit is contained in:
parent
416e74c18e
commit
3688fc77ed
@ -1,12 +0,0 @@
|
||||
--- units/getty@.service.m4
|
||||
+++ units/getty@.service.m4 2011-02-17 14:02:02.883926195 +0000
|
||||
@@ -27,6 +27,9 @@ Before=getty.target
|
||||
[Service]
|
||||
Environment=TERM=linux
|
||||
ExecStart=-/sbin/agetty %I 38400
|
||||
+m4_ifdef(`TARGET_SUSE',
|
||||
+ExecStop=/sbin/vhangup %I
|
||||
+)m4_dnl
|
||||
Restart=always
|
||||
RestartSec=0
|
||||
UtmpIdentifier=%I
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5d9921abc036667c3cd0ccaa1d8d64ba5135a7133b93dbdea7d7cb4b76ce242
|
||||
size 765009
|
||||
oid sha256:a649b585a113ef1f40c468aa73abf3bc058d2515508152cac81ffd02dda0d61f
|
||||
size 765747
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 18 13:52:22 CET 2011 - kay.sievers@novell.com
|
||||
|
||||
- new snapshot
|
||||
- units: order fsck@.service before basic.target
|
||||
instead of local-fs.target to relax things a little
|
||||
- readahead: remove misleading error messages
|
||||
- man: don't do more reloads than necessary in spec files
|
||||
- util: retry opening a TTY on EIO
|
||||
- util: beef up logic to find ctty name
|
||||
- tmpfiles: kill double slashes in unix socket names
|
||||
- drop vhangup patch, we do not want to diverge from upstream here
|
||||
it is/needs to be fixed in login(3) not in systemd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 18 09:33:55 UTC 2011 - coolo@novell.com
|
||||
|
||||
|
@ -43,7 +43,6 @@ Conflicts: mkinitrd < 2.6.0-5
|
||||
Source0: http://www.freedesktop.org/software/systemd/releases/%{name}-%{version}.tar.bz2
|
||||
Source1: systemd-rpmlintrc
|
||||
Patch1: 0001-Add-bootsplash-handling-for-password-dialogs.patch
|
||||
Patch2: 0002-Add-vhangup-for-sending-HUP-to-all-procs-on-tty.patch
|
||||
|
||||
%description
|
||||
Systemd is a system and service manager, compatible with SysV and LSB
|
||||
@ -89,7 +88,6 @@ Plymouth integration for systemd
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p0
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
|
Loading…
Reference in New Issue
Block a user