Hello community,

here is the log from the commit of package sysvinit for openSUSE:Factory 
checked in at 2012-03-02 13:50:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sysvinit (Old)
 and      /work/SRC/openSUSE:Factory/.sysvinit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sysvinit", Maintainer is "wer...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sysvinit/sysvinit.changes        2012-02-08 
17:20:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sysvinit.new/sysvinit.changes   2012-03-02 
13:50:12.000000000 +0100
@@ -6,0 +7,6 @@
+Wed Feb  1 12:01:05 UTC 2012 - wer...@suse.de
+
+- Avoid useless check for runlevel as access(2) now works on
+  kernel 3.0 and above, this fixes bnc#744538 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ showconsole-1.16.dif ++++++
--- /var/tmp/diff_new_pack.FDYML1/_old  2012-03-02 13:50:14.000000000 +0100
+++ /var/tmp/diff_new_pack.FDYML1/_new  2012-03-02 13:50:14.000000000 +0100
@@ -1,4 +1,19 @@
---- .#empty
-+++ .#empty    2012-01-30 17:44:30.343145442 +0000
-@@ -0,0 +1 @@
-+Place holder
+--- libconsole.c
++++ libconsole.c       2012-03-01 09:49:44.493932912 +0000
+@@ -902,16 +902,6 @@ void safeIO (void)
+ #ifdef DEBUG_SIGIO
+       if (nsigio < 0)
+          goto skip;
+-#else
+-      if (nsigio < 0) {
+-          /*
+-           * Maybe access() does lie under kernel 2.6
+-           * or the root file system is rw mounted
+-           */
+-          const char *runlevel = getenv("RUNLEVEL");
+-          if (runlevel && (*runlevel < '0' || *runlevel > '6'))
+-              goto skip;
+-      }
+ #endif
+       if (access(BOOT_LOGFILE, W_OK) < 0) {
+           if (errno != ENOENT && errno != EROFS)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to