]> git.pld-linux.org Git - packages/chntpw.git/commitdiff
- pl, cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 2 Aug 2003 21:27:38 +0000 (21:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chntpw.spec -> 1.2

chntpw.spec

index ebbdaf9f6a2484abcf41972882da78e75d9b1e80..777baa67483bc90762ae02f3cfd943056665bbcf 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       NT SAM password recovery utility
+Summary(pl):   Narzêdzie do odtwarzania hase³ NT SAM
 Name:          chntpw
 Version:       030126
 Release:       0.1
@@ -12,27 +13,41 @@ BuildRequires:      openssl-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-NT SAM password recovery utility This little program provides a way to
-view information and change user passwords in a Windows NT/2000
-userdatabase file. Old passwords need not be known since they are
-overwritten. In addition it also contains a simple registry editor
-(same size data writes) and an hex-editor which enables you to fiddle
-around with bits and bytes in the file as you wish. If you want
-GNU/Linux bootdisks for offline password recovery you can add this
-utility to custom image disks or use those provided at the tools
-homepage.
+chntpw is NT SAM password recovery utility. This little program
+provides a way to view information and change user passwords in a
+Windows NT/2000 userdatabase file. Old passwords need not be known
+since they are overwritten. In addition it also contains a simple
+registry editor (same size data writes) and an hex-editor which
+enables you to fiddle around with bits and bytes in the file as you
+wish. If you want GNU/Linux bootdisks for offline password recovery
+you can add this utility to custom image disks or use those provided
+at the tools homepage.
+
+%description -l pl
+chntpw to narzêdzie do odtwarzania hase³ NT SAM. Ten ma³y program
+dostarcza sposób na ogl±danie informacji i zmianê hase³ u¿ytkowników
+w pliku bazy u¿ytkowników Windows NT/2000. Nie trzeba znaæ starych
+hase³, poniewa¿ zostan± one nadpisane. Ponadto pakiet zawiera prosty
+edytor rejestru (zapis danych o tym samym rozmiarze) i edytor
+szesnastkowy pozwalaj±cy na modyfikowanie bitów i bajtów w dowolnym
+pliku. Je¶li chcemy mieæ bootkietkê z Linuksem do odtwarzania hase³,
+mo¿emy dodaæ to narzêdzie do w³asnych obrazów lub u¿yæ obrazów ze
+strony domowej.
 
 %prep
 %setup -q -c
 %patch0 -p1
 
 %build
-%{__make} CC="%{__cc}" CFLAGS="%{rpmcflags}"
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -D chntpw $RPM_BUILD_ROOT/%{_bindir}/chntpw
-install -D chntpw.8 $RPM_BUILD_ROOT/%{_mandir}/man8/chntpw.8
+
+install -D chntpw $RPM_BUILD_ROOT%{_bindir}/chntpw
+install -D chntpw.8 $RPM_BUILD_ROOT%{_mandir}/man8/chntpw.8
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.072064 seconds and 4 git commands to generate.