SPECS: initng.spec - de; adapterized

shadzik shadzik at pld-linux.org
Tue May 9 01:44:32 CEST 2006


Author: shadzik                      Date: Mon May  8 23:44:32 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- de; adapterized

---- Files affected:
SPECS:
   initng.spec (1.86 -> 1.87) 

---- Diffs:

================================================================
Index: SPECS/initng.spec
diff -u SPECS/initng.spec:1.86 SPECS/initng.spec:1.87
--- SPECS/initng.spec:1.86	Tue May  9 01:28:15 2006
+++ SPECS/initng.spec	Tue May  9 01:44:27 2006
@@ -3,6 +3,7 @@
 #define	_snap 20051022
 %define	_rel 0.1
 Summary:	A next generation init replacement
+Summary(de):	Init Skripts neuer Generation
 Summary(pl):	Zamiennik inita następnej generacji
 Name:		initng
 Version:	0.6.5
@@ -40,6 +41,13 @@
 much faster, and give you more control and statistics over your
 system.
 
+%description -l de
+Initng ersätzt vollständig das doch schon sehr alte und veralterte
+SysVinit. Es wurde mit dem Hintergedanken der Schnelligkeit
+entwickelt, es macht so viel wie nur möglich parrallel. Mit anderen
+Worten: Es bootet das Unixsystem viel schneller und gibt dir mehr
+Kontrolle und Statistiken über das System.
+
 %description -l pl
 Initng całkowicie zastępuje stare i w wielu miejscach przestarzałe
 narzędzie SysVinit. Został zaprojektowany z myślą o szybkości, robi
@@ -90,7 +98,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/sbin/ldconfig
+%{_sbindir}/ldconfig
 if [ "$1" = 1 ]; then
 	%banner -e %{name} <<-EOF
 Remember to add init=%{_sbindir}/initng in your grub or lilo config to use initng.
@@ -102,9 +110,9 @@
 EOF
 fi
 
-/sbin/telinit u || :
+%{_sbindir}/telinit u || :
 
-%postun	-p /sbin/ldconfig
+%postun -p %{_sbindir}/ldconfig
 
 %files
 %defattr(644,root,root,755)
@@ -148,6 +156,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.87  2006/05/08 23:44:27  shadzik
+- de; adapterized
+
 Revision 1.86  2006/05/08 23:28:15  glen
 - use %cmake macro
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/initng.spec?r1=1.86&r2=1.87&f=u



More information about the pld-cvs-commit mailing list