freebsd-ports/dns/openresolv/files/pkg-message.in
2022-07-27 16:27:11 +02:00

22 lines
467 B
Text

[
{ type: install
message: <<EOM
To make sure openresolv runs correctly
please symlink /etc/resolv.conf to
%%PREFIX%%/etc/resolvconf/run/resolv.conf
EOM
},
{ type: remove
message: <<EOM
===> post-deinstallation information for %%PORTNAME%%
Please note that %%PORTNAME%% was not completely removed
from this system:
/etc/resolv.conf should now be changed to be a regular
file and /var/run/resolvconf can be removed if openresolv
will no longer be used.
EOM
}
]