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/open | |
parent | Convert to UCL & cleanup pkg-message (categories [p-r]) (diff) |
Convert to UCL & cleanup pkg-message (categories s)
Notes
Notes:
svn path=/head/; revision=508909
Diffstat (limited to 'sysutils/open')
-rw-r--r-- | sysutils/open/files/pkg-message.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/open/files/pkg-message.in b/sysutils/open/files/pkg-message.in index f3ce36747f4f..95a25e9e5eb2 100644 --- a/sysutils/open/files/pkg-message.in +++ b/sysutils/open/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM To use open it must be installed setuid root (type "chmod u+s %%PREFIX%%/bin/open") @@ -7,3 +10,6 @@ all the VT devices that are not allocated to getty should be read/write by all, e.g. chmod a=rw /dev/ttyv[9abc] +EOM +} +] |