Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
d4fc6530
Commit
d4fc6530
authored
Dec 12, 2014
by
Salvatore Sanfilippo
Browse files
Merge pull request #2092 from rhoml/rhoml-install-sentinel
Adds a symlink for redis-sentinel when Make install
parents
e47e460f
5509c141
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Makefile
View file @
d4fc6530
...
...
@@ -251,3 +251,4 @@ install: all
$(REDIS_INSTALL)
$(REDIS_CLI_NAME)
$(INSTALL_BIN)
$(REDIS_INSTALL)
$(REDIS_CHECK_DUMP_NAME)
$(INSTALL_BIN)
$(REDIS_INSTALL)
$(REDIS_CHECK_AOF_NAME)
$(INSTALL_BIN)
@
ln
-sf
$(INSTALL_BIN)
/
$(REDIS_SERVER_NAME)
$(INSTALL_BIN)
/
$(REDIS_SENTINEL_NAME)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment