Skip to content

Commit

Permalink
Rename mxstartup-classic.service to mxstartup.service
Browse files Browse the repository at this point in the history
The -classic postfix does no longer make any sense, because
we removed the other mxstartup related units.
  • Loading branch information
donald committed Jan 3, 2019
1 parent b37a798 commit 7dd182d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ all:

install:
mkdir -p -m 0755 ${DESTDIR}${SYSTEMDSYSTEMDIR}
install -m 0644 mxstartup-classic.service ${DESTDIR}${SYSTEMDSYSTEMDIR}
install -m 0644 mxstartup.service ${DESTDIR}${SYSTEMDSYSTEMDIR}
mkdir -p -m 0755 ${DESTDIR}${SBINDIR}
install -m 0755 mxstartup2mxconfig ${DESTDIR}${SBINDIR}
install -m 0755 mxvipctl ${DESTDIR}${SBINDIR}
Expand Down
File renamed without changes.

0 comments on commit 7dd182d

Please sign in to comment.