Commit Graph

4 Commits

Author SHA256 Message Date
fb512c6276 Accepting request 347468 from home:rudi_m:branches:Base:System
- cleanup package:
  * don't build binaries which are not installed
  * remove unused sources
  * remove patches (or parts of patches) which modify unused files
  * remove old build conditions (sysvinit, util-linux, mkinitrd)
  * remove unused dependencies
- this cleanup does not change the resulting binaries (except some
  package dependencies) 
- list of removed patches:
  * sysvinit-2.82-startstop.patch
  * sysvinit-2.88+dsf-blowfish.dif
  * sysvinit-2.88+dsf-crypt.patch
  * sysvinit-2.88+dsf-env.patch
  * sysvinit-2.88dsf-multiple-sulogin.patch
  * sysvinit-2.88+dsf-run.diff
  * sysvinit-2.88+dsf-xen.patch
- list of modified patches:
  * notify-pam-dead.patch
  * sysvinit-2.88+dsf.dif
  * sysvinit-2.88+dsf-sulogin.diff
  * sysvinit-2.88dsf-suse.patch

OBS-URL: https://build.opensuse.org/request/show/347468
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysvinit?expand=0&rev=214
2016-01-13 18:16:58 +00:00
OBS User buildservice-autocommit
add4f1c823 Updating link to change in openSUSE:Factory/sysvinit revision 66.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysvinit?expand=0&rev=0f4e129dff6b0f1afb5acef942e333ff
2010-04-25 16:42:19 +00:00
OBS User autobuild
a7646a3a3e checked in (request 38331)
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysvinit?expand=0&rev=41
2010-04-25 16:42:18 +00:00
Dr. Werner Fink
3afec739d5 - Add patch to make last(1) knowing latest IPv6 specs
- Update to sysvinit (2.88dsf) world; urgency=low
  * Mention new home on Savannah in README.
  * Revert change from Fedora/RedHat where the now obsolete command
    INIT_CMD_CHANGECONS was introduced.  Based on feedback and patch
    from Bill Nottingham.
  * Adjust makefile to make sure the install directories are created
    before files are copied into them.
  * Simplify build rules, based on patch from Mike Frysinger and Gentoo.
  * Fix minor bug in optimizing of argument parsing.  Based on
    report from jakemus on freshmeat.
  * Add casts to get rid of compiler warning about signed/unsigned issues.
  * Change tty handling in init to make sure the UTF-8 flag is not cleared
    on boot.  Patch from Samuel Thibault.
  * Add Makefile in toplevel directory.
  * Print usage information when shutdown is used by non-root user.
    Patch from Mike Frysinger and Gentoo.
  * Sync shutdown manual page and usage information.  Patch from Mike
    Frysinger and Gentoo.
  * Fix race condition in utmp writing.  Patch from Gil Kloepfer via
    Mike Frysinger and Gentoo.
  * Rewrite findtty() in bootlogd to recursively search /dev/ for the
    correct device, to handle terminal devices for example in /dev/pty/.
    Patch from Debian.
  * Make sure bootlogd findpty() returns an error value when it fails to
    find a usable pty.  Patch from Rob Leslie via Debian.
  * Make sure bootlogd fflush() every line, even if asked not to flush
    to disk using fdatasync().  Patch from Scott Gifford via Debian.
  * Add compatibility code to handle old path "/etc/powerstatus" for a
    while.
  * Incude definition for MNT_DETACH which is missing in older GNU libc
    headers.
  * Do not strip binaries before installing them, to make it easier to
    get binaries with debug information installed.
  * Add the comment from Andrea Arcangeli about the correct
    place of setting the default childhandler within spawn().
  * Make sure that newline is printed out for last(1) even
    if an utmp record entry is truncated.
  * Check if utmp not only exists but also is writable and delay
    writing out of the utmp runlevel record if utmp is not writable.
  * Be able to find libcrypt also on 64 bit based architectures.
  * Add option -w to the last command to display the full user and
    domain names in the output.  Patch from Petr Lautrbach.
  * Add a manual page for utmpdump as this tool is sometimes
    very useful even if not intended for normal use.
  * Use paths.h macros for wall
  * Change path "/etc/powerstatus" to "/var/run/powerstatus"
  * Detected also removable block devices at halt/reboot to be able
    to flush data and send them the ATA standby command.  This should
    avoid data loss on USB sticks and other removable block devices.
  * Flush block devices on halt/reboot if not done by the kernel.
  * Set SHELL to /bin/sh in the environmant of shutdown.
  * Retry to write out shutdown messages if interrupted.
  * pidof/killall5 - make omit pid list a dynamic one.
  * pidof - provide '-n' to skip stat(2) syscall on network based FS.
  * init - avoid compiler warnings
  * init - initialize console by using the macros from ttydefaults.h
  * init - add the possiblity to ignore further interrupts from keyboard
  * init - add the possiblity to set sane terminal line settings
  * sulogin - add the possibility to reset the terminal io
  * Fix some minor problems
  * init - enable is_selinux_enabled() to detect selinuxfs
  * Add fix for Debian bug #536574 -- Can be enabled by -DACCTON_OFF
  * Add helper program fstab-decode to make it easier to handle
    /etc/mtab content. Patch by Miloslav Trmac and Fedora.
  * Add fix for Debian bug #335023 - Make sure TERM is set on FreeBSD.
  * Add fix for Debian bug #374038 - Make it clear that shutdown -c can
    only cancel a waiting shutdown, not an active one.
  * Add note to pidof manual page about the use of readlink(2). Patch by
    Bill Nottingham and Fedora.
  * Add PAM patch contrib/notify-pam-dead.patch based on Debian bug
    #68621, which will add PAM support for programs spawned by init on
    the console like sulogin. Based on patch by Topi Miettinen.  This
    patch is not applied by default yet while we review its
    usefullness.  It is only helpful for session handling, as sulogin
    do not use and will not use a PAM conv() function.  The current
    sulogin is able to handle DES as well as MD5, SHA, and Blowfish
    encrypted passwords due using getpwnam(3).
  * Move utmp/wtmp before the execvp() in spawn() to be sure to
    use the correct pid even on a controlling tty
  * Remaining problem is that the pid of the second fork() for
    getting a controlling tty isn't that reported by spawn()
  * Re-enable writting utmp/wtmp for boot scripts
  * Extend sulogin to support additional encryption algorithms
  * Re-enable maintenance message of sulogin
  * Enable the sulogin fallback password check to handle  MD5, SHA, and
    Blowfish encrypted passwords in case of getpwnam(3) fails.
  * sulogin picking the SELinux context was broken. Patch by Daniel Walsh

- Test out sysvinit (2.88dsf) UNRELEASED; urgency=low
- Update to sysvinit (2.87dsf) world; urgency=low
 * Document -e and -t options for telinit in init(8).
 * Document in halt(8) that -n might not disable all syncing.
   Patch by Bill Nottingham and Fedora
 * Adjust output from "last -x".  In reboot lines, print endpoint
   of uptime too.  In shutdown lines print downtimes rather than
   the time between downs.  Fix typo in string compare in last.c.
   Patch by Thomas Hood.
 * Improve handling of IPv6 addresses in last.  Patch from Fedora.
 * Add new option -F to last, to output full date string instead
   of the short form provided by default.  Patch from Olaf Dabrunz
   and SuSe.
 * Fix utmp/wtmp updating on 64-bit platforms.  Patch by Bill
   Nottingham and Fedora.
 * Avoid unchecked return value from malloc() in utmpdump.
   Patch from Christian 'Dr. Disk' Hechelmann and Fedora.
 * Make sure to use execle and no execl when passing environment to
   the new process.  Patch from RedHat.
 * Correct init to make sure the waiting status is preserved across
   re-exec.  Patch from RedHat.
 * Correct init to avoid race condition when starting programs during
   boot.  Patch from SuSe.
 * Allow 'telinit u' in runlevels 0 and 6.  Patch from Thomas Hood.
 * Improve error message from init if fork() fail.  Patch found in Suse.
 * Add support for SE Linux capability handling.  Patch from Manoj
   Srivastava, adjusted to avoid aborting if SE policy was loaded in
   the initrd with patch from Bill Nottingham and Fedora.
 * Add -c option to pidof for only matching processes with the same
   process root.  Ignore -c when not running as root.  Patch from
   Thomas Woerner and Fedora.
 * Add usleep in killall5 after killing processes, to force the kernel
   to reschedule.  Patch from SuSe.
 * Modify pidof to not print empty line if no pid was found.
 * Modify init and sulogin to fix emergency mode's tty, making sure ^C
   and ^Z work when booting with 'emergency' kernel option.  Patch from
   Samuel Thibault.
 * Modify init to allow some time for failed opens to resolve themselves.
   Patch from Bill Nottingham and Fedora.
 * Modify init to shut down IDE, SCSI and SATA disks properly.  Patches
   from Sebastian Reichelt, Werner Fink and SuSe.
 * Modify wall to use UT_LINESIZE from <utmp.h> instead of hardcoded
   string lengths.  Patch from SuSe.
 * Change wall to make halt include hostname in output.
 * Change killall to avoid killing init by mistake.  Patch from SuSe.
 * Change killall5 to use the exit value to report if it found any
   processes to kill.  Patch from Debian.
 * Add option -o opmitpid to killall5, to make it possible to skip
   some pids during shutdown.  Based on patch from Colin Watson and
   Ubuntu.
 * Modify killall to work better with user space file system, by
   changing cwd to /proc when stopping and killing processes, and
   avoiding stat() when the value isn't used.  Also, lock process
   pages in memory to avoid paging when user processes are stopped.
   Patch from Debian and Goswin von Brederlow with changes by Kel
   Modderman.
 * Change shutdown to only accept flags -H and -P with the -h flag,
   and document this requirement in the manual page.
 * Change reboot/halt to work properly when used as a login shell.
   Patch by Dale R. Worley and Fedora.
 * Let sulogin fall back to the staticly linked /bin/sash if both roots
   shell and /bin/sh fail to execute.

OBS-URL: https://build.opensuse.org/package/show/Base:System/sysvinit?expand=0&rev=40
2010-04-15 10:39:52 +00:00