Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.pmax do not bother setting owner or group when ${INS...



details:   https://anonhg.NetBSD.org/src/rev/85ddbef83bb7
branches:  trunk
changeset: 521947:85ddbef83bb7
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Feb 09 09:27:20 2002 +0000

description:
do not bother setting owner or group when ${INSTALL}ing releases

diffstat:

 etc/etc.pmax/Makefile.inc |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r cefc5d5ca8b6 -r 85ddbef83bb7 etc/etc.pmax/Makefile.inc
--- a/etc/etc.pmax/Makefile.inc Sat Feb 09 09:21:47 2002 +0000
+++ b/etc/etc.pmax/Makefile.inc Sat Feb 09 09:27:20 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.8 2001/11/29 22:45:59 thorpej Exp $
+#      $NetBSD: Makefile.inc,v 1.9 2002/02/09 09:27:20 lukem Exp $
 #
 #      etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets
 #
@@ -17,9 +17,8 @@
 NFSKERN=               ${NFSKERNDIR}/${NFSKERNNAME}
 
 snap_md_post: ${DISKIMAGE} ${DISKIMAGE_TAR} ${INSTALLKERN}
-       ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -o root -g wheel \
-               -m ${BINMODE} ${NFSKERN}.ecoff \
-               ${RELEASEDIR}/binary/kernel/${NFSKERNNAME}
+       ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${BINMODE} \
+               ${NFSKERN}.ecoff ${RELEASEDIR}/binary/kernel/${NFSKERNNAME}
        gzip -9 ${RELEASEDIR}/binary/kernel/${NFSKERNNAME}
        cd ${.CURDIR}/../distrib/pmax && \
            ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} install



Home | Main Index | Thread Index | Old Index