- Fix build for sfsrwcd for real this time. - Convert rc scripts to the new style. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it.
Note: with portmgr hat, I've committed the following emailed changes from the maintainer to make the port work for release. However, I have held off on the upgrade for now due to the freeze. ---------- Forwarded Message ---------- Subject: Re: status of FreeBSD port security/sfs Date: Monday 19 November 2007 From: Dave Grochowski <malus.x@gmail.com> To: Mark Linimon <linimon@lonesome.com> Sorry to bother you, but the change recently made does not properly fix security/sfs. Clients cannot make connections without sfsrwcd. The attached patch (which is just a portion of the PR) should fix the issue. Would it be possible to get the patch committed before 7.0/6.3 is released? Thanks! Sincerely, Dave Grochowski -------------------------------------------------------
araujo 2007-12-16 13:17:26 UTC FreeBSD ports repository Modified files: security/sfs Makefile pkg-plist Added files: security/sfs/files sfscd.in sfssd.in Removed files: security/sfs/files sfscd.sh sfssd.sh Log: - Convert rc scripts to the new style. - Bump PORTREVISION. PR: ports/116966 Submitted by: Dave Grochowski <malus.x@gmail.com> (maintainer) Approved by: stas (mentor, implicit) Revision Changes Path 1.33 +3 -5 ports/security/sfs/Makefile 1.1 +48 -0 ports/security/sfs/files/sfscd.in (new) 1.2 +0 -17 ports/security/sfs/files/sfscd.sh (dead) 1.1 +26 -0 ports/security/sfs/files/sfssd.in (new) 1.2 +0 -17 ports/security/sfs/files/sfssd.sh (dead) 1.11 +0 -4 ports/security/sfs/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!