Browse Source

/etc/netstart should be mode 644 like the other rc files. The x bit doesn't

apply to root anyway...
OPENBSD_2_2
millert 27 years ago
parent
commit
0523473f65
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/mtree/special

+ 2
- 2
src/etc/mtree/special View File

@ -1,4 +1,4 @@
# $OpenBSD: special,v 1.15 1997/09/29 16:37:20 millert Exp $
# $OpenBSD: special,v 1.16 1997/10/21 00:55:08 millert Exp $
# $NetBSD: special,v 1.4 1996/05/08 21:30:18 pk Exp $
# @(#)special 8.2 (Berkeley) 1/23/94
#
@ -45,7 +45,7 @@ mtree type=dir mode=0755 uname=root gname=wheel
special type=file mode=0600 uname=root gname=wheel
.. #mtree
named.boot type=file mode=0644 uname=root gname=wheel optional
netstart type=file mode=0744 uname=root gname=wheel
netstart type=file mode=0644 uname=root gname=wheel
passwd type=file mode=0644 uname=root gname=wheel
printcap type=file mode=0644 uname=root gname=wheel
rc type=file mode=0644 uname=root gname=wheel


Loading…
Cancel
Save