Bug 143238 - [PATCH] sysutils/idled utmp.h --> utmpx.h
Summary: [PATCH] sysutils/idled utmp.h --> utmpx.h
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-26 02:20 UTC by Robert Farmer
Modified: 2010-02-02 06:10 UTC (History)
0 users

See Also:


Attachments
file.diff (11.72 KB, patch)
2010-01-26 02:20 UTC, Robert Farmer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Farmer 2010-01-26 02:20:05 UTC
Convert from utmp.h to utmpx.h

Fix: Patch attached with submission follows:
Comment 1 Wen Heping freebsd_committer freebsd_triage 2010-01-26 03:03:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-02-02 06:03:51 UTC
wen         2010-02-02 06:03:37 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/idled       Makefile 
  Added files:
    sysutils/idled/files utmp-Makefile utmpx-Makefile 
                         utmpx-idled.c utmpx-idled.h 
  Removed files:
    sysutils/idled/files patch-Makefile 
  Log:
  - Convert from utmp.h to utmpx.h
  
  PR:             ports/143238
  Submitted by:   Rob Farmer <rfarmer@predatorlabs.net>
  
  Revision  Changes    Path
  1.15      +11 -1     ports/sysutils/idled/Makefile
  1.2       +0 -104    ports/sysutils/idled/files/patch-Makefile (dead)
  1.1       +104 -0    ports/sysutils/idled/files/utmp-Makefile (new)
  1.1       +105 -0    ports/sysutils/idled/files/utmpx-Makefile (new)
  1.1       +33 -0     ports/sysutils/idled/files/utmpx-idled.c (new)
  1.1       +10 -0     ports/sysutils/idled/files/utmpx-idled.h (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 Wen Heping freebsd_committer freebsd_triage 2010-02-02 06:04:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!