From a2402683ee1ec39eddb7b029206beb080fbe98a158f87225069ff580a21a5f07 Mon Sep 17 00:00:00 2001 From: "Michal Hrusecky (old before rename to _miska_)" Date: Tue, 20 Nov 2012 12:11:57 +0000 Subject: [PATCH] little nicer OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=33 --- redis-initscript.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis-initscript.patch b/redis-initscript.patch index d8397ac..a3153b8 100644 --- a/redis-initscript.patch +++ b/redis-initscript.patch @@ -50,7 +50,7 @@ + $command $2 + else + for file in /etc/redis/*.conf; do -+ $command `basename $file | sed 's#\.conf##'` # dirty ++ $command `basename -s .conf "$file"` + done + fi +}