From owner-svn-ports-all@FreeBSD.ORG Sun Aug 12 10:04:34 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09B22106566C; Sun, 12 Aug 2012 10:04:34 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E7AB18FC0C; Sun, 12 Aug 2012 10:04:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7CA4XbD066617; Sun, 12 Aug 2012 10:04:33 GMT (envelope-from itetcu@svn.freebsd.org) Received: (from itetcu@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7CA4XZh066615; Sun, 12 Aug 2012 10:04:33 GMT (envelope-from itetcu@svn.freebsd.org) Message-Id: <201208121004.q7CA4XZh066615@svn.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 12 Aug 2012 10:04:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302433 - head/sysutils/nut X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 12 Aug 2012 10:04:34 -0000 Author: itetcu Date: Sun Aug 12 10:04:33 2012 New Revision: 302433 URL: http://svn.freebsd.org/changeset/ports/302433 Log: Fix plist. Reported by: QAT@ Modified: head/sysutils/nut/Makefile Modified: head/sysutils/nut/Makefile ============================================================================== --- head/sysutils/nut/Makefile Sun Aug 12 09:56:15 2012 (r302432) +++ head/sysutils/nut/Makefile Sun Aug 12 10:04:33 2012 (r302433) @@ -40,7 +40,13 @@ USE_RC_SUBR= nut nut_upsmon nut_upslog SUB_LIST+= STATEDIR=${STATEDIR} PLIST_SUB+= STATEDIR=${STATEDIR} -MAN3= upscli_connect.3 upscli_disconnect.3 upscli_fd.3 \ +MAN3= nutscan.3 nutscan_add_device_to_device.3 \ + nutscan_add_option_to_device.3 nutscan_cidr_to_ip.3 \ + nutscan_display_parsable.3 nutscan_display_ups_conf.3 \ + nutscan_free_device.3 nutscan_init.3 nutscan_new_device.3 \ + nutscan_scan_avahi.3 nutscan_scan_ipmi.3 nutscan_scan_nut.3 \ + nutscan_scan_snmp.3 nutscan_scan_usb.3 nutscan_scan_xml_http.3 \ + upscli_connect.3 upscli_disconnect.3 upscli_fd.3 \ upscli_get.3 upscli_list_next.3 upscli_list_start.3 \ upscli_readline.3 upscli_sendline.3 upscli_splitaddr.3 \ upscli_splitname.3 upscli_ssl.3 upscli_strerror.3 \ @@ -49,8 +55,8 @@ MAN3= upscli_connect.3 upscli_disconnec MAN5= nut.conf.5 ups.conf.5 upsd.conf.5 upsd.users.5 upsmon.conf.5 \ upssched.conf.5 -MAN8= nutupsdrv.8 upsc.8 upscmd.8 upsd.8 upsdrvctl.8 \ - upslog.8 upsmon.8 upsrw.8 upssched.8 +MAN8= apcsmart-old.8 nut-recorder.8 nut-scanner.8 nutupsdrv.8 upsc.8 \ + upscmd.8 upsd.8 upsdrvctl.8 upslog.8 upsmon.8 upsrw.8 upssched.8 PORTDOCS= *