fsck: remove namesys.com reference in error text

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
diff --git a/fsck/pass2.c b/fsck/pass2.c
index d34a92f..60bccce 100644
--- a/fsck/pass2.c
+++ b/fsck/pass2.c
@@ -635,5 +635,5 @@
 
 	if (get_sb_root_block(fs->fs_ondisk_sb) == ~(__u32) 0 ||
 	    get_sb_root_block(fs->fs_ondisk_sb) == 0)
-		die("\nNo reiserfs metadata found.  If you are sure that you had the reiserfs\n" "on this partition,  then the start  of the partition  might be changed\n" "or all data were wiped out. The start of the partition may get changed\n" "by a partitioner  if you have used one.  Then you probably rebuilt the\n" "superblock as there was no one.  Zero the block at 64K offset from the\n" "start of the partition (a new super block you have just built) and try\n" "to move the start of the partition a few cylinders aside  and check if\n" "debugreiserfs /dev/xxx detects a reiserfs super block. If it does this\n" "is likely to be the right super block version.                        \n" "If this makes you nervous, try  www.namesys.com/support.html,  and for\n" "$25 the author of fsck,  or a colleague  if he is out,  will  step you\n" "through it all.\n");
+		die("\nNo reiserfs metadata found.  If you are sure that you had the reiserfs\n" "on this partition,  then the start  of the partition  might be changed\n" "or all data were wiped out. The start of the partition may get changed\n" "by a partitioner  if you have used one.  Then you probably rebuilt the\n" "superblock as there was no one.  Zero the block at 64K offset from the\n" "start of the partition (a new super block you have just built) and try\n" "to move the start of the partition a few cylinders aside  and check if\n" "debugreiserfs /dev/xxx detects a reiserfs super block. If it does this\n" "is likely to be the right super block version.                        \n");
 }