RCify the startup so we can allow other scripts to depend on zaptel loading first. Make use of SUB_FILES for pkg-message. Also included is patch to fix the panic: sleeping without a mutex problem on CURRENT. This should probably should have been submitted separately.
Responsible Changed From-To: freebsd-ports-bugs->sobomax Over to maintainer
Argh, I suck. Try #2. Fix RC script to use PREFIX and run ztcfg. Bump PORTREVISION. http://am-productions.biz/docs/zaptel-rcify.patch -- Anish Mistry amistry@am-productions.biz AM Productions http://am-productions.biz/
Thanks for the commit. Any comments on the zaptel.c tsleep patch? I've been running it here for about a week with a decent amount of calling and faxing. Let me know if you have a better patch. Thanks, -- Anish Mistry amistry@am-productions.biz AM Productions http://am-productions.biz/
I am waiting to hear from the zaptel/BSD maintainer on this. My own kernel-foo is insufficient to make decision on this patch. -Maxim Anish Mistry wrote: > The following reply was made to PR ports/101958; it has been noted by GNATS. > > From: Anish Mistry <amistry@am-productions.biz> > To: bug-followup@freebsd.org, amistry@am-productions.biz > Cc: > Subject: Re: ports/101958: RCify misc/zaptel and cleanup > Date: Mon, 14 Aug 2006 14:45:43 -0400 > > --nextPart1552587.oi5IvY4A99 > Content-Type: text/plain; > charset="us-ascii" > Content-Transfer-Encoding: quoted-printable > Content-Disposition: inline > > Thanks for the commit. Any comments on the zaptel.c tsleep patch? =20 > I've been running it here for about a week with a decent amount of=20 > calling and faxing. Let me know if you have a better patch. > > Thanks, > =2D-=20 > Anish Mistry > amistry@am-productions.biz > AM Productions http://am-productions.biz/ > > --nextPart1552587.oi5IvY4A99 > Content-Type: application/pgp-signature > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.3 (FreeBSD) > > iD8DBQBE4MTfxqA5ziudZT0RAmrOAKCCUdJCcPoADKOyY48ZLh16X+FtRwCgr27E > y0BBmf9Yu8TYESJmBNmfyYc= > =anKs > -----END PGP SIGNATURE----- > > --nextPart1552587.oi5IvY4A99-- > >
sobomax 2007-01-29 18:59:51 UTC FreeBSD ports repository Modified files: misc/zaptel Makefile Added files: misc/zaptel/files patch-zaptel::zaptel.c Log: Fix the panic: sleeping without a mutex problem on CURRENT. PR: ports/101958 Submitted by: Anish Mistry Revision Changes Path 1.24 +1 -0 ports/misc/zaptel/Makefile 1.3 +11 -0 ports/misc/zaptel/files/patch-zaptel::zaptel.c (new) _______________________________________________ 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 Changes commited, thanks!