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}