aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/powerpc/boot1.chrp/generate-hfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/powerpc/boot1.chrp/generate-hfs.sh')
-rw-r--r--[-rwxr-xr-x]sys/boot/powerpc/boot1.chrp/generate-hfs.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/powerpc/boot1.chrp/generate-hfs.sh b/sys/boot/powerpc/boot1.chrp/generate-hfs.sh
index ab5694dd8bc8..62f47de28563 100755..100644
--- a/sys/boot/powerpc/boot1.chrp/generate-hfs.sh
+++ b/sys/boot/powerpc/boot1.chrp/generate-hfs.sh
@@ -10,7 +10,7 @@
# template (e.g. because the boot block or the CHRP script have grown),
# you must install it from ports.
-# $FreeBSD$
+# $FreeBSD: src/sys/boot/powerpc/boot1.chrp/generate-hfs.sh,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
HFS_SIZE=1600 #Size in 512-byte blocks of the produced image
@@ -50,14 +50,14 @@ BOOTINFO_OFFSET=$(echo 0x$BOOTINFO_OFFSET | awk '{printf("%x\n",$1/512);}')
BOOT1_OFFSET=$(echo 0x$BOOT1_OFFSET | awk '{printf("%x\n",$1/512);}')
echo '# This file autogenerated by generate-hfs.sh - DO NOT EDIT' > Makefile.hfs
-echo '# $FreeBSD$' >> Makefile.hfs
+echo '# $FreeBSD: src/sys/boot/powerpc/boot1.chrp/generate-hfs.sh,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $' >> Makefile.hfs
echo "BOOTINFO_OFFSET=0x$BOOTINFO_OFFSET" >> Makefile.hfs
echo "BOOT1_OFFSET=0x$BOOT1_OFFSET" >> Makefile.hfs
bzip2 $OUTPUT_FILE
echo 'HFS template boot filesystem created by generate-hfs.sh' > $OUTPUT_FILE.bz2.uu
echo 'DO NOT EDIT' >> $OUTPUT_FILE.bz2.uu
-echo '$FreeBSD$' >> $OUTPUT_FILE.bz2.uu
+echo '$FreeBSD: src/sys/boot/powerpc/boot1.chrp/generate-hfs.sh,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $' >> $OUTPUT_FILE.bz2.uu
uuencode $OUTPUT_FILE.bz2 $OUTPUT_FILE.bz2 >> $OUTPUT_FILE.bz2.uu
rm $OUTPUT_FILE.bz2