- 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
This commit is contained in:
Sascha Peilicke 2011-11-24 10:56:53 +00:00 committed by Git OBS Bridge
parent 24e6483bf1
commit 5c3d49cebf
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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}