summaryrefslogtreecommitdiff
path: root/sysutils/cbsd/files/pkg-message.in
blob: 8d86ea0882c9900ff244dff94e6d6010cf89c03d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[
{ type: install
  message: <<EOM
cbsd is now installed, but requires additional setup steps:

Upon initial installation, run:

  env workdir="/path" %%PREFIX%%/cbsd/sudoexec/initenv /usr/local/cbsd/share/initenv.conf default_vs=1

Where /path is the path to the cbsd workdir, e.g.: /usr/jails

For upgrading an existing installation, run:

  cbsd initenv
EOM
},
{ type: remove
  message: <<EOM

The cbsd package has been deleted."

If you are *not* upgrading this package, you may want to"
remove the following to complete the deinstallation process:"

1) Records in /etc/rc.conf"

  cbsdrsyncd_enable="YES"
  cbsdrsyncd_flags="--config=\$workdir/etc/rsyncd.conf"
  cbsdd_enable="YES"
  cbsd_workdir="$workdir"

2) Remove %%LOCALBASE%%/etc/sudoers.d/cbsd_sudoers

EOM
}
]