FreeBSD Bugzilla – Attachment 162659 Details for
Bug 204018
net/chrony: Pass --prefix to ./configure (Make PREFIX safe)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch][v3] prefix fix + remove setuid-root mode
p3.diff (text/plain), 790 bytes, created by
John Hein
on 2015-11-01 00:53:26 UTC
(
hide
)
Description:
[patch][v3] prefix fix + remove setuid-root mode
Filename:
MIME Type:
Creator:
John Hein
Created:
2015-11-01 00:53:26 UTC
Size:
790 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 399965) >+++ Makefile (working copy) >@@ -18,7 +18,8 @@ > USES= cpe gmake makeinfo readline > CPE_VENDOR= tuxfamily > HAS_CONFIGURE= yes >-CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc --mandir=${MANPREFIX}/man \ >+CONFIGURE_ARGS= --prefix=${PREFIX} \ >+ --sysconfdir=${PREFIX}/etc --mandir=${MANPREFIX}/man \ > --datarootdir=${DATADIR} --docdir=${DOCSDIR} > USE_RC_SUBR= chronyd > >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 399965) >+++ pkg-plist (working copy) >@@ -6,6 +6,6 @@ > man/man1/chronyc.1.gz > man/man5/chrony.conf.5.gz > man/man8/chronyd.8.gz >-@(,,4755) sbin/chronyd >+sbin/chronyd > @dir /var/lib/chrony > @dir /var/lib
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 204018
:
162446
|
162645
| 162659 |
163359