Summary: Updates and queries runlevel information for system services Summary(de): Aktualisiert runlevel-Informationen für Systemdienste und fragt diese ab Summary(fr): Mises ŕ jour et interrogations des services systčmes Summary(pl): Narzędzie do aktualizacji i odpytywania o informacje nt serwisów systemowych Summary(pt_BR): Ferramenta para atualizar e listar serviços do sistema, pelo nível de execuçăo (runlevel) Summary(tr): Sistem servis bilgilerini sorgular ve yeniler Name: chkconfig Version: 1.0.6 Release: 3 Copyright: GPL Group: Utilities/System Group(pt_BR): Utilitários/Sistema Group(pl): Narzędzia/System URL: ftp://ftp.redhat.com/pub/redhat/code/chkconfig Source0: %{name}-%{version}.tar.gz Source1: chkconfig.pl.po Patch0: chkconfig-opt.patch Patch1: chkconfig-fhs.patch Patch2: chkconfig-pld.patch BuildPrereq: slang-devel BuildPrereq: newt-devel BuildPrereq: popt-devel BuildRoot: /tmp/%{name}-%{version}-root %description chkconfig provides a simple command-line tool for maintaining the /etc/rc.d directory hierarchy by relieving system administrators of directly manipulating the numerous symbolic links in that directory. %description -l de chkconfig bietet ein einfaches Befehlszeilen-Tool zum Verwalten der Verzeichnishierarchie /etc/rc.d, indem es dem Systemadministrator das direkte Bearbeiten der zahlreichen symbolischen Verknüpfungen in diesem Verzeichnis abnimmt. %description -l fr chkconfig offre un outil simple en ligne de commande pour maintenir la hiérarchie du répertoire /etc/rc.d tout en évitant aux administrateurs systčme de manipuler les différents liens symbolique de ce répertoire. %description -l pl Pakiet chkconfig udostępnia proste narzędzia do zarządzania zawartością katalogów w /etc/rc.d %description -l pt_BR Chkconfig provę uma ferramenta simples na linha de comando para manter a hierarquia de diretórios /etc/rc.d, aliviando os administradores do sistema da manipulaçăo direta de numerosos links simbólicos. %description -l tr Sađladýđý basit bir komut satýrý programý yardýmýyla, /etc/rc.d dizinlerinin yapýsýyla ilgilenerek sistem yöneticilerinin bu dizinlerde bulunan çok sayýdaki simgesel bađlantýyý düzenleme iţini hafifletir. %package -n ntsysv Summary: Full-screen interface for configurating runlevel information Summary(pt_BR): Interface com menus para configuraçăo de informaçőes de \ Summary(pt_BR): níveis de execuçăo Group: Utilities/System Group(pt_BR): Utilitários/Sistema Group(pl): Narzędzia/System Requires: %{name} = %{version} %description -n ntsysv ntsysv provides a full-screen tool for updating the /etc/rc.d directory hierarchy, which controls the starting and stopping of system services. %description -l pl -n ntsysv ntsysv udostępnia pełnoekranowe narzędzie do aktualizowania zawartości katalogów w /etc/rc.d, które kontrolują startowanie i stopowanie poszczególnych serwisów systemowych. %description -l pt_BR -n ntsysv O ntsysv fornece uma ferramenta baseada em menus para atualizar a hierarquia de diretórios /etc/rc.d, que controla a inicializaçăo e a terminaçăo de serviços do sistema. %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 install %{SOURCE1} po/pl.po %build %ifarch sparc LIBMHACK=-lm %endif make \ OPTIMIZE="$RPM_OPT_FLAGS" \ LIBMHACK="$LIBMHACK" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/etc/rc.d/{init,rc{0,1,2,3,4,5,6}}.d make \ instroot=$RPM_BUILD_ROOT \ install gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/* %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) %attr(755,root,root) /sbin/chkconfig %{_mandir}/man8/chkconfig.8* %dir /etc/rc.d %dir /etc/rc.d/* %files -n ntsysv %defattr(644,root,root,755) %attr(755,root,root) %{_sbindir}/ntsysv %{_mandir}/man8/ntsysv.8* %changelog * Wed Apr 21 1999 Piotr Czerwiński [1.0.5-1] - updated to 1.0.5, - removed man group from man pages, - added %defattr description in %files -n ntsysv, - replacements in %files, - added gzipping man pages, - added %dir macros, - fixed Requires in ntsysv, - cosmetic changes, - recompiled on rpm 3. * Tue Jan 26 1999 Michał Kuratczyk [0.9.5-3] - fixed pl translation, - added "Group(pl)", - cosmetics changes in %%files. * Thu Oct 15 1998 Tomasz Kłoczko [0.9.5-2] - added -q %setup parameter, - changed Buildroot to /tmp/%%{name}-%%{version}-root, - added using %%{name} and %%{version} in Source, - added %lang macros for files %{_datadir}/locale/*/LC_MESSAGES/chkconfig.mo - added pl translation, - fiew simplification in %files and %install, - added "Requires: chkconfig = %%{version}" for ntsysv, - added full %attr description in %files.