Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/etc/skel Pullup rev 1.2 (requested by grant in ticket #...
details: https://anonhg.NetBSD.org/src/rev/5f0b4a2b53fa
branches: netbsd-1-6
changeset: 531040:5f0b4a2b53fa
user: jmc <jmc%NetBSD.org@localhost>
date: Wed Dec 24 04:27:11 2003 +0000
description:
Pullup rev 1.2 (requested by grant in ticket #1570)
Nuke 'umask 2' as it is inappropriate for the default useradd(8)behaviour.
diffstat:
etc/skel/dot.cshrc | 3 +--
etc/skel/dot.profile | 4 +---
2 files changed, 2 insertions(+), 5 deletions(-)
diffs (30 lines):
diff -r d98962052229 -r 5f0b4a2b53fa etc/skel/dot.cshrc
--- a/etc/skel/dot.cshrc Sun Dec 21 08:14:19 2003 +0000
+++ b/etc/skel/dot.cshrc Wed Dec 24 04:27:11 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dot.cshrc,v 1.1 2000/10/16 13:12:26 simonb Exp $
+# $NetBSD: dot.cshrc,v 1.1.6.1 2003/12/24 04:27:11 jmc Exp $
#csh .cshrc file
alias h history 25
@@ -24,5 +24,4 @@
set mail = (/var/mail/$USER)
set mch = `hostname -s`
set prompt = "${mch:q}: {\!} "
- umask 2
endif
diff -r d98962052229 -r 5f0b4a2b53fa etc/skel/dot.profile
--- a/etc/skel/dot.profile Sun Dec 21 08:14:19 2003 +0000
+++ b/etc/skel/dot.profile Wed Dec 24 04:27:11 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dot.profile,v 1.1 2000/10/16 13:12:26 simonb Exp $
+# $NetBSD: dot.profile,v 1.1.6.1 2003/12/24 04:27:20 jmc Exp $
PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/pkg/bin
PATH=${PATH}:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin
@@ -10,5 +10,3 @@
export EXINIT
PAGER=more
export PAGER
-
-umask 2
Home |
Main Index |
Thread Index |
Old Index