Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150837934
D10810.id28544.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D10810.id28544.diff
View Options
Index: libexec/dma/Makefile.inc
===================================================================
--- libexec/dma/Makefile.inc
+++ libexec/dma/Makefile.inc
@@ -10,5 +10,5 @@
-DLIBEXEC_PATH='"/usr/libexec"' -DDMA_VERSION='"v0.11+"' \
-DDMA_ROOT_USER='"mailnull"' \
-DDMA_GROUP='"mail"'
-BINGRP= mail
+BINGRP?= mail
PACKAGE= dma
Index: sbin/ping/Makefile
===================================================================
--- sbin/ping/Makefile
+++ sbin/ping/Makefile
@@ -6,7 +6,7 @@
PACKAGE=runtime
PROG= ping
MAN= ping.8
-BINOWN= root
+BINOWN?=root
BINMODE=4555
WARNS?= 3
LIBADD= m
Index: usr.bin/chpass/Makefile
===================================================================
--- usr.bin/chpass/Makefile
+++ usr.bin/chpass/Makefile
@@ -7,7 +7,7 @@
PROG= chpass
SRCS= chpass.c edit.c field.c pw_scan.c table.c util.c
-BINOWN= root
+BINOWN?=root
BINMODE=4555
PRECIOUSPROG=
.if ${MK_NIS} != "no"
Index: usr.bin/login/Makefile
===================================================================
--- usr.bin/login/Makefile
+++ usr.bin/login/Makefile
@@ -17,7 +17,7 @@
.endif
.if ${MK_SETUID_LOGIN} != "no"
-BINOWN= root
+BINOWN?=root
BINMODE=4555
PRECIOUSPROG=
.endif
Index: usr.bin/netstat/Makefile
===================================================================
--- usr.bin/netstat/Makefile
+++ usr.bin/netstat/Makefile
@@ -53,7 +53,7 @@
CFLAGS+=-DPF
.endif
-BINGRP= kmem
+BINGRP?=kmem
BINMODE=2555
LIBADD= kvm memstat xo util
Index: usr.bin/passwd/Makefile
===================================================================
--- usr.bin/passwd/Makefile
+++ usr.bin/passwd/Makefile
@@ -4,7 +4,7 @@
.include <src.opts.mk>
PROG = passwd
-BINOWN = root
+BINOWN ?= root
BINMODE = 4555
PRECIOUSPROG=
LIBADD = pam
Index: usr.bin/su/Makefile
===================================================================
--- usr.bin/su/Makefile
+++ usr.bin/su/Makefile
@@ -14,7 +14,7 @@
LIBADD+= bsm
.endif
-BINOWN= root
+BINOWN?=root
BINMODE=4555
PRECIOUSPROG=
Index: usr.sbin/ppp/Makefile
===================================================================
--- usr.sbin/ppp/Makefile
+++ usr.sbin/ppp/Makefile
@@ -38,9 +38,9 @@
BINMODE=554
.else
BINMODE=4554
-BINOWN= root
+BINOWN?=root
.endif
-BINGRP= network
+BINGRP?=network
M4FLAGS=
LIBADD= md util z
Index: usr.sbin/sendmail/Makefile
===================================================================
--- usr.sbin/sendmail/Makefile
+++ usr.sbin/sendmail/Makefile
@@ -20,8 +20,8 @@
ratectrl.c readcf.c recipient.c savemail.c sasl.c sfsasl.c \
shmticklib.c sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c \
timers.c tls.c trace.c udb.c usersmtp.c util.c version.c
-BINOWN= root
-BINGRP= smmsp
+BINOWN?=root
+BINGRP?=smmsp
.ifdef SENDMAIL_SET_USER_ID
BINMODE=4555
.else
Index: usr.sbin/traceroute/Makefile
===================================================================
--- usr.sbin/traceroute/Makefile
+++ usr.sbin/traceroute/Makefile
@@ -8,7 +8,7 @@
PROG= traceroute
MAN= traceroute.8
SRCS= as.c version.c traceroute.c ifaddrlist.c findsaddr-udp.c
-BINOWN= root
+BINOWN?=root
BINMODE=4555
CLEANFILES= version.c
Index: usr.sbin/trpt/Makefile
===================================================================
--- usr.sbin/trpt/Makefile
+++ usr.sbin/trpt/Makefile
@@ -5,7 +5,7 @@
PROG= trpt
MAN= trpt.8
-BINGRP= kmem
+BINGRP?= kmem
BINMODE= 2555
WARNS?= 4
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 5, 9:54 AM (16 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30884382
Default Alt Text
D10810.id28544.diff (3 KB)
Attached To
Mode
D10810: Fix INSTALL_AS_USER
Attached
Detach File
Event Timeline
Log In to Comment