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: 0.9.5 Release: 3 Copyright: GPL Group: Utilities/System Group(pt): Utilitários/Sistema Group(pl_BR): Narzędzia/System Source: ftp://ftp.redhat.com/pub/redhat/code/chkconfig/%{name}-%{version}.tar.gz 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 níveis de execuçăo Group: Utilities/System Group(pt_BR): Utilitários/Sistema Group(pl): Narzędzia/System Requires: chkconfig = %{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 %build %ifarch sparc LIBMHACK=-lm %endif make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" LIBMHACK=$LIBMHACK %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/etc/rc.d/rc{0,1,2,3,4,5,6}.d make instroot=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644, root, root, 755) %attr(755, root, root) /sbin/chkconfig %attr(644, root, man) /usr/man/man8/* /etc/rc.d %lang(cs) /usr/share/locale/cs/LC_MESSAGES/chkconfig.mo %lang(de) /usr/share/locale/de/LC_MESSAGES/chkconfig.mo %lang(en) /usr/share/locale/en*/LC_MESSAGES/chkconfig.mo %lang(fr) /usr/share/locale/fr/LC_MESSAGES/chkconfig.mo %lang(no) /usr/share/locale/no/LC_MESSAGES/chkconfig.mo %lang(pt_BR) /usr/share/locale/pt_BR/LC_MESSAGES/chkconfig.mo %lang(ro) /usr/share/locale/ro/LC_MESSAGES/chkconfig.mo %lang(sk) /usr/share/locale/sk/LC_MESSAGES/chkconfig.mo %lang(sr) /usr/share/locale/sr/LC_MESSAGES/chkconfig.mo %lang(tr) /usr/share/locale/tr/LC_MESSAGES/chkconfig.mo %files -n ntsysv %attr(755, root, root) /usr/sbin/ntsysv %attr(644, root, man) /usr/man/man8/* %changelog * 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 /usr/share/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. * Thu Oct 08 1998 Cristian Gafton - updated czech translation (and use cs instead of cz) * Tue Sep 22 1998 Arnaldo Carvalho de Melo - added pt_BR translations - added more translatable strings - support for i18n init.d scripts description * Sun Aug 02 1998 Erik Troan - built against newt 0.30 - split ntsysv into a separate package * Thu May 07 1998 Erik Troan - added numerous translations * Mon Mar 23 1998 Erik Troan - added i18n support * Sun Mar 22 1998 Erik Troan - added --back