Browse Source

tedu ~/.klogin


OPENBSD_5_6
dcoppa 10 years ago
parent
commit
9a6537b480
4 changed files with 3 additions and 11 deletions
  1. +1
    -3
      src/etc/Makefile
  2. +1
    -2
      src/etc/changelist
  3. +1
    -2
      src/etc/mtree/special
  4. +0
    -4
      src/etc/root/dot.klogin

+ 1
- 3
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.356 2014/04/24 15:05:10 tedu Exp $
# $OpenBSD: Makefile,v 1.357 2014/04/29 21:30:20 dcoppa Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@ -131,8 +131,6 @@ distribution-etc-root-var: distrib-dirs
cd root; \
${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \
${DESTDIR}/root/.cshrc; \
${INSTALL} -c -o root -g wheel -m 600 dot.klogin \
${DESTDIR}/root/.klogin; \
${INSTALL} -c -o root -g wheel -m 644 dot.login \
${DESTDIR}/root/.login; \
${INSTALL} -c -o root -g wheel -m 644 dot.profile \


+ 1
- 2
src/etc/changelist View File

@ -1,4 +1,4 @@
# $OpenBSD: changelist,v 1.86 2014/04/22 10:24:29 reyk Exp $
# $OpenBSD: changelist,v 1.87 2014/04/29 21:30:20 dcoppa Exp $
#
# List of files which the security script backs up and checks
# for modifications.
@ -153,7 +153,6 @@
/etc/ypldap.conf
/root/.Xdefaults
/root/.cshrc
/root/.klogin
/root/.login
/root/.profile
/root/.rhosts


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

@ -1,4 +1,4 @@
# $OpenBSD: special,v 1.103 2014/04/22 10:48:36 reyk Exp $
# $OpenBSD: special,v 1.104 2014/04/29 21:30:20 dcoppa Exp $
# $NetBSD: special,v 1.4 1996/05/08 21:30:18 pk Exp $
# @(#)special 8.2 (Berkeley) 1/23/94
#
@ -118,7 +118,6 @@ uucp type=dir mode=0755 uname=root gname=wheel optional ignore
root type=dir mode=0700 uname=root gname=wheel
.cshrc type=file mode=0644 uname=root gname=wheel
.klogin type=file mode=0600 uname=root gname=wheel optional
.login type=file mode=0644 uname=root gname=wheel
.profile type=file mode=0644 uname=root gname=wheel
.rhosts type=file mode=0600 uname=root gname=wheel optional


+ 0
- 4
src/etc/root/dot.klogin View File

@ -1,4 +0,0 @@
# $OpenBSD: dot.klogin,v 1.4 2002/06/09 06:15:15 todd Exp $
#user1.root@your.realm.wherever
#user2.root@your.realm.wherever

Loading…
Cancel
Save