Bug 137175

Summary: [patch] dns/unbound: fix group name when creating user
Product: Ports & Packages Reporter: Artis Caune <artis.caune>
Component: Individual Port(s)Assignee: Sergey Matveychuk <sem>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Artis Caune 2009-07-27 15:10:00 UTC
+INSTALL script is creating unbound group, but not using it. Instead it use "daemon" group for unbound user.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-27 15:10:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sem

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-08-17 14:27:28 UTC
sem         2009-08-17 13:27:19 UTC

  FreeBSD ports repository

  Modified files:
    .                    UIDs 
    dns/unbound/files    pkg-deinstall.in pkg-install.in 
  Log:
  - unbound does not use `unbound' group anymore, but `daemmon' instead
  
  PR:             ports/137175 (based on)
  Reported by:    Artis Caune <Artis.Caune at gmail.com>
  
  Revision  Changes    Path
  1.91      +2 -2      ports/UIDs
  1.3       +4 -4      ports/dns/unbound/files/pkg-deinstall.in
  1.3       +1 -15     ports/dns/unbound/files/pkg-install.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 3 Sergey Matveychuk freebsd_committer freebsd_triage 2009-08-17 14:27:53 UTC
State Changed
From-To: open->closed

Fixed. Thanks!