opnsense-ports/sysutils/gstat-rs/files/pkg-message.in
Franco Fichtner d4cf4d8aa1 */*: sync with upstream
Taken from: FreeBSD
2021-10-07 08:19:01 +02:00

16 lines
409 B
Text

[
{
type: install
message: <<EOM
To use gstat-rs by default, do the following:
For sh:
# echo alias gstat='/usr/local/sbin/gstat-rs' >> /etc/profile
For bash:
# echo alias gstat='/usr/local/sbin/gstat-rs' >> %%PREFIX%%/etc/profile
For fish:
# echo alias gstat='/usr/local/sbin/gstat-rs' >> %%PREFIX%%/etc/fish/config.fish
For zsh:
# echo alias gstat='/usr/local/sbin/gstat-rs' >> %%PREFIX%%/etc/zshrc
EOM
}
]