mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00

The pre/post install scripts for RPMs should not perform any logic to backup config files, instead relying on the standard logic that RPMs normally do. For Mac packages, when an existing config file differs from the package's version, the previous version is always kept and an alert is displayed to the user explaining the situation.
20 lines
679 B
Text
20 lines
679 B
Text
This package will install @CMAKE_PROJECT_NAME@ into the following location:
|
|
|
|
@CMAKE_INSTALL_PREFIX@
|
|
|
|
You may choose to update your PATH environment variable:
|
|
|
|
# For Bash
|
|
export PATH=@CMAKE_INSTALL_PREFIX@/bin:$PATH
|
|
|
|
# For CSH
|
|
setenv PATH @CMAKE_INSTALL_PREFIX@/bin:$PATH
|
|
|
|
If you have more than one volume, please choose the install
|
|
destination as the one that contains the root filesystem.
|
|
|
|
If you have existing configuration files that are modified or
|
|
otherwise different from the version included in the package,
|
|
this installer will attempt to prevent overwirting them,
|
|
but its also advisable to make your own backups of important
|
|
files before proceeding.
|