~ubuntu-branches/ubuntu/vivid/btrfs-tools/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/0004-Default-to-acting-like-fsck.patch

  • Committer: Package Import Robot
  • Author(s): Dimitri John Ledkov
  • Date: 2014-09-21 02:05:14 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20140921020514-w1kchah2ewgs3wwb
Tags: 3.16-1
* New upstream release.
* Add asciidoc & xmlto build dependencies.
* Disable test-suites for now, should be run as autopkgtests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From b046e44a7f444b1150ce765512dd56a6505229b2 Mon Sep 17 00:00:00 2001
 
1
From 4e4f7ac0475892fee0bd2224c23aa32acaae0b81 Mon Sep 17 00:00:00 2001
2
2
From: Dimitri John Ledkov <xnox@debian.org>
3
3
Date: Sat, 19 Apr 2014 12:10:15 +0100
4
4
Subject: Default to acting like fsck.
13
13
 1 file changed, 1 insertion(+), 1 deletion(-)
14
14
 
15
15
diff --git a/btrfs.c b/btrfs.c
16
 
index f8b87af..adbd668 100644
 
16
index e83349c..e8a87ac 100644
17
17
--- a/btrfs.c
18
18
+++ b/btrfs.c
19
 
@@ -261,7 +261,7 @@ int main(int argc, char **argv)
 
19
@@ -222,7 +222,7 @@ int main(int argc, char **argv)
20
20
        else
21
21
                bname = argv[0];
22
22