From: Joachim Wiedorn Date: Tue, 18 Jan 2011 23:42:21 +0000 (+0100) Subject: Minor string changes in sources X-Git-Tag: debian/23.1-1~7 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=87555a08ccabf2a3f065ee8a7957cb4f20a49614;p=rrq%2Fmaintain_lilo.git Minor string changes in sources --- diff --git a/debian/patches/02_lilo-version-debian.patch b/debian/patches/02_lilo-version-debian.patch index 4a6b406..fc99084 100644 --- a/debian/patches/02_lilo-version-debian.patch +++ b/debian/patches/02_lilo-version-debian.patch @@ -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(); diff --git a/debian/patches/05_readme.disk-change.patch b/debian/patches/05_readme.disk-change.patch index 9b10c57..2e61e46 100644 --- a/debian/patches/05_readme.disk-change.patch +++ b/debian/patches/05_readme.disk-change.patch @@ -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 ======================