svn commit: r360504 - head/sysutils/nut

Cy Schubert cy at FreeBSD.org
Fri Jul 4 01:23:56 UTC 2014


Author: cy
Date: Fri Jul  4 01:23:55 2014
New Revision: 360504
URL: http://svnweb.freebsd.org/changeset/ports/360504
QAT: https://qat.redports.org/buildarchive/r360504/

Log:
  Fix pkg-plist.

Modified:
  head/sysutils/nut/pkg-plist

Modified: head/sysutils/nut/pkg-plist
==============================================================================
--- head/sysutils/nut/pkg-plist	Fri Jul  4 01:00:21 2014	(r360503)
+++ head/sysutils/nut/pkg-plist	Fri Jul  4 01:23:55 2014	(r360504)
@@ -17,6 +17,7 @@
 %%ETCDIR%%/upsd.users.sample
 %%ETCDIR%%/upsmon.conf.sample
 %%ETCDIR%%/upssched.conf.sample
+%%NUT_USB%%etc/devd/nut-usb.conf
 @stopdaemon nut_upsmon
 @stopdaemon nut_upslog
 @stopdaemon nut
@@ -246,9 +247,10 @@ sbin/upssched
 @exec chown %%NUT_USER%%:%%NUT_GROUP%% %%STATEDIR%%
 @exec chmod 750 %%STATEDIR%%
 @unexec test -d %%STATEDIR%% && rmdir %%STATEDIR%%
- at dirrmtry %%CGIDIR%%
+%%NUT_CGI%%@dirrmtry %%CGIDIR%%
 @dirrmtry %%ETCDIR%%
- at dirrmtry %%WWWDIR%%
- at dirrmtry etc/bash_completion.d
+%%NUT_CGI%%@dirrmtry www/cgi-bin/nut
+%%NUT_CGI%%@dirrmtry www/cgi-bin
+%%BASH%%@dirrmtry etc/bash_completion.d
 @dirrmtry libexec/nut
- at dirrmtry www/cgi-bin
+ at dirrmtry %%WWWDIR%%


More information about the svn-ports-head mailing list