]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/patches/1001-cmd-python-exec-path.patch
Replace get_next.sh with one-liner awk script in rules.
[mirror_zfs-debian.git] / debian / patches / 1001-cmd-python-exec-path.patch
1 Index: zfs-linux-0.6.5.8/cmd/arc_summary/arc_summary.py
2 ===================================================================
3 --- zfs-linux-0.6.5.8.orig/cmd/arc_summary/arc_summary.py
4 +++ zfs-linux-0.6.5.8/cmd/arc_summary/arc_summary.py
5 @@ -1,4 +1,4 @@
6 -#!/usr/bin/python
7 +#!/usr/bin/python3
8 #
9 # $Id: arc_summary.pl,v 388:e27800740aa2 2011-07-08 02:53:29Z jhell $
10 #
11 Index: zfs-linux-0.6.5.8/cmd/arcstat/arcstat.py
12 ===================================================================
13 --- zfs-linux-0.6.5.8.orig/cmd/arcstat/arcstat.py
14 +++ zfs-linux-0.6.5.8/cmd/arcstat/arcstat.py
15 @@ -1,4 +1,4 @@
16 -#!/usr/bin/python
17 +#!/usr/bin/python3
18 #
19 # Print out ZFS ARC Statistics exported via kstat(1)
20 # For a definition of fields, or usage, use arctstat.pl -v
21 Index: zfs-linux-0.6.5.8/cmd/dbufstat/dbufstat.py
22 ===================================================================
23 --- zfs-linux-0.6.5.8.orig/cmd/dbufstat/dbufstat.py
24 +++ zfs-linux-0.6.5.8/cmd/dbufstat/dbufstat.py
25 @@ -1,4 +1,4 @@
26 -#!/usr/bin/python
27 +#!/usr/bin/python3
28 #
29 # Print out statistics for all cached dmu buffers. This information
30 # is available through the dbufs kstat and may be post-processed as