Change ownership of rundeck/server/lib et al.
Address poudriere issues
bump PORTREVISION
PR: 202732
Submitted by: Mark C Ballew (ballew sublinear net)
Approved by: (adamw|rene) (mentor)
MFH: 2017Q1 (blanket)
Differential D9205 Authored by ler on Jan 17 2017, 12:50 AM.
Details
Summary Change ownership of rundeck/server/lib et al. PR: 202732 Test Plan poudriere (ok) portlint (ok)
Diff Detail
Event Timelineler updated this object. Herald added a subscriber: mat. · View Herald TranscriptJan 17 2017, 12:50 AM2017-01-17 00:50:17 (UTC+0)
ler edited the test plan for this revision. (Show Details)Jan 17 2017, 12:57 AM2017-01-17 00:57:14 (UTC+0) This revision is now accepted and ready to land.Jan 17 2017, 1:13 AM2017-01-17 01:13:30 (UTC+0) Closed by commit rP431715: Change ownership of rundeck/server/lib et al. (authored by ler). · Explain WhyJan 17 2017, 1:22 AM2017-01-17 01:22:36 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 24093 sysutils/rundeck/Makefile
sysutils/rundeck/pkg-plist
|
fsync needs to be added here, or an ahci-hd file-backed disk image will fail on FreeBSD guest shutdown with
(ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
(ada0:ahcich0:0:0:0): CAM status: ATA Status Error
(ada0:ahcich0:0:0:0): ATA status: 41 (DRDY ERR), error: 04 (ABRT )
(ada0:ahcich0:0:0:0): RES: 41 04 00 00 00 40 00 00 00 00 00
(ada0:ahcich0:0:0:0): Retrying command
(ada0:ahcich0:0:0:0): FLUSHCACHE48. ACB: ea 00 00 00 00 40 00 00 00 00 00 00
(ada0:ahcich0:0:0:0): CAM status: ATA Status Error
(ada0:ahcich0:0:0:0): ATA status: 41 (DRDY ERR), error: 04 (ABRT )
(ada0:ahcich0:0:0:0): RES: 41 04 00 00 00 40 00 00 00 00 00
(ada0:ahcich0:0:0:0): Error 5, Retries exhausted
(ada0:ahcich0:0:0:0): Synchronize cache failed
#ifndef WITHOUT_CAPSICUM
+ cap_rights_init(&rights, CAP_IOCTL, CAP_READ, CAP_SEEK, CAP_WRITE,
+ CAP_FSYNC);
+ if (ro) {
+ cap_rights_clear(&rights, CAP_FSYNC);
+ }