From owner-svn-ports-all@FreeBSD.ORG Fri Jul 4 01:23:56 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E00620A; Fri, 4 Jul 2014 01:23:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F00302B5B; Fri, 4 Jul 2014 01:23:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s641NtpC011068; Fri, 4 Jul 2014 01:23:55 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s641NtCi011067; Fri, 4 Jul 2014 01:23:55 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201407040123.s641NtCi011067@svn.freebsd.org> From: Cy Schubert Date: Fri, 4 Jul 2014 01:23:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360504 - head/sysutils/nut X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2014 01:23:56 -0000 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%% -@dirrmtry %%CGIDIR%% +%%NUT_CGI%%@dirrmtry %%CGIDIR%% @dirrmtry %%ETCDIR%% -@dirrmtry %%WWWDIR%% -@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 -@dirrmtry www/cgi-bin +@dirrmtry %%WWWDIR%%