Bug 145006

Summary: some of usefull tweaks for editors/jed
Product: Ports & Packages Reporter: Grzegorz Blach <magik>
Component: Individual Port(s)Assignee: Renato Botelho <garga>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Grzegorz Blach 2010-03-24 16:20:05 UTC
I added two option for jed:

1) Respect permissions by Root - if disabled, this allow editing readonly files when jed is called by root

2) Look-up for hostname - if disabled, jed won't lookup for fqdn, which is used for creating lock files on nfs, but will freeze jed on startup for several second when dns server is not available.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-03-24 16:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-04-06 13:43:03 UTC
garga       2010-04-06 12:42:49 UTC

  FreeBSD ports repository

  Modified files:
    editors/jed          Makefile 
  Added files:
    editors/jed/files    extra-patch-src__userinfo.c 
  Log:
  Add 2 more OPTIONS to respect read-only files and don't try to host lookup
  
  PR:             ports/145006
  Submitted by:   Grzegorz Blach <magik@roorback.net>
  
  Revision  Changes    Path
  1.42      +16 -2     ports/editors/jed/Makefile
  1.1       +12 -0     ports/editors/jed/files/extra-patch-src__userinfo.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 3 Renato Botelho freebsd_committer freebsd_triage 2010-04-06 13:43:11 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!