SHA256
1
0
forked from pool/redis

- 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 3a0e530e01
commit 47c5cdc6e5
2 changed files with 6 additions and 1 deletions

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}