]> git.pld-linux.org Git - packages/john.git/commitdiff
- consistent en,pl order in subject and body
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 18 Feb 2006 14:12:05 +0000 (14:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- only us-ascii is allowed in non-MIME body

Changed files:
    john-mailer.patch -> 1.2

john-mailer.patch

index 20a958c91d1565a681dcd5d7b8aba5545b0317cd..72562ebe64d6d6581bd28faec0d75d33a668ddeb 100644 (file)
@@ -1,6 +1,5 @@
-diff -ruN john-1.6./run/mailer john-1.6/run/mailer
---- john-1.6./run/mailer       1998-12-03 01:29:50.000000000 +0100
-+++ john-1.6/run/mailer        2003-07-12 12:06:43.000000000 +0200
+--- john-1.7/run/mailer.orig   1998-12-02 00:08:50.000000000 +0100
++++ john-1.7/run/mailer        2006-02-18 15:08:59.181310750 +0100
 @@ -10,10 +10,11 @@
  fi
  
@@ -15,7 +14,7 @@ diff -ruN john-1.6./run/mailer john-1.6/run/mailer
  
  # Let's start
  $DIR/john -show "$1" -shells:$SHELLS | sed -n 's/:.*//p' |
-@@ -21,10 +22,23 @@
+@@ -21,10 +22,13 @@
        SENT=0
  
        while read LOGIN; do
@@ -26,25 +25,26 @@ diff -ruN john-1.6./run/mailer john-1.6/run/mailer
 -              mail -s 'Bad password' "$LOGIN" << EOF
 +              mail -s 'Bad password / Zle haslo' "$LOGIN" << EOF
 +--------------------------------------------------------------------------
-+[PL]
-+
-+Witaj!
-+
-+Twoje has³o dla konta "$LOGIN" nie jest bezpieczne. Proszê zmieñ
-+je tak szybko jak to jest mo¿liwe.
-+
-+Twój,
-+      Robot Sprawdzaj±cy Has³a.
-+--------------------------------------------------------------------------
-+[ENG]
++[EN]
 +
  Hello!
  
  Your password for account "$LOGIN" is insecure. Please change it as soon
-@@ -32,6 +46,7 @@
+@@ -32,6 +36,17 @@
  
  Yours,
        Password Checking Robot.
++--------------------------------------------------------------------------
++[PL]
++
++Witaj!
++
++Twoje haslo dla konta "$LOGIN" nie jest bezpieczne. Prosze zmien
++je tak szybko jak to jest mozliwe.
++
++Twoj,
++      Robot sprawdzajacy hasla.
 +--------------------------------------------------------------------------
  EOF
  
+               SENT=$(($SENT+1))
This page took 0.044652 seconds and 4 git commands to generate.