Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37518049
en ru br
Репозитории ALT

Группа :: Система/Настройка/Загрузка и инициализация
Пакет: sysvinit

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

19 мая 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 декабря 2021 Alexey Gladkov <legion at altlinux.ru> 3.00-alt1

  • Updated to 3.00.
  • Reviewed patches.

16 декабря 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 ноября 2019 Dmitry V. Levin <ldv at altlinux.org> 2.88-alt6

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

19 февраля 2015 Alexey Gladkov <legion at altlinux.ru> 2.88-alt5

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

13 июня 2012 Sergey Bolshakov <sbolshakov at altlinux.ru> 2.88-alt4

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

5 октября 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 апреля 2011 Dmitry V. Levin <ldv at altlinux.org> 2.88-alt2

  • Renamed SysVinit to sysvinit.

5 августа 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 апреля 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 января 2007 Dmitry V. Levin <ldv at altlinux.org> 2.86-alt1

  • Updated to 2.85-36.
  • Reviewed patches.

15 мая 2006 Dmitry V. Levin <ldv at altlinux.org> 2.85-alt9

  • Fixed build with gcc-4.1.0.

24 мая 2005 Dmitry V. Levin <ldv at altlinux.org> 2.85-alt8

  • Fixed 64bit compilation issues.

3 января 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 августа 2003 Dmitry V. Levin <ldv at altlinux.org> 2.85-alt6

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

12 мая 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 мая 2003 Dmitry V. Levin <ldv at altlinux.org> 2.85-alt4

  • PreReq: coreutils (#0002562).

27 апреля 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 апреля 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 апреля 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 апреля 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 апреля 2003 Dmitry V. Levin <ldv at altlinux.org> 2.84-alt7

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

1 марта 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 декабря 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 сентября 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 августа 2002 Dmitry V. Levin <ldv at altlinux.org> 2.84-alt3

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

13 июля 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 февраля 2002 Dmitry V. Levin <ldv at alt-linux.org> 2.84-alt1

  • 2.84
  • Added initreq.h

14 ноября 2001 Dmitry V. Levin <ldv at alt-linux.org> 2.83-alt1

  • 2.83
  • Moved usermode stuff to separate package.

11 сентября 2001 Dmitry V. Levin <ldv at altlinux.ru> 2.82-alt2

  • usermode: fixed pam config.

29 августа 2001 Dmitry V. Levin <ldv at altlinux.ru> 2.82-alt1

  • 2.82

27 августа 2001 Dmitry V. Levin <ldv at altlinux.ru> 2.81-alt2

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

22 августа 2001 Dmitry V. Levin <ldv at altlinux.ru> 2.81-alt1

  • 2.81
  • Added usermode subpackage with consolehelpr bindings.

1 июня 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 мая 2001 Dmitry V. Levin <ldv at altlinux.ru> 2.78-ipl4mdk

  • Fixed umask (rh).

9 февраля 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 января 2001 Dmitry V. Levin <ldv at fandra.org> 2.78-ipl2mdk

  • Added blowfish crypt support (from libcrypt).

18 октября 2000 Dmitry V. Levin <ldv at fandra.org> 2.78-ipl1mdk

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

20 февраля 2000 Dmitry V. Levin <ldv at fandra.org>

  • Fandra adaptions

5 января 2000 Dmitry V. Levin <ldv at fandra.org>

  • Merge with mdk

22 октября 1999 Dmitry V. Levin <ldv at fandra.org>

  • Fandra adaptions

19 октября 1999 Chmouel Boudjnah <chmouel at mandrakesoft.com>

  • Merge with redhat changes.

28 сентября 1999 Axalon Bloodstone <axalon at linux-mandrake.com>

  • nologin patch isn't needed

14 сентября 1999 Daouda LO <daouda at mandrakesoft.com>

  • 2.77

19 мая 1999 Bernhard Rosenkraenzer <bero at linux-mandrake.com>

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

18 мая 1999 Chmouel Boudjnah <chmouel at mandrakesoft.com>

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

12 апреля 1999 Chmouel Boudjnah <chmouel at mandrakesoft.com>

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

9 апреля 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 января 1999 Cristian Gafton <gafton at redhat.com>

  • glibc 2.1

23 августа 1998 Jeff Johnson <jbj at redhat.com>

  • poweroff symlink not included (problem #762)

9 июля 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 июля 1998 Jeff Johnson <jbj at redhat.com>

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

7 мая 1998 Prospector System <bugs at redhat.com>

  • translations modified for de, fr, tr

8 апреля 1998 Cristian Gafton <gafton at redhat.com>

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

1 октября 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 сентября 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 июня 1997 Erik Troan <ewt at redhat.com>

  • updated to 2.71
  • built against glibc 2.0.4

7 февраля 1997 Michael K. Johnson <johnsonm at redhat.com>

  • Added sulogin.8 man page to file list.
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin