Skip to content

Commit

Permalink
renamed mxstartup2mxvipcfg to mxstartup2mxconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Jan 3, 2012
1 parent 53cc594 commit 5926762
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ all:

install:
install -m 0644 mxvip.service /etc/systemd/system/mxvip.service
install -m 0755 mxstartup2mxvipcfg /usr/sbin/mxstartup2mxvipcfg
install -m 0755 mxstartup2mxconfig /usr/sbin/mxstartup2mxconfig
install -m 0755 mxvipctl /usr/sbin/mxvipctl
File renamed without changes.
2 changes: 1 addition & 1 deletion mxvipctl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CMD_IP="/sbin/ip"
CMD_IPTABLES="/usr/sbin/iptables"
CMD_MXS2MXVIP="/usr/sbin/mxstartup2mxvipcfg"
CMD_MXS2MXVIP="/usr/sbin/mxstartup2mxconfig"

RUNDIR="/run/mariux"

Expand Down

0 comments on commit 5926762

Please sign in to comment.