aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2013-09-23 10:19:26 +0000
committerintrigeri <intrigeri@boum.org>2013-09-23 10:19:26 +0000
commit0cb6fcd647f648b47a9afd190ee865e70236ded7 (patch)
treeee16e242b039b24658985602cec499e24531d57a
parent0cef84111d3cfe9302d348a5d35d71ec08516195 (diff)
downloadbackupninja-0cb6fcd647f648b47a9afd190ee865e70236ded7.tar.gz
backupninja-0cb6fcd647f648b47a9afd190ee865e70236ded7.tar.bz2
Delete trailing whitespace.
-rw-r--r--examples/example.sys10
-rw-r--r--handlers/sys.helper.in1
-rw-r--r--handlers/sys.in11
3 files changed, 10 insertions, 12 deletions
diff --git a/examples/example.sys b/examples/example.sys
index 39d70bd..f1b5973 100644
--- a/examples/example.sys
+++ b/examples/example.sys
@@ -33,12 +33,12 @@
#
# (6) LVM metadata for every detected volume group, if "lvm = yes"
#
-# (7) a copy of each device's MBR, if "mbr = yes". A master boot record
-# (MBR) is the 512-byte boot sector that is the first sector of a
-# partitioned data storage device of a hard disk. To restore the MBR
-# one could do something like: dd if=sda.mbr of=/dev/sda
+# (7) a copy of each device's MBR, if "mbr = yes". A master boot record
+# (MBR) is the 512-byte boot sector that is the first sector of a
+# partitioned data storage device of a hard disk. To restore the MBR
+# one could do something like: dd if=sda.mbr of=/dev/sda
# (MAKE SURE YOU PASS THE CORRECT DEVICE AS of= !!!)
-# WARNING: Restoring the MBR with a mismatching partition table will
+# WARNING: Restoring the MBR with a mismatching partition table will
# make your data unreadable and nearly impossible to recover
#
# (8) a copy of the BIOS, if "bios = yes" and flashrom is installed
diff --git a/handlers/sys.helper.in b/handlers/sys.helper.in
index 7272f48..f728f51 100644
--- a/handlers/sys.helper.in
+++ b/handlers/sys.helper.in
@@ -57,4 +57,3 @@ $bios
EOF
chmod 600 $next_filename
}
-
diff --git a/handlers/sys.in b/handlers/sys.in
index 4ce18fc..55e0799 100644
--- a/handlers/sys.in
+++ b/handlers/sys.in
@@ -33,12 +33,12 @@
#
# (6) LVM metadata for every detected volume group, if "lvm = yes"
#
-# (7) a copy of each device's MBR, if "mbr = yes". A master boot record
-# (MBR) is the 512-byte boot sector that is the first sector of a
-# partitioned data storage device of a hard disk. To restore the MBR
-# one could do something like: dd if=sda.mbr of=/dev/sda
+# (7) a copy of each device's MBR, if "mbr = yes". A master boot record
+# (MBR) is the 512-byte boot sector that is the first sector of a
+# partitioned data storage device of a hard disk. To restore the MBR
+# one could do something like: dd if=sda.mbr of=/dev/sda
# (MAKE SURE YOU PASS THE CORRECT DEVICE AS of= !!!)
-# WARNING: Restoring the MBR with a mismatching partition table will
+# WARNING: Restoring the MBR with a mismatching partition table will
# make your data unreadable and nearly impossible to recover
#
# (8) a copy of the BIOS, if "bios = yes" and flashrom is installed
@@ -751,4 +751,3 @@ if [ "$bios" == "yes" ]; then
warning "The BIOS could not be saved."
fi
fi
-