Bug 156594 - x11/slim Take advantage of new get_pidfile_from_conf for rc.d script
Summary: x11/slim Take advantage of new get_pidfile_from_conf for rc.d script
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: Doug Barton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-23 07:10 UTC by Doug Barton
Modified: 2011-05-01 19:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.37 KB, patch)
2011-04-23 07:10 UTC, Doug Barton
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Doug Barton freebsd_committer freebsd_triage 2011-04-23 07:10:04 UTC
	/etc/rc.subr now has a function to find the pidfile from the
	conf file. This patch will use that function if it's present,
	and fall back to the old default if not.

Fix: Apply the following patch:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-04-23 07:10:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dougb

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-04-23 07:10:17 UTC
Maintainer of x11/slim,

Please note that PR ports/156594 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156594

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-04-23 07:10:19 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Henry Hu 2011-04-30 18:38:32 UTC
Fine, please commit it.

-- 
Cheers,
Henry
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-05-01 19:46:48 UTC
dougb       2011-05-01 18:46:39 UTC

  FreeBSD ports repository

  Modified files:
    x11/slim             Makefile 
    x11/slim/files       slim.sh.in 
  Log:
  Conditionally take advantage of the new get_pidfile_from_conf in rc.subr
  
  PR:             ports/156594
  Submitted by:   me
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.25      +1 -1      ports/x11/slim/Makefile
  1.6       +15 -2     ports/x11/slim/files/slim.sh.in
_______________________________________________
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 Doug Barton freebsd_committer freebsd_triage 2011-05-01 19:46:58 UTC
State Changed
From-To: feedback->closed


Committed, thanks!