build: add some scary warning messages

This commit is contained in:
Christian Hergert
2016-04-24 17:23:04 -07:00
parent 82d924b87a
commit c2cafc9882

View File

@ -259,8 +259,15 @@ echo " The sysprofd system daemon provides support"
echo " for accessing hardware performance counters"
echo " as a normal user."
echo ""
echo " ** Without this, whole-system capture will **"
echo " ** require running as root. **"
echo ""
echo " Systemd System Units ......................... : ${with_systemdsystemunitdir}"
echo ""
echo " sysprofd uses systemd to manage the service"
echo " and sd-bus for D-Bus communication."
echo ""
echo " ** Make sure this is somewhere that systemd **"
echo " ** can locate your service files, or the UI **"
echo " ** will not be able to elevate privileges. **"
echo ""