diff options
author | stas <stas@FreeBSD.org> | 2008-06-23 00:58:09 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-06-23 00:58:09 +0800 |
commit | 32166a7a1ce3f8e20ee655149f2fdf2ed443811f (patch) | |
tree | a9f33e50746d650829df31cf031a6b94fba1fdae /x11-wm | |
parent | fa26e9982a3c56b26178989d700f8b3a002258cf (diff) | |
download | freebsd-ports-gnome-32166a7a1ce3f8e20ee655149f2fdf2ed443811f.tar.gz freebsd-ports-gnome-32166a7a1ce3f8e20ee655149f2fdf2ed443811f.tar.zst freebsd-ports-gnome-32166a7a1ce3f8e20ee655149f2fdf2ed443811f.zip |
- Inform user that applying suid bit on some binaries
might be required for some functions to work.
Submitted by: Ilya Bakulin <webmaster@kibab.com>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/enlightenment-devel/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile index a1dc2669edff..6767b1fc0b20 100644 --- a/x11-wm/enlightenment-devel/Makefile +++ b/x11-wm/enlightenment-devel/Makefile @@ -28,4 +28,14 @@ USE_LDCONFIG= yes NO_LATEST_LINK= yes GNU_CONFIGURE= yes +post-install: + @${ECHO_MSG} '********************************************************' + @${ECHO_MSG} 'NOTE: If you want "Shutdown" and "Restart"' + @${ECHO_MSG} 'menu actions to work properly, manually set SUID bit' + @${ECHO_MSG} 'on "${PREFIX}/bin/enlightenment_sys" executable.' + @${ECHO_MSG} + @${ECHO_MSG} 'WARNING: this program might be vulnerable so do not' + @${ECHO_MSG} 'set suid bit if do not trust all users of this machine.' + @${ECHO_MSG} '********************************************************' + .include <bsd.port.mk> |