Bug 101958 - RCify misc/zaptel and cleanup
Summary: RCify misc/zaptel and cleanup
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Maxim Sobolev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-13 07:10 UTC by amistry
Modified: 2007-04-16 08:59 UTC (History)
1 user (show)

See Also:


Attachments
zaptel-rcify.patch (6.06 KB, patch)
2006-08-13 07:10 UTC, amistry
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description amistry 2006-08-13 07:10:11 UTC

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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-13 07:10:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sobomax

Over to maintainer
Comment 2 amistry 2006-08-13 08:02:45 UTC
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/
Comment 3 amistry 2006-08-14 19:45:43 UTC
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/
Comment 4 Maxim Sobolev freebsd_committer freebsd_triage 2006-08-14 21:14:47 UTC
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--
> 
>
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-01-29 18:59:58 UTC
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"
Comment 6 Maxim Sobolev freebsd_committer freebsd_triage 2007-04-16 08:59:37 UTC
State Changed
From-To: open->closed

Changes commited, thanks!