added message
authorroot <devnull@localhost>
Wed, 18 Sep 1996 13:28:50 +0000 (13:28 +0000)
committerroot <devnull@localhost>
Wed, 18 Sep 1996 13:28:50 +0000 (13:28 +0000)
CVS patchset: 1033
CVS date: 1996/09/18 13:28:50

checksig.c

index 4e25ded..6c01480 100644 (file)
@@ -23,6 +23,7 @@ int doReSign(int add, char *passPhrase, char **argv)
     
     while (*argv) {
        rpm = *argv++;
+       printf("%s:\n", rpm);
        if ((fd = open(rpm, O_RDONLY, 0644)) < 0) {
            fprintf(stderr, "%s: Open failed\n", rpm);
            exit(1);