Source-Changes-HG archive

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

[src/trunk]: src/sbin/init The mode 0544 workaround has not been necessary si...



details:   https://anonhg.NetBSD.org/src/rev/6ce505cd336b
branches:  trunk
changeset: 483866:6ce505cd336b
user:      soren <soren%NetBSD.org@localhost>
date:      Sun Mar 19 23:22:55 2000 +0000

description:
The mode 0544 workaround has not been necessary since the first BSDi import.

diffstat:

 sbin/init/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 802dd01ef2e6 -r 6ce505cd336b sbin/init/Makefile
--- a/sbin/init/Makefile        Sun Mar 19 23:22:07 2000 +0000
+++ b/sbin/init/Makefile        Sun Mar 19 23:22:55 2000 +0000
@@ -1,11 +1,10 @@
-#      $NetBSD: Makefile,v 1.22 1997/10/11 11:05:28 mycroft Exp $
+#      $NetBSD: Makefile,v 1.23 2000/03/19 23:22:55 soren Exp $
 #      @(#)Makefile    8.1 (Berkeley) 7/19/93
 
 PROG=  init
 MAN=   init.8
 DPADD= ${LIBUTIL} ${LIBCRYPT}
 LDADD= -lutil -lcrypt
-BINMODE=544
 INSTALLFLAGS=-fschg
 CPPFLAGS+=-DALTSHELL -DSECURE -DMSDOSFS_ROOT
 



Home | Main Index | Thread Index | Old Index