small but meaningful descriptor change

Since both distros now ship with systemd, users wanting to manually install this package can use the "install-systemd-all" recipe whereas legacy versions of debian and RH can use the exisiting sysv options.
This commit is contained in:
graysky 2015-09-01 14:37:29 -04:00
parent 1aae2d8461
commit 34190dc4b9
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ install:
$(Q)echo "Run one of the following:"
$(Q)echo " make install-systemd-all (systemd based systems)"
$(Q)echo " make install-upstart-all (upstart based systems)"
$(Q)echo " make install-debian-all (debian sysv based systems)"
$(Q)echo " make install-redhat-all (redhat sysv based systems)"
$(Q)echo " make install-debian-all (legacy debian sysv based systems)"
$(Q)echo " make install-redhat-all (legacy redhat sysv based systems)"
$(Q)echo
$(Q)echo "Default targets may be overridden on the shell so"
$(Q)echo "check out the Makefile for specific rules."