Browse Source

Install programs in /usr/sbin. Closes: #935404

Christoph Biedl 4 years ago
parent
commit
7882323be5
2 changed files with 16 additions and 1 deletions
  1. 2 1
      debian/patches/series
  2. 14 0
      debian/patches/upstream.install-in-sbin-dir.patch

+ 2 - 1
debian/patches/series

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

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

@@ -0,0 +1,14 @@
+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