1
0
Quellcode durchsuchen

Drop patch, applied upstream

Christoph Biedl vor 1 Jahr
Ursprung
Commit
f15d886ff8
2 geänderte Dateien mit 0 neuen und 15 gelöschten Zeilen
  1. 0 1
      debian/patches/series
  2. 0 14
      debian/patches/upstream.install-in-sbin-dir.patch

+ 0 - 1
debian/patches/series

@@ -1,2 +1 @@
 # patches that should go upstream
-upstream.install-in-sbin-dir.patch

+ 0 - 14
debian/patches/upstream.install-in-sbin-dir.patch

@@ -1,14 +0,0 @@
-Subject: Install binaries in /usr/sbin
-Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
-Date: 2019-08-22
-Bug-Debian: https://bugs.debian.org/935404
-Forwarded: https://github.com/irino/softflowd/issues/16
-
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -1,4 +1,4 @@
--bin_PROGRAMS = softflowd softflowctl
-+sbin_PROGRAMS = softflowd softflowctl
- COMMON = common.h convtime.h treetype.h sys-tree.h\
-   convtime.c strlcpy.c strlcat.c closefrom.c daemon.c
- if ENABLE_LEGACY