diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:16:12 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:16:12 +0000 |
commit | bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38 (patch) | |
tree | d93b56c802078ea422367abc82bd53ab1780d10b /sysutils/backuppc | |
parent | d2f3167e02df98ddbed29cbbc2c5ada42eb80e27 (diff) | |
download | ports-bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38.tar.gz ports-bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38.zip |
Notes
Diffstat (limited to 'sysutils/backuppc')
-rw-r--r-- | sysutils/backuppc/files/pkg-message.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/backuppc/files/pkg-message.in b/sysutils/backuppc/files/pkg-message.in index e7e9247a8361..0adeb746f93f 100644 --- a/sysutils/backuppc/files/pkg-message.in +++ b/sysutils/backuppc/files/pkg-message.in @@ -1,4 +1,6 @@ -========================================================================== +[ +{ type: install + message: <<EOM - If this is a new installation or version upgrade, to create/update configuration you should run @@ -18,4 +20,6 @@ restore command to 5 ('-d 5') in the main configuration, for instance $Conf{SmbClientRestoreCmd} = '$smbClientPath \\\\$host\\$shareName $I_option -U $userName -E -d 5 -c tarmode\\ full -Tx -'; -========================================================================== +EOM +} +] |