From 743ed16724b78f85d4084327bd732397e58e2e7d Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Fri, 3 Sep 1999 17:27:55 +0000 Subject: [PATCH] Actually inform the user when the floppy has been unmounted in the sample script. PR: docs/13384 Submitted by: Nestor Calvo --- en_US.ISO8859-1/books/handbook/backups/chapter.sgml | 5 +++-- en_US.ISO_8859-1/books/handbook/backups/chapter.sgml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/backups/chapter.sgml b/en_US.ISO8859-1/books/handbook/backups/chapter.sgml index a86cfe5598..682286a6ad 100644 --- a/en_US.ISO8859-1/books/handbook/backups/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/backups/chapter.sgml @@ -1,7 +1,7 @@ @@ -553,7 +553,8 @@ chmod 644 /mnt/etc/passwd # # umount the floppy and inform the user # -/sbin/umount /mnt]]> +/sbin/umount /mnt +echo "The floppy has been unmounted and is now ready."]]> diff --git a/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml b/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml index a86cfe5598..682286a6ad 100644 --- a/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml +++ b/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml @@ -1,7 +1,7 @@ @@ -553,7 +553,8 @@ chmod 644 /mnt/etc/passwd # # umount the floppy and inform the user # -/sbin/umount /mnt]]> +/sbin/umount /mnt +echo "The floppy has been unmounted and is now ready."]]>