Source-Changes-HG archive

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

[src/netbsd-1-6]: src/distrib/i386/floppies/common Pull up revision 1.8 (requ...



details:   https://anonhg.NetBSD.org/src/rev/bddf77017d5a
branches:  netbsd-1-6
changeset: 527589:bddf77017d5a
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed May 29 04:54:27 2002 +0000

description:
Pull up revision 1.8 (requested by lukem):
use 444 instead of 644 for /.profile

diffstat:

 distrib/i386/floppies/common/list.ramdisk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r df5d5516c223 -r bddf77017d5a distrib/i386/floppies/common/list.ramdisk
--- a/distrib/i386/floppies/common/list.ramdisk Wed May 29 04:53:58 2002 +0000
+++ b/distrib/i386/floppies/common/list.ramdisk Wed May 29 04:54:27 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list.ramdisk,v 1.7 2002/04/26 15:50:32 lukem Exp $
+#      $NetBSD: list.ramdisk,v 1.7.2.1 2002/05/29 04:54:27 lukem Exp $
 
 SRCDIRS        bin sbin usr.bin usr.sbin gnu/usr.bin
 
@@ -25,4 +25,4 @@
 
 # and the boot script
 CMD    sed -e "s/@BOOTMODEL@/${BOOTMODEL}/" < ${CURDIR}/../common/dot.profile > .profile
-MTREE  ./.profile      type=file uname=root gname=wheel mode=0644
+MTREE  ./.profile      type=file uname=root gname=wheel mode=0444



Home | Main Index | Thread Index | Old Index