commit 49f0450e5763d221df80c9441a1b7a480aa798f5
Author: kura <[email protected]>
Date:   Sat Nov 27 10:10:20 1999 +0000

    version 0.4
    - s/<_login>/<cvs_login>/
    - added adding 'Log' CVS keyword
    
    Changed files:
        adapter.awk -> 1.5

 adapter.awk | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/adapter.awk b/adapter.awk
index d4e08cc..3b2cc25 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -1,6 +1,6 @@
 #!/bin/awk -f
 #
-# This is adapter v0.3+. Adapter adapts .spec files for PLD.
+# This is adapter v0.4. Adapter adapts .spec files for PLD.
 # Copyright (C) 1999 Micha� Kuratczyk <[email protected]>
 
 BEGIN {
@@ -93,8 +93,9 @@ bof == 1 {
        if (boc == 1) {
                if (!/PLD Team/) {
                        print "* %{date} PLD Team <[email protected]>";
-                       printf "All below listed persons can be reached on";
-                       print "<_login>@pld.org.pl\n"
+                       printf "All below listed persons can be reached on ";
+                       print "<cvs_login>@pld.org.pl\n\n";
+                       print "$" "Log:$";
                }
                boc = 0;
        }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to