- 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:
parent
24e6483bf1
commit
5c3d49cebf
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user