wsdd/wsdd-shebang.patch
Marcus Meissner b3b9a88e93 Accepting request 798045 from home:hgraeber
Implementation of a ws-discovery protocol daemon. Helps to make samba servers more discoverable by windows clients and dolphin 20.04

OBS-URL: https://build.opensuse.org/request/show/798045
OBS-URL: https://build.opensuse.org/package/show/network/wsdd?expand=0&rev=1
2020-04-28 07:53:42 +00:00

10 lines
331 B
Diff

diff -up wsdd-0.4/src/wsdd.py.org wsdd-0.4/src/wsdd.py
--- wsdd-0.4/src/wsdd.py.org 2019-11-13 19:04:20.411758390 +0100
+++ wsdd-0.4/src/wsdd.py 2019-11-13 19:03:26.339623059 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
# Implements a target service according to the Web Service Discovery
# specification.