Update to 1.0.2:
Change initialize() routine to call getuid() to ensure the program is being run as root before trying to call rtprio(). This allows the program to be run by a non-privileged user in a jail(8) environment. PR: ports/165681 Submitted by: Conrad J. Sabatier <conrads@cox.net> (maintainer) Submitted by: Marco Steinbach <coco@executive-computing.de>
This commit is contained in:
parent
4cea982594
commit
9dcea33a99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292653
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mkreadmes
|
||||
DISTVERSION= 1.0
|
||||
DISTVERSION= 1.0.2
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (mkreadmes-1.0.tar.bz2) = 244fbcbb19a852238797e12dc7a1d7e398f908e53315aa856540e1e635a231af
|
||||
SIZE (mkreadmes-1.0.tar.bz2) = 14904
|
||||
SHA256 (mkreadmes-1.0.2.tar.bz2) = 86adc7c419ef2f73b4f7fc890039d4a8c05afe05473bc64741a29941e5e9c264
|
||||
SIZE (mkreadmes-1.0.2.tar.bz2) = 14876
|
Loading…
Reference in a new issue