diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-06 13:14:34 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-06 13:14:34 +0000 |
commit | d97abb2768109f9c19fccb831629ad9bdc4bd50f (patch) | |
tree | 1b50228313db53e3e015de2a0529fe6dbdd087b5 /sysutils/apcupsd/pkg-plist | |
parent | a7a264aa4d2e22e222c236074390ef305dec95c0 (diff) | |
download | ports-d97abb2768109f9c19fccb831629ad9bdc4bd50f.tar.gz ports-d97abb2768109f9c19fccb831629ad9bdc4bd50f.zip |
Notes
Diffstat (limited to 'sysutils/apcupsd/pkg-plist')
-rw-r--r-- | sysutils/apcupsd/pkg-plist | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/sysutils/apcupsd/pkg-plist b/sysutils/apcupsd/pkg-plist index fdb07702d8f9..462be247bb7b 100644 --- a/sysutils/apcupsd/pkg-plist +++ b/sysutils/apcupsd/pkg-plist @@ -2,20 +2,16 @@ sbin/apcupsd sbin/apcaccess sbin/apctest sbin/smtp -@unexec if cmp -s %D/%%ETCDIR%%/apcupsd.conf.sample %D/%%ETCDIR%%/apcupsd.conf; then rm -f %D/%%ETCDIR%%/apcupsd.conf; fi -%%ETCDIR%%/apcupsd.conf.sample +@sample %%ETCDIR%%/apcupsd.conf.sample %%ETCDIR%%/apccontrol %%ETCDIR%%/changeme %%ETCDIR%%/commfailure %%ETCDIR%%/commok %%ETCDIR%%/onbattery %%ETCDIR%%/offbattery -%%CGI%%@unexec if cmp -s %D/%%ETCDIR%%/apcupsd.css.sample %D/%%ETCDIR%%/apcupsd.css; then rm -f %D/%%ETCDIR%%/apcupsd.css; fi -%%CGI%%%%ETCDIR%%/apcupsd.css.sample -%%CGI%%@unexec if cmp -s %D/%%ETCDIR%%/hosts.conf.sample %D/%%ETCDIR%%/hosts.conf; then rm -f %D/%%ETCDIR%%/hosts.conf; fi -%%CGI%%%%ETCDIR%%/hosts.conf.sample -%%CGI%%@unexec if cmp -s %D/%%ETCDIR%%/multimon.conf.sample %D/%%ETCDIR%%/multimon.conf; then rm -f %D/%%ETCDIR%%/multimon.conf; fi -%%CGI%%%%ETCDIR%%/multimon.conf.sample +%%CGI%%@sample %%ETCDIR%%/apcupsd.css.sample +%%CGI%%@sample %%ETCDIR%%/hosts.conf.sample +%%CGI%%@sample %%ETCDIR%%/multimon.conf.sample %%CGI%%%%ETCDIR%%/cgi/multimon.cgi %%CGI%%%%ETCDIR%%/cgi/upsfstats.cgi %%CGI%%%%ETCDIR%%/cgi/upsimage.cgi @@ -29,4 +25,9 @@ sbin/smtp %%GAPCMON%%share/pixmaps/onbatt.png %%GAPCMON%%share/pixmaps/online.png %%GAPCMON%%share/pixmaps/unplugged.png +man/man5/apcupsd.conf.5.gz +man/man8/apcaccess.8.gz +man/man8/apccontrol.8.gz +man/man8/apctest.8.gz +man/man8/apcupsd.8.gz @dirrmtry %%ETCDIR%% |