From 34190dc4b9759af866367e962a4d1f2fd6a9760c Mon Sep 17 00:00:00 2001 From: graysky Date: Tue, 1 Sep 2015 14:37:29 -0400 Subject: [PATCH] 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. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2ccdf33..6351b50 100644 --- a/Makefile +++ b/Makefile @@ -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."