Minor string changes in sources
authorJoachim Wiedorn <ad_debian@joonet.de>
Tue, 18 Jan 2011 23:42:21 +0000 (00:42 +0100)
committerJoachim Wiedorn <ad_debian@joonet.de>
Tue, 18 Jan 2011 23:42:21 +0000 (00:42 +0100)
debian/patches/02_lilo-version-debian.patch
debian/patches/05_readme.disk-change.patch

index 4a6b406f76a99a8da56afe92bcdaa9a9a10e4ef8..fc99084ea9fa02a9fb02d08f099c3985a6a4f0eb 100644 (file)
@@ -25,7 +25,7 @@ diff -urN s01/src/lilo.c s02/src/lilo.c
         printf("LILO version %d.%d%s%s", VERSION_MAJOR, VERSION_MINOR,
              VERSION_EDIT, test ? " (test mode)" : "");
        if (version && verbose<=0) {
-+          printf (" (Debian GNU/Linux)");
++          printf (" (Debian)");
            printf("\n");
            return 0;
        }
@@ -33,7 +33,7 @@ diff -urN s01/src/lilo.c s02/src/lilo.c
            }
  #endif
        }
-+        printf ("Debian GNU/Linux\n");
++        printf ("Debian\n");
          printf("\n");
          if (version) {
              if (verbose>=2) configuration();
index 9b10c573df01a33979b421723b10de627843d0ee..2e61e46417a3bfb492bc2c9e176fb5f93c97b4d5 100644 (file)
@@ -17,8 +17,8 @@ diff -urN v06/readme/README.disk v07/readme/README.disk
 -disk into the A: drive (/dev/fd0).  Type the command "make floppy". 
 -After the files have assembled, the bootable floppy disk will be created.
 +Change into the /usr/lib/lilo directory.  Insert a formatted floppy
-+disk into the A: drive (/dev/fd0).  Type the command "make -f Makefile".
-+A bootable floppy disk will be created.
++disk into the A: drive (/dev/fd0).  Type the command "make". A bootable
++floppy disk will be created.
  
  Running the diagnostic
  ======================