1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

- Inform user that applying suid bit on some binaries

might be required for some functions to work.

Submitted by:	Ilya Bakulin <webmaster@kibab.com>
This commit is contained in:
Stanislav Sedov 2008-06-22 16:58:09 +00:00
parent fd3966f038
commit c392bd4639
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215528

View File

@ -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>