summaryrefslogtreecommitdiff
path: root/sysutils/backuppc/files/update.sh.in
blob: cfbe07366f5911afcbf873c875c9b93fec8e3426 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

perl %%PREFIX%%/libexec/backuppc/update.pl \
    --bin-path perl=%%PREFIX%%/bin/perl \
    --config-dir %%ETCDIR%% \
    --cgi-dir %%CGIDIR%% \
    --data-dir /var/db/BackupPC \
    --fhs \
    --html-dir %%WWWDIR%% \
    --html-dir-url /backuppc \
    --install-dir %%PREFIX%% \
    --log-dir /var/log/BackupPC