From 5c3d49cebff422fc77ebefc900fd13064eca0c6729896e4e292f261af029be3f Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Nov 2011 10:56:53 +0000 Subject: [PATCH] - Correct the 'how to get it running' comment in %post OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=25 --- redis-initscript.patch | 2 +- redis.changes | 5 +++++ redis.spec | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/redis-initscript.patch b/redis-initscript.patch index a8365c9..35b9064 100644 --- a/redis-initscript.patch +++ b/redis-initscript.patch @@ -15,7 +15,7 @@ Index: utils/redis_init_script +# Should-Start: +# Required-Stop: $syslog $remote_fs +# Should-Stop: -+# Default-Start: 3 5 ++# Default-Start: 3 4 5 +# Default-Stop: 0 1 2 6 +# Short-Description: Redis server +# Description: Starts and stops the Redis daemon diff --git a/redis.changes b/redis.changes index c3e1013..0ceaf1b 100644 --- a/redis.changes +++ b/redis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 24 09:56:41 UTC 2011 - saschpe@suse.de + +- Correct the 'how to get it running' comment in %post + ------------------------------------------------------------------- Thu Nov 24 09:48:13 UTC 2011 - saschpe@suse.de diff --git a/redis.spec b/redis.spec index 6dcee2a..2d74603 100644 --- a/redis.spec +++ b/redis.spec @@ -94,7 +94,7 @@ make test && true %fillup_and_insserv %{name} %restart_on_update %{name} echo "To start the database server, do:" -echo " sudo rcredis start; insserv redis" +echo " sudo rcredis start; sudo insserv redis" %preun %stop_on_removal %{name}