From owner-svn-ports-all@FreeBSD.ORG Wed Apr 23 02:15:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A6CAB2E1; Wed, 23 Apr 2014 02:15:05 +0000 (UTC) Received: from smtp-out-02.shaw.ca (smtp-out-02.shaw.ca [64.59.136.138]) by mx1.freebsd.org (Postfix) with ESMTP id 547EF1A2B; Wed, 23 Apr 2014 02:15:05 +0000 (UTC) X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=6dlcsJ/IGOduaTWa2Dbsml466mjAwLXxxnCzM8r9qRI= c=1 sm=1 a=bJUSEqqiTdIA:10 a=QrugwKR0C_UA:10 a=wAGQQ9Az6v0A:10 a=BLceEmwcHowA:10 a=ICAaq7hcmGcA:10 a=kj9zAlcOel0A:10 a=IbtKDeXwb2+SRU442/pi3A==:17 a=6I5d2MoRAAAA:8 a=KC9ug_Y4AAAA:8 a=Gz7s5_CCAAAA:8 a=BWvPGDcYAAAA:8 a=vVlCLcHo4kRlAGoawDEA:9 a=CjuIK1q_8ugA:10 a=V7tsTZBp22UA:10 a=SV7veod9ZcQA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO spqr.komquats.com) ([96.50.7.119]) by smtp-out-02.shaw.ca with ESMTP; 22 Apr 2014 20:14:58 -0600 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTP id 07DD79BE7; Tue, 22 Apr 2014 19:14:56 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.14.8/8.14.8) with ESMTP id s3N2EubP005184; Tue, 22 Apr 2014 19:14:56 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.14.8/8.13.1/Submit) with ESMTP id s3N2EuPj005181; Tue, 22 Apr 2014 19:14:56 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201404230214.s3N2EuPj005181@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.5 From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: Brad Davis Subject: Re: svn commit: r351689 - in head/security/krb5: . files In-Reply-To: Message from Brad Davis of "Mon, 21 Apr 2014 15:55:08 -0000." <201404211555.s3LFt8UZ002649@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 22 Apr 2014 19:14:56 -0700 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Cy Schubert List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 02:15:05 -0000 In message <201404211555.s3LFt8UZ002649@svn.freebsd.org>, Brad Davis writes: > Author: brd (doc committer) > Date: Mon Apr 21 15:55:07 2014 > New Revision: 351689 > URL: http://svnweb.freebsd.org/changeset/ports/351689 > QAT: https://qat.redports.org/buildarchive/r351689/ > > Log: > - Add a startup script for kpropd > > PR: 183502 > Submitted by: brd@ > Approved by: bdrewery@ > > Added: > head/security/krb5/files/kpropd.in (contents, props changed) > Modified: > head/security/krb5/Makefile > > Modified: head/security/krb5/Makefile > ============================================================================= > = > --- head/security/krb5/Makefile Mon Apr 21 15:19:36 2014 (r35168 > 8) > +++ head/security/krb5/Makefile Mon Apr 21 15:55:07 2014 (r35168 > 9) > @@ -3,7 +3,7 @@ > > PORTNAME= krb5 > PORTVERSION= 1.12.1 > -PORTREVISION= 2 > +PORTREVISION= 3 > CATEGORIES= security > MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${ > PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ > DISTNAME= ${PORTNAME}-${PORTVERSION}-signed > @@ -49,6 +49,7 @@ LDFLAGS+= -L${LOCALBASE}/lib > CFLAGS+= -I${LOCALBASE}/include > > USE_OPENSSL= yes > +USE_RC_SUBR= kpropd > > .include > > > Added: head/security/krb5/files/kpropd.in > ============================================================================= > = > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/security/krb5/files/kpropd.in Mon Apr 21 15:55:07 2014 > (r351689) > @@ -0,0 +1,28 @@ > +#!/bin/sh > + > +# $FreeBSD$ > +# > +# PROVIDE: kpropd > +# REQUIRE: LOGIN > +# KEYWORD: shutdown > +# > +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf > +# to enable this service: > +# > +# kpropd_enable (bool): Set to NO by default. > +# Set it to YES to enable kpropd. > +# kpropd_flags (str): Set to "" by default. > + > +. /etc/rc.subr > + > +name=kpropd > +rcvar=kpropd_enable > + > +load_rc_config $name > + > +: ${kpropd_enable:="NO"} > +: ${kpropd_flags=""} > + > +command=%%PREFIX%%/sbin/${name} > + > +run_rc_command "$1" Sorry about not getting to this. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. This is what I use. krb5_prop stream tcp nowait root /usr/local/krb5/sbin/kpropd kpropd