Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37402210
en ru br
ALT Linux repos
S:3.00-alt2

Group :: System/Configuration/Boot and Init
RPM: sysvinit

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

19 may 2022 Alexey Gladkov <legion at altlinux.ru> 3.00-alt2

  • Create /run/initctl as a symlink to /dev/initctl to help with migration
     without reboot (ALT#42789).

16 december 2021 Alexey Gladkov <legion at altlinux.ru> 3.00-alt1

  • Updated to 3.00.
  • Reviewed patches.

16 december 2021 Alexey Gladkov <legion at altlinux.ru> 2.88-alt7

  • Add conflict to systemd to make it impossible to install systemd on a system
     with sysvinit (ALT#41579).

11 november 2019 Dmitry V. Levin <ldv at altlinux.org> 2.88-alt6

  • Fixed build with glibc >= 2.28.
  • Removed explicit "PreReq: coreutils".

19 february 2015 Alexey Gladkov <legion at altlinux.ru> 2.88-alt5

  • Add subpackage for initramfs (closes: #30738).

13 june 2012 Sergey Bolshakov <sbolshakov at altlinux.ru> 2.88-alt4

  • halt: do kexec instead of reboot if another kernel is loaded

5 october 2011 Dmitry V. Levin <ldv at altlinux.org> 2.88-alt3

  • poweroff: pass "-P" option to shutdown (closes: #26391).
  • halt: pass "-H" option to shutdown.

5 april 2011 Dmitry V. Levin <ldv at altlinux.org> 2.88-alt2

  • Renamed SysVinit to sysvinit.

5 august 2010 Dmitry V. Levin <ldv at altlinux.org> 2.88-alt1

  • Updated to 2.88-11.
  • Enabled SELinux support.
  • sysvinit-utils: added controversial Conflict (closes: #15625).
  • Fixed wall(1) output.

25 april 2008 Dmitry V. Levin <ldv at altlinux.org> 2.86-alt2

  • Moved commonly used non-boot-specific utilities to sysvinit-utils
     subpackage, based on work made by Dmitry M. Maslennikov.

6 january 2007 Dmitry V. Levin <ldv at altlinux.org> 2.86-alt1

  • Updated to 2.85-36.
  • Reviewed patches.

15 may 2006 Dmitry V. Levin <ldv at altlinux.org> 2.85-alt9

  • Fixed build with gcc-4.1.0.

24 may 2005 Dmitry V. Levin <ldv at altlinux.org> 2.85-alt8

  • Fixed 64bit compilation issues.

3 january 2004 Dmitry V. Levin <ldv at altlinux.org> 2.85-alt7

  • Updated to 2.85-9.
     + Merged upstream patches:
       owl-wall-longjmp-clobbering
       owl-format
       alt-owl-bootlogd
       owl-mount-proc
       owl-typos
       rh-alt-owl-shutdown-log
       owl-alt-makefile
     + Updated patches:
       alt-progname-umask
       rh-alt-pidof
       alt-doc
  • Do not try to exec /sbin/mount.
  • Fixed three potential problems introduced in 2.85-9.
  • Fixed few signedness (harmless though) issues.

20 august 2003 Dmitry V. Levin <ldv at altlinux.org> 2.85-alt6

  • Fixed build.
  • Build with -Werror.
  • Fixed annoying 'must be superuser' error messages.

12 may 2003 Dmitry V. Levin <ldv at altlinux.org> 2.85-alt5

  • Removed rh-alt-halt patch,
     install startup >= 0.1-alt1 package is recommended.
  • Do not package start-stop-daemon by default,
     moved to service >= 0.1-alt1 package.

6 may 2003 Dmitry V. Levin <ldv at altlinux.org> 2.85-alt4

  • PreReq: coreutils (#0002562).

27 april 2003 Dmitry V. Levin <ldv at altlinux.org> 2.85-alt3

  • Synced with 2.85-owl4:
     + Don't build sulogin, use new implementation from msulogin package.
     + Don't mount /proc in pidof, and mount it as "proc" rather than "none"
       in killall5 such that umount and others can reasonably refer to it in
       error messages.
  • Do not package utmpdump.

23 april 2003 Dmitry V. Levin <ldv at altlinux.org> 2.85-alt2

  • Synced with 2.85-owl1:
     + New/updated patches:
       owl-wall-longjmp-clobbering
       owl-format
       owl-alt-sulogin
       alt-owl-start-stop-daemon
       alt-owl-bootlogd
       owl-mount-path
       owl-typos
       rh-alt-owl-shutdown-log

20 april 2003 Dmitry V. Levin <ldv at altlinux.org> 2.85-alt1

  • Updated to 2.85.
     + Following patches are merged upstream:
       alt-wall-alarm
       alt-init-spawn
       alt-sulogin-notty
       rh-alt-wait
       owl-alt-bound
       owl-alt-format
       alt-wall-tty
       alt-man-wall
     + Updated patches:
       owl-alt-sulogin
  • /sbin/start-stop-daemon:
     + various safety fixes;
     + changed pid_is_exec check.
  • Provides: /sbin/start-stop-daemon.

15 april 2003 Dmitry V. Levin <ldv at altlinux.org> 2.84-alt8

  • Reworked patches: following patches are going upstream:
     alt-wall-alarm
     alt-init-spawn
     alt-sulogin-notty
     rh-alt-wait
     owl-alt-bound
     owl-alt-format
     alt-wall-tty
     alt-man-wall

4 april 2003 Dmitry V. Levin <ldv at altlinux.org> 2.84-alt7

  • Updated to 2.84-3.
  • wall: fixed alarm handling (#0002460).

1 march 2003 Dmitry V. Levin <ldv at altlinux.org> 2.84-alt6

  • Fixed build in system without /dev/initctl available.
  • pidof: honor full pathname.
  • wall: avoid writing to non-tty devices.
  • last: added '-t' option for checking state at certain times (rh).
  • shutdown: added logging on shutdown/reboot (rh).
  • shutdown: spawn: fixed child process handling and program execution (rh).

10 december 2002 Dmitry V. Levin <ldv at altlinux.org> 2.84-alt5

  • src/init.c(spawn): fixed bug reported by Vladimir N. Oleynik.
  • Packaged /sbin/bootlogd and /sbin/start-stop-daemon.

17 september 2002 Dmitry V. Levin <ldv at altlinux.org> 2.84-alt4

  • Revert back /sbin/halt permissions (to reenable -usermode).
  • Use subst instead of perl in build scripts.

6 august 2002 Dmitry V. Levin <ldv at altlinux.org> 2.84-alt3

  • Marked /dev/initctl socket as %ghost (#0001125).

13 july 2002 Dmitry V. Levin <ldv at altlinux.org> 2.84-alt2

  • Reviewed patches, dropped obsolete ones.
  • Added building of bootlogd and start-stop-daemon.
  • Restricted permissions on root-only programs.

28 february 2002 Dmitry V. Levin <ldv at alt-linux.org> 2.84-alt1

  • 2.84
  • Added initreq.h

14 november 2001 Dmitry V. Levin <ldv at alt-linux.org> 2.83-alt1

  • 2.83
  • Moved usermode stuff to separate package.

11 september 2001 Dmitry V. Levin <ldv at altlinux.ru> 2.82-alt2

  • usermode: fixed pam config.

29 august 2001 Dmitry V. Levin <ldv at altlinux.ru> 2.82-alt1

  • 2.82

27 august 2001 Dmitry V. Levin <ldv at altlinux.ru> 2.81-alt2

  • Fixed version display info.
  • Changed usermode subpackage requirements.

22 august 2001 Dmitry V. Levin <ldv at altlinux.ru> 2.81-alt1

  • 2.81
  • Added usermode subpackage with consolehelpr bindings.

1 june 2001 Dmitry V. Levin <ldv at altlinux.ru> 2.78-ipl5mdk

  • Progname patch.
  • Various bound and format checks from Owl project.
  • Ensure the umask is no less restrictive than 022 (owl).
  • Use getpass(3) in sulogin - the old code was unreliable (owl).

29 may 2001 Dmitry V. Levin <ldv at altlinux.ru> 2.78-ipl4mdk

  • Fixed umask (rh).

9 february 2001 Dmitry V. Levin <ldv at fandra.org> 2.78-ipl3mdk

  • Merged RH patches:
     + document '-n' option to wall, make it root-only (rh).
     + don't open files in sulogin unless they're really ttys (rh).

10 january 2001 Dmitry V. Levin <ldv at fandra.org> 2.78-ipl2mdk

  • Added blowfish crypt support (from libcrypt).

18 october 2000 Dmitry V. Levin <ldv at fandra.org> 2.78-ipl1mdk

  • Merged MDK, RH and BCL patches.
  • Re-execute /sbin/init in %post.

20 february 2000 Dmitry V. Levin <ldv at fandra.org>

  • Fandra adaptions

5 january 2000 Dmitry V. Levin <ldv at fandra.org>

  • Merge with mdk

22 october 1999 Dmitry V. Levin <ldv at fandra.org>

  • Fandra adaptions

19 october 1999 Chmouel Boudjnah <chmouel at mandrakesoft.com>

  • Merge with redhat changes.

28 september 1999 Axalon Bloodstone <axalon at linux-mandrake.com>

  • nologin patch isn't needed

14 september 1999 Daouda LO <daouda at mandrakesoft.com>

  • 2.77

19 may 1999 Bernhard Rosenkraenzer <bero at linux-mandrake.com>

  • We can't hardlink /bin/pidof anywhere, because it's a symlink itself.
     Fix...

18 may 1999 Chmouel Boudjnah <chmouel at mandrakesoft.com>

  • Linking /bin/pidof to /sbin/pidof for RH compatibilities.

12 april 1999 Chmouel Boudjnah <chmouel at mandrakesoft.com>

  • The normal source doen't work, we need to remove the orphan link to rebuild.

9 april 1999 Bernhard Rosenkraenzer <bero at linux-mandrake.com>

  • update to 2.76
  • bzip2 man pages
  • handle RPM_OPT_FLAGS
  • remove some RH patches because they're not required with 2.76
  • add de, fr, tr locales
  • Move pidof from /sbin to /bin - can't hurt.

6 january 1999 Cristian Gafton <gafton at redhat.com>

  • glibc 2.1

23 august 1998 Jeff Johnson <jbj at redhat.com>

  • poweroff symlink not included (problem #762)

9 july 1998 Chris Evans <chris at ferret.lmh.ox.ac.uk>

  • Fix a securelevel releated security hole. Go on, try and break append
     only files + securelevel now ;-)

8 july 1998 Jeff Johnson <jbj at redhat.com>

  • remove /etc/nologin at end of shutdown.
  • compile around missing SIGPWR on sparc

7 may 1998 Prospector System <bugs at redhat.com>

  • translations modified for de, fr, tr

8 april 1998 Cristian Gafton <gafton at redhat.com>

  • upgraded to 2.74
  • fixed the package source url... (yeah, it was wrong !)

1 october 1997 Cristian Gafton <gafton at redhat.com>

  • fixed the MD5 check in sulogin (128 hash bits encoded with base64 gives
     22 bytes, not 24...). Fix in -md5.patch

11 september 1997 Christian 'Dr. Disk' Hechelmann <drdisk at ds9.au.s.shuttle.de>

  • /etc/initrunlvl gets linked to /tmp/init-root/var/run/initrunlvl which is
     just plain wrong..
  • /usr/bin/utmpdump was missing in the files section, although it was
     explicitly patched into PROGS.
  • added attr's to the files section.
  • various small fixes.

17 june 1997 Erik Troan <ewt at redhat.com>

  • updated to 2.71
  • built against glibc 2.0.4

7 february 1997 Michael K. Johnson <johnsonm at redhat.com>

  • Added sulogin.8 man page to file list.
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin