package/suricata: fix shabang for python scripts
authorYi Zheng <goodmenzy@gmail.com>
Sat, 8 Jun 2019 03:24:25 +0000 (11:24 +0800)
committerYann E. MORIN <yann.morin.1998@free.fr>
Wed, 1 Jan 2020 14:30:43 +0000 (15:30 +0100)
commit061768a04085be1b118e056b8523976edbd06823
treeb270b1a5f43e79920f75f02f348c597e988bb841
parent35c040d1abc894a0f1eb9cb157087949223b4642
package/suricata: fix shabang for python scripts

/usr/bin/suricatactl and /usr/bin/suricatasc have their interpreter set
to the path of python in the HOST machine.

Use distutils' option '-e' to specify a better shabang.

[yann.morin.1998@free.fr:
  - author did not provide their SoB, but it's simple enough to
    not require it for once
  - reword commit log
  - use git-formatted patch, with a proper commit log
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/suricata/0003-python-ensure-proper-shabang-on-python-scripts.patch [new file with mode: 0644]