search for: d7783a6

Displaying 1 result from an estimated 1 matches for "d7783a6".

Did you mean: 7b783a6
2018 Jan 23
1
[PATCH nbdkit] Change the default protocol to newstyle.
...-i */ -int newstyle; /* -n */ +int newstyle = 1; /* 0 = -o, 1 = -n */ char *pidfile; /* -P */ const char *port; /* -p */ int readonly; /* -r */ diff --git a/tests/test-single.sh b/tests/test-single.sh index 5f60367..d7783a6 100755 --- a/tests/test-single.sh +++ b/tests/test-single.sh @@ -38,4 +38,4 @@ source ./functions.sh # Test nbdkit -s option. # XXX Not sure what is a really good test of this. -nbdkit -s example1 </dev/null +nbdkit -o -s example1 </dev/null -- 2.13.2