remove sles mkfs disclaimer

OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=123
This commit is contained in:
David Sterba 2012-04-06 12:13:34 +00:00 committed by Git OBS Bridge
parent e82b235207
commit ed962b20cb
2 changed files with 0 additions and 29 deletions

View File

@ -1,28 +0,0 @@
Index: btrfs-progs-v0.19-118-gfdb6c04/mkfs.c
===================================================================
--- btrfs-progs-v0.19-118-gfdb6c04.orig/mkfs.c
+++ btrfs-progs-v0.19-118-gfdb6c04/mkfs.c
@@ -1297,8 +1297,13 @@ int main(int ac, char **av)
if (ac == 0)
print_usage();
- printf("\nWARNING! - %s IS EXPERIMENTAL\n", BTRFS_BUILD_VERSION);
- printf("WARNING! - see http://btrfs.wiki.kernel.org before using\n\n");
+ printf("\n%s\n", BTRFS_BUILD_VERSION);
+ printf("\n\
+ATTENTION:\n\
+\n\
+mkfs.btrfs is not intended to be used directly. Please use the\n\
+YaST partitioner to create and manage btrfs filesystems to be\n\
+in a supported state on SUSE Linux Enterprise systems.\n\n");
if (source_dir == 0) {
file = av[optind++];
@@ -1456,7 +1461,6 @@ raid_groups:
pretty_buf = pretty_sizes(btrfs_super_total_bytes(&root->fs_info->super_copy)));
free(pretty_buf);
- printf("%s\n", BTRFS_BUILD_VERSION);
btrfs_commit_transaction(trans, root);
if (source_dir_set) {

View File

@ -132,7 +132,6 @@ Patch138: 0138-Btrfs-progs-bugfix-for-scrubbing-single-devices.patch
#
Patch250: btrfs-progs-fix-open_ctree_usage_segfaults.patch
Patch251: btrfs-mkfs-update-disclaimer.patch
Patch253: btrfs-reorder-commands-help
BuildRoot: %{_tmppath}/%{name}-%{version}-build