Summary: System V initialization program Summary(de): System V-Intialisierungsprogramm Summary(es): Programa de inicialización System V Summary(fr): Programme d'initialisation Sys V Summary(pl): Program inicjalizuj±cy w Systemie V Summary(pt_BR): Programa de inicialização System V Summary(ru): ðÒÏÇÒÁÍÍÙ, ÕÐÒÁ×ÌÑÀÝÉÅ ÂÁÚÏ×ÙÍÉ ÓÉÓÔÅÍÎÙÍÉ ÐÒÏÃÅÓÓÁÍÉ Summary(tr): System V baþlatma programý Summary(uk): ðÒÏÇÒÁÍÉ, ÝÏ ËÅÒÕÀÔØ ÂÁÚÏ×ÉÍÉ ÓÉÓÔÅÍÎÉÍÉ ÐÒÏÃÅÓÁÍÉ Name: SysVinit Version: 2.85 Release: 5 License: GPL Group: Base Source0: ftp://ftp.cistron.nl/pub/people/miquels/software/sysvinit-%{version}.tar.gz # Source0-md5: 8a2d8f1ed5a2909da04132fefa44905e Source1: sysvinit.logrotate Source2: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/sysvinit-non-english-man-pages.tar.bz2 # Source2-md5: 9ae8a63a4685368fae19707f95475cca Patch0: sysvinit-paths.patch Patch1: sysvinit-bequiet.patch Patch2: sysvinit-md5-bigendian.patch Patch3: sysvinit-wtmp.patch Patch4: sysvinit-man.patch Patch5: sysvinit-halt.patch Patch6: sysvinit-blowfish.patch Patch7: sysvinit-initctl.patch Patch8: sysvinit-autofsck.patch Patch9: sysvinit-pidof.patch Patch10: sysvinit-log-signals.patch Patch11: sysvinit-killall5.patch Patch12: sysvinit-selinux.patch BuildRequires: libselinux-devel Requires(pre): /usr/bin/getgid Requires(pre): /usr/sbin/groupadd Requires(post): fileutils Requires(postun): /usr/sbin/groupdel Requires: /bin/awk Requires: login Requires: logrotate Requires: mingetty BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _sbindir /sbin %description The SysVinit package contains a group of processes that control the very basic functions of your system. SysVinit includes the init program, the first program started by the Linux kernel when the system boots. Init then controls the startup, running and shutdown of all other programs. %description -l de SysVinit ist das erste Programm, das beim Systemstart vom Linux-Kernel gestartet wird. Es steuert das Starten, Ausführen und Beenden aller anderen Programme. %description -l es SysVinit es el primer programa ejecutado por el kernel Linux cuando se inicia el sistema. Controla arranque, funcionamiento y cierre de todos los otros programas. %description -l fr SysVinit est le premier programme exécuté par le noyau de Linux lorsque le système démarre, il contrôle le lancement, l'exécution et l'arrêt de tous les autres programmes. %description -l pl SysVinit jest pierwszym programem uruchamianym przez j±dro podczas startu systemu. Kontroluje start, pracê oraz zamykanie wszystkich innych programów. %description -l pt_BR SysVinit é o primeiro programa executado pelo kernel Linux quando o sistema é inicializado. Controla inicialização, funcionamento e finalização de todos os outros programas. %description -l ru ðÁËÅÔ SysVinit ÓÏÄÅÒÖÉÔ ÇÒÕÐÐÕ ÐÒÏÃÅÓÓÏ×, ËÏÔÏÒÙÅ ÕÐÒÁ×ÌÑÀÔ ÓÁÍÙÍÉ ÂÁÚÏ×ÙÍÉ ÆÕÎËÃÉÑÍÉ ×ÁÛÅÊ ÓÉÓÔÅÍÙ. SysVinit ×ËÌÀÞÁÅÔ ÐÒÏÇÒÁÍÍÕ init, ÓÁÍÕÀ ÐÅÒ×ÕÀ ÐÒÏÇÒÁÍÍÕ, ËÏÔÏÒÁÑ ÚÁÐÕÓËÁÅÔÓÑ ÑÄÒÏÍ Linux ÐÒÉ ÚÁÇÒÕÚËÅ ÓÉÓÔÅÍÙ. ðÏÓÌÅ ÜÔÏÇÏ init ÕÐÒÁ×ÌÑÅÔ ÚÁÐÕÓËÏÍ, ÉÓÐÏÌÎÅÎÉÅÍ É ÏÓÔÁÎÏ×ÏÍ ×ÓÅÈ ÏÓÔÁÌØÎÙÈ ÐÒÏÇÒÁÍÍ. %description -l tr SysVinit, sistem açýlýrken Linux çekirdeði tarafýndan çalýþtýrýlan ilk programdýr. Diðer programlarýn baþlamalarýný, çalýþmalarýný ve sonlanmalarýný saðlar/denetler. %description -l uk ðÁËÅÔ SysVinit ͦÓÔÉÔØ ÇÒÕÐÕ ÐÒÏÃÅÓ¦×, ËÏÔÒ¦ ËÅÒÕÀÔØ ÓÁÍÉÍÉ ÂÁÚÏ×ÉÍÉ ÆÕÎËæÑÍÉ ×ÁÛϧ ÓÉÓÔÅÍÉ. SysVinit ͦÓÔÉÔØ ÐÒÏÇÒÁÍÕ init, ÐÅÒÛÕ ÐÒÏÇÒÁÍÕ, ÑËÕ ÚÁÐÕÓËÁ¤ ÑÄÒÏ Linux Ð¦Ä ÞÁÓ ÚÁÇÒÕÚËÉ ÓÉÓÔÅÍÉ. ð¦ÓÌÑ ÃØÏÇÏ init ËÅÒÕ¤ ÚÁÐÕÓËÏÍ, ×ÉËÏÎÁÎÎÑÍ ÔÁ ÚÕÐÉÎËÏÀ ×Ó¦È ¦ÎÛÉÈ ÐÒÏÇÒÁÍ. %prep %setup -q -n sysvinit-%{version} %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %patch5 -p1 %patch6 -p1 %patch7 -p1 %patch8 -p1 %patch9 -p1 %patch10 -p1 %patch11 -p1 %patch12 -p1 %build %{__make} -C src \ LCRYPT="-lcrypt" \ OPTIMIZE="%{rpmcflags}" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_mandir}/man{1,5,8}} \ $RPM_BUILD_ROOT{%{_sysconfdir},/etc/logrotate.d,/var/log} %{__make} install -C src \ ROOT=$RPM_BUILD_ROOT \ BIN_OWNER=`id -u` \ BIN_GROUP=`id -g` install %{SOURCE1} $RPM_BUILD_ROOT/etc/logrotate.d/sysvinit ln -sf ../var/run/initrunlvl $RPM_BUILD_ROOT%{_sysconfdir} ln -sf killall5 $RPM_BUILD_ROOT%{_sbindir}/pidof > $RPM_BUILD_ROOT%{_sysconfdir}/ioctl.save > $RPM_BUILD_ROOT/var/log/faillog > $RPM_BUILD_ROOT/var/log/lastlog > $RPM_BUILD_ROOT/var/log/wtmpx > $RPM_BUILD_ROOT/var/log/btmpx echo .so last.1 > $RPM_BUILD_ROOT%{_mandir}/man1/lastb.1 echo .so halt.8 > $RPM_BUILD_ROOT%{_mandir}/man8/poweroff.8 echo .so halt.8 > $RPM_BUILD_ROOT%{_mandir}/man8/reboot.8 echo .so init.8 > $RPM_BUILD_ROOT%{_mandir}/man8/telinit.8 bzip2 -dc %{SOURCE2} | tar xf - -C $RPM_BUILD_ROOT%{_mandir} %clean rm -rf $RPM_BUILD_ROOT %pre if [ -n "`/usr/bin/getgid utmp`" ]; then if [ "`/usr/bin/getgid utmp`" != "22" ]; then echo "Error: group utmp doesn't have gid=22. Correct this before installing SysVinit." 1>&2 exit 1 fi else /usr/sbin/groupadd -g 22 -r -f utmp fi %post touch %{_sysconfdir}/ioctl.save /var/log/{fail,last}log chmod 000 %{_sysconfdir}/ioctl.save /var/log/{fail,last}log chown root:root %{_sysconfdir}/ioctl.save /var/log/faillog chown root:utmp /var/log/lastlog chmod 600 %{_sysconfdir}/ioctl.save chmod 640 /var/log/faillog chmod 660 /var/log/lastlog %{_sbindir}/telinit u || : %postun if [ "$1" = "0" ]; then /usr/sbin/groupdel utmp fi %files %defattr(644,root,root,755) %doc doc/{Propaganda,Changelog,*.lsm} %attr(755,root,root) %{_sbindir}/* %attr(755,root,root) %{_bindir}/last %attr(755,root,root) %{_bindir}/lastb %attr(755,root,root) %{_bindir}/mesg %attr(755,root,root) %{_bindir}/utmpx-dump %attr(2755,root,tty) %{_bindir}/wall %attr(640,root,root) /etc/logrotate.d/sysvinit %ghost %{_sysconfdir}/initrunlvl %attr(600,root,root) %ghost %{_sysconfdir}/ioctl.save %attr(640,root,root) %ghost /var/log/faillog %attr(660,root,utmp) %ghost /var/log/lastlog %attr(664,root,utmp) %ghost /var/log/wtmpx %attr(640,root,root) %ghost /var/log/btmpx %{_mandir}/man[158]/* %lang(de) %{_mandir}/de/man[158]/* %lang(es) %{_mandir}/es/man[158]/* %lang(fi) %{_mandir}/fi/man[158]/* %lang(fr) %{_mandir}/fr/man[158]/* %lang(hu) %{_mandir}/hu/man[158]/* %lang(id) %{_mandir}/id/man[158]/* %lang(it) %{_mandir}/it/man[158]/* %lang(ja) %{_mandir}/ja/man[158]/* %lang(ko) %{_mandir}/ko/man[158]/* %lang(pl) %{_mandir}/pl/man[158]/*