FreeBSD Bugzilla – Attachment 16709 Details for
Bug 30538
[PATCH] ownerships pedantry
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.61 KB, created by
Tony Finch
on 2001-09-13 00:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tony Finch
Created:
2001-09-13 00:40:01 UTC
Size:
2.61 KB
patch
obsolete
>Index: sbin/ping6/Makefile >=================================================================== >RCS file: /home/ncvs/src/sbin/ping6/Makefile,v >retrieving revision 1.1.2.2 >diff -u -r1.1.2.2 Makefile >--- sbin/ping6/Makefile 2001/04/25 10:58:46 1.1.2.2 >+++ sbin/ping6/Makefile 2001/06/27 18:25:29 >@@ -5,8 +5,6 @@ > > CFLAGS+=-DINET6 -DIPSEC > >-BINOWN= root >-BINGRP= bin > BINMODE=4555 > > LDADD= -lipsec -lmd >Index: usr.sbin/traceroute6/Makefile >=================================================================== >RCS file: /home/ncvs/src/usr.sbin/traceroute6/Makefile,v >retrieving revision 1.2.2.2 >diff -u -r1.2.2.2 Makefile >--- usr.sbin/traceroute6/Makefile 2001/04/25 12:11:06 1.2.2.2 >+++ usr.sbin/traceroute6/Makefile 2001/06/27 18:26:13 >@@ -15,8 +15,6 @@ > > PROG= traceroute6 > >-BINOWN= root >-BINGRP= bin > BINMODE=4555 > > CFLAGS+=-DINET6 -DIPSEC -DHAVE_POLL >Index: share/mk/bsd.prog.mk >=================================================================== >RCS file: /home/ncvs/src/share/mk/bsd.prog.mk,v >retrieving revision 1.86.2.4 >diff -u -r1.86.2.4 bsd.prog.mk >--- share/mk/bsd.prog.mk 2001/08/01 17:14:26 1.86.2.4 >+++ share/mk/bsd.prog.mk 2001/09/07 17:35:20 >@@ -107,7 +107,7 @@ > .endif > .if defined(HIDEGAME) > (cd ${DESTDIR}/${GBINDIR}; rm -f ${PROG}; ln -s dm ${PROG}; \ >- chown games:bin ${PROG}) >+ chown -h ${BINOWN}:${BINGRP} ${PROG}) > .endif > .if defined(LINKS) && !empty(LINKS) > @set ${LINKS}; \ >Index: usr.bin/doscmd/Makefile >=================================================================== >RCS file: /home/ncvs/src/usr.bin/doscmd/Makefile,v >retrieving revision 1.21.2.3 >diff -u -r1.21.2.3 Makefile >--- usr.bin/doscmd/Makefile 2001/08/02 02:17:15 1.21.2.3 >+++ usr.bin/doscmd/Makefile 2001/08/28 22:22:53 >@@ -22,7 +22,6 @@ > .endif > > BINGRP= kmem >-EXEGRP= bin > #BINMODE= 2555 > EXEMODE= 444 > >@@ -37,15 +36,15 @@ > > beforeinstall: > .if ${OBJFORMAT} == "aout" >- ${INSTALL} ${COPY} -o ${BINOWN} -g ${EXEGRP} -m ${EXEMODE} \ >+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${EXEMODE} \ > doscmd.kernel ${DESTDIR}/usr/libexec/ > .endif >- ${INSTALL} ${COPY} -o ${BINOWN} -g ${EXEGRP} -m ${EXEMODE} \ >+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${EXEMODE} \ > emsdriv.sys redir.com ${DESTDIR}/usr/libdata/doscmd/ >- ${INSTALL} ${COPY} -o ${BINOWN} -g ${EXEGRP} -m ${SHAREMODE} \ >+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \ > cp437-8x16.pcf.gz ${DESTDIR}/usr/libdata/doscmd/fonts > cd ${.CURDIR} && \ >- ${INSTALL} ${COPY} -o ${BINOWN} -g ${EXEGRP} -m ${SHAREMODE} \ >+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \ > fonts.dir ${DESTDIR}/usr/libdata/doscmd/fonts > > .if ${OBJFORMAT} == "aout"
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
Actions:
View
|
Diff
Attachments on
bug 30538
: 16709