Source-Changes-HG archive

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

[src/netbsd-1-6]: src/distrib/alpha/instkernel/ramdisk Pull up revision 1.21 ...



details:   https://anonhg.NetBSD.org/src/rev/d8bc5728c0fb
branches:  netbsd-1-6
changeset: 527586:d8bc5728c0fb
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed May 29 04:52:41 2002 +0000

description:
Pull up revision 1.21 (requested by lukem):
use 555 instead of 755 for script perms

diffstat:

 distrib/alpha/instkernel/ramdisk/list |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r acb8869fcaa1 -r d8bc5728c0fb distrib/alpha/instkernel/ramdisk/list
--- a/distrib/alpha/instkernel/ramdisk/list     Wed May 29 04:52:13 2002 +0000
+++ b/distrib/alpha/instkernel/ramdisk/list     Wed May 29 04:52:41 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.20 2002/05/07 14:47:45 lukem Exp $
+#      $NetBSD: list,v 1.20.2.1 2002/05/29 04:52:41 lukem Exp $
 
 SRCDIRS        bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
 
@@ -89,8 +89,8 @@
 COPY   ${CURDIR}/dot.hdprofile                 tmp/.hdprofile
 
 # old-style installation tools
-COPY   ${CURDIR}/install.sh                    install 755
-COPY   ${CURDIR}/upgrade.sh                    upgrade 755
+COPY   ${CURDIR}/install.sh                    install         555
+COPY   ${CURDIR}/upgrade.sh                    upgrade         555
 
 # and the install notes
 COPY   ${INSTALLNOTES}                         INSTALL.more



Home | Main Index | Thread Index | Old Index