.
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysvinit?expand=0&rev=70
This commit is contained in:
parent
26314208e1
commit
580d0eb8ec
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00624c2115122606e278555073f8419102d90a4049f260ceb9b8b09c8bee79f8
|
||||
size 23507
|
3
showconsole-1.12.tar.bz2
Normal file
3
showconsole-1.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9796dce641d1b87e56d29089f251edc6305f67980d7b95b1cb12f7a3f609ffe0
|
||||
size 23935
|
@ -1,12 +0,0 @@
|
||||
--- startpar.c
|
||||
+++ startpar.c 2010-08-24 12:33:01.061618653 +0000
|
||||
@@ -464,7 +464,8 @@ void run(struct prg *p)
|
||||
_exit(1);
|
||||
}
|
||||
TEMP_FAILURE_RETRY(dup2(1, 2));
|
||||
- tio.c_oflag &= ~OPOST;
|
||||
+ cfmakeraw(&tio);
|
||||
+ tio.c_oflag |= ONLCR;
|
||||
if (tcsetattr(1, TCSANOW, &tio))
|
||||
perror("tcsetattr");
|
||||
if (wzok)
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee0b6840c05e49750888d8a48d99cedb42549c05f73ebf5c81e812a8553f59e9
|
||||
size 20257
|
4
startpar-0.57.dif
Normal file
4
startpar-0.57.dif
Normal file
@ -0,0 +1,4 @@
|
||||
--- .dummy
|
||||
+++ .dummy 2010-08-23 17:38:50.000000000 +0000
|
||||
@@ -0,0 +1 @@
|
||||
+this is a dummy, remove if real changes are required
|
3
startpar-0.57.tar.bz2
Normal file
3
startpar-0.57.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a2e9f57f34110b89bf3905c779b482120ef065080856b40fa045b436f75a889
|
||||
size 20456
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 22 14:38:37 CEST 2010 - werner@suse.de
|
||||
|
||||
- New showconsole version 1.12
|
||||
* Use /proc/tty/consoles if ioctl TIOCGDEV does not exist
|
||||
* Make pseudo terminal raw as it is not show anything
|
||||
- New startpar 0.57
|
||||
* Set raw pseudo terminals only once
|
||||
* Set SIGTTIN to default before executing child
|
||||
* Ignore error on reading termios
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 23 17:40:12 CEST 2010 - werner@suse.de
|
||||
|
||||
|
@ -22,9 +22,9 @@ Name: sysvinit
|
||||
%define MGVER 0.9.6s
|
||||
%define PDVER 2.0.2
|
||||
%define KPVER 2.16
|
||||
%define SCVER 1.11
|
||||
%define SCVER 1.12
|
||||
%define SIVER 2.88
|
||||
%define START 0.56
|
||||
%define START 0.57
|
||||
License: GPLv2+
|
||||
Group: System/Base
|
||||
AutoReqProv: on
|
||||
@ -37,8 +37,8 @@ Url: http://savannah.nongnu.org/projects/sysvinit/
|
||||
Source: http://download.savannah.gnu.org/releases/sysvinit/sysvinit-2.88dsf.tar.bz2
|
||||
Source2: killproc-2.16.tar.bz2
|
||||
Source3: powerd-2.0.2.tar.bz2
|
||||
Source4: showconsole-1.11.tar.bz2
|
||||
Source5: startpar-0.56.tar.bz2
|
||||
Source4: showconsole-1.12.tar.bz2
|
||||
Source5: startpar-0.57.tar.bz2
|
||||
Source6: rc.powerd
|
||||
Source7: sysvinit-rpmlintrc
|
||||
Source8: mkinitrd-boot.sh
|
||||
@ -55,8 +55,8 @@ Patch7: sysvinit-2.88dsf-selinux.patch
|
||||
Patch20: powerd-2.0.2.dif
|
||||
Patch21: powerd-2.0.2-getaddrinfo.patch
|
||||
Patch30: killproc-2.16.dif
|
||||
Patch40: showconsole-1.11.dif
|
||||
Patch50: startpar-0.56.dif
|
||||
Patch40: showconsole-1.12.dif
|
||||
Patch50: startpar-0.57.dif
|
||||
Requires: sysvinit-tools
|
||||
Provides: sbin_init
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user