Bug 132806 - Make it possible to start net/ldapbrowser from every directory. [patch]
Summary: Make it possible to start net/ldapbrowser from every directory. [patch]
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: Beat Gaetzi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-19 10:50 UTC by Ronald Klop
Modified: 2009-03-20 23:40 UTC (History)
1 user (show)

See Also:


Attachments
ldapbrowser.diff (558 bytes, patch)
2009-03-19 10:50 UTC, Ronald Klop
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ronald Klop 2009-03-19 10:50:01 UTC

Currently ldapbrowser always chdirs to ${PREFIX}/lib/ldapbrowser. This directory is not writable for the average user and ldapbrowser tries to write in the current directory sometimes.

With this change ldapbrowser can been started from every directory, so the user can decide where to put its config files.

A small fix. It works here.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-03-20 00:52:12 UTC
Class Changed
From-To: change-request->maintainer-update

Submitter has agreed to become maintainer.
Comment 2 Beat Gaetzi freebsd_committer freebsd_triage 2009-03-20 21:24:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beat

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-03-20 23:34:49 UTC
beat        2009-03-20 23:34:25 UTC

  FreeBSD ports repository

  Modified files:
    net/ldapbrowser      Makefile 
  Log:
  - Currently ldapbrowser always chdirs to ${PREFIX}/lib/ldapbrowser. This directory
    is not writable for the average user and ldapbrowser tries to write in the current
    directory sometimes. With this change ldapbrowser can been started from every
    directory, so the user can decide where to put its config files. [1]
  - Remove dead mastersite
  - Add additional mirror [2]
  - Bump PORTREVISION
  
  PR:             ports/132806 [1], ports/132835 [2]
  Submitted by:   Ronald Klop <ronald AT echteman.nl> (maintainer)
  Approved by:    miwi (mentor)
  
  Revision  Changes    Path
  1.13      +8 -5      ports/net/ldapbrowser/Makefile
_______________________________________________
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 4 Beat Gaetzi freebsd_committer freebsd_triage 2009-03-20 23:38:09 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!