Bug 119452 - [patch] net/iodine - add rc script, UID/GID
Summary: [patch] net/iodine - add rc script, UID/GID
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-08 14:50 UTC by Daniel Roethlisberger
Modified: 2008-01-11 15:50 UTC (History)
1 user (show)

See Also:


Attachments
iodine-rc.diff (4.84 KB, patch)
2008-01-08 14:50 UTC, Daniel Roethlisberger
no flags Details | Diff
file.diff (800 bytes, patch)
2008-01-08 14:50 UTC, Daniel Roethlisberger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Roethlisberger 2008-01-08 14:50:00 UTC
Added files:
 files/iodined.in
 pkg-install

Changes:
 * Add an rc script for automatically running iodined.
   It supports various options, including chroot/setuid support
   which "just works" and sensible defaults where they make sense.
 * Create user/group _iodined.
 * Symlink iodined(8) to iodine(8).
 * Fix pkg-message and actually display it in post-install.

Note that there is a separate diff against /usr/ports/[UG]IDs

How-To-Repeat: Install iodine and notice that you have to run the daemon manually
and that there is no manual page for iodined (only iodine).
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-08 14:50:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-11 15:46:36 UTC
rafan       2008-01-11 15:46:29 UTC

  FreeBSD ports repository

  Modified files:
    .                    GIDs UIDs 
  Log:
  - Reserve uid/gid for net/iodine 0.4.1_1
  
  PR:             ports/119452
  Submitted by:   Daniel Roethlisberger <daniel at roe.ch>
  
  Revision  Changes    Path
  1.48      +2 -1      ports/GIDs
  1.53      +2 -1      ports/UIDs
_______________________________________________
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 dfilter service freebsd_committer freebsd_triage 2008-01-11 15:47:28 UTC
rafan       2008-01-11 15:47:24 UTC

  FreeBSD ports repository

  Modified files:
    net/iodine           Makefile pkg-message 
  Added files:
    net/iodine           pkg-deinstall pkg-install 
    net/iodine/files     iodined.in 
  Log:
  - Add rc script for iodine server
  - Add iodined manual page (links to iodine's)
  
  PR:             ports/119452 (based on)
  Submitted by:   Daniel Roethlisberger <daniel at roe.ch>
  
  Revision  Changes    Path
  1.4       +8 -0      ports/net/iodine/Makefile
  1.1       +56 -0     ports/net/iodine/files/iodined.in (new)
  1.1       +27 -0     ports/net/iodine/pkg-deinstall (new)
  1.1       +36 -0     ports/net/iodine/pkg-install (new)
  1.2       +16 -10    ports/net/iodine/pkg-message
_______________________________________________
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 Rong-En Fan freebsd_committer freebsd_triage 2008-01-11 15:47:38 UTC
State Changed
From-To: open->closed

Committed with some changes. Thanks!