mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
minidlna: update to latest master
Removed inactive maintainer. Cleaned up Makefile to remove old options. Switched to PKG_INSTALL for consistency. Added PKG_BUILD_PARALLEL for faster compilation. Fixed license info. Removed '' from enabled for consistency. Ran init script through shellcheck. Batched config file writes. Switched it to use procd. The -S parameter changes it to foreground. It stands for systemd. Added a sysctl tweak to get rid of warning. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
From 972fb2bbfdb7118551da45c5828c9e74be581fc4 Mon Sep 17 00:00:00 2001
|
||||
From: Daniel Kamil Kozar <dkk089@gmail.com>
|
||||
Date: Sat, 15 Dec 2018 21:55:52 +0100
|
||||
Subject: [PATCH] What about David Bowie's "Heroes"?
|
||||
|
||||
---
|
||||
utils.c | 7 -------
|
||||
1 file changed, 7 deletions(-)
|
||||
|
||||
diff --git a/utils.c b/utils.c
|
||||
index dc936f9..dfa2b65 100644
|
||||
--- a/utils.c
|
||||
+++ b/utils.c
|
||||
@@ -87,13 +87,6 @@ trim(char *str)
|
||||
len--;
|
||||
}
|
||||
|
||||
- if (str[0] == '"' && str[len-1] == '"')
|
||||
- {
|
||||
- str[0] = '\0';
|
||||
- str[len-1] = '\0';
|
||||
- str++;
|
||||
- }
|
||||
-
|
||||
return str;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user