diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:16:12 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:16:12 +0000 |
commit | bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38 (patch) | |
tree | d93b56c802078ea422367abc82bd53ab1780d10b /sysutils/eject | |
parent | d2f3167e02df98ddbed29cbbc2c5ada42eb80e27 (diff) | |
download | ports-bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38.tar.gz ports-bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38.zip |
Notes
Diffstat (limited to 'sysutils/eject')
-rw-r--r-- | sysutils/eject/pkg-message | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/eject/pkg-message b/sysutils/eject/pkg-message index 991dd8dacc0a..bc2c89c180ce 100644 --- a/sysutils/eject/pkg-message +++ b/sysutils/eject/pkg-message @@ -1,8 +1,12 @@ ------------------------------------------------------------------------- +[ +{ type: install + message: <<EOM NOTE: This port is no longer installed with SETUID, because it allows non-privileged users to unmount a filesystem. To enable your users to eject the CD-ROM, install security/sudo and enter the following line in /usr/local/etc/sudoers: %users ALL=/usr/local/sbin/eject /dev/acd0 ------------------------------------------------------------------------- +EOM +} +] |