mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
9ada3eb868
Fixes mount permissions issues in previous version Fixes hang during pkg install Removed pkg-install script which violated policy against starting services and replaced with a pkg-message instructing user to restart devd PR: ports/246026 Submitted by: vermaden@interia.pl
13 lines
115 B
Plaintext
13 lines
115 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
|
|
You must run
|
|
|
|
service devd restart
|
|
|
|
to activate the new automount.
|
|
EOM
|
|
}
|
|
]
|