Bug 105144

Summary: [PATCH] sysutils/heartbeat: Fix file/dir permissions/ownership and startup script
Product: Ports & Packages Reporter: Ulrich Spoerlein <uspoerlein>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me CC: scott-ports
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
heartbeat-1.2.5_1.patch none

Description Ulrich Spoerlein 2006-11-04 17:51:03 UTC
The haclient/hacluster user has to be added *before* installing the rest.
D'oh. That way, even more directories under /var/lib/heartbeat are created.
Recreate them in the pkg-install script too, so pkg_add heartbeat has the 
same effect.

Squash a bash-ism in one of the startup-scripts. It'll abort otherwise.

Added file(s):
- files/patch-ldirectord

Port maintainer (scott-ports@tummy.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-04 18:23:29 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Scott Kleihege 2006-11-08 04:18:27 UTC
I'd like to see the new files/patch-ldirectord named by path,

   files/patch-ldirectord-init.d-ldirectord

since there's more than one file in the source tar named ldirectord.

Otherwise, I approve the patch.

Thanks,

Scott

-- 
Regards,
Scott Kleihege
http://www.tummy.com/
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2006-11-13 12:32:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-11-13 12:33:09 UTC
miwi        2006-11-13 12:33:03 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/heartbeat   Makefile 
    sysutils/heartbeat/files pkg-install.in 
  Added files:
    sysutils/heartbeat/files patch-ldirectord-init.d-ldirectord 
  Log:
  - Fix permissions/ownership
  
  PR:             ports/105144
  Submitted by:   Ulrich Spoerlein <uspoerlein@gmail.com>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.9       +3 -2      ports/sysutils/heartbeat/Makefile
  1.1       +11 -0     ports/sysutils/heartbeat/files/patch-ldirectord-init.d-ldirectord (new)
  1.4       +9 -1      ports/sysutils/heartbeat/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 5 Martin Wilke freebsd_committer freebsd_triage 2006-11-13 12:33:11 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!