This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
/etc/profile should be checked along with .profile for consistency with
/etc/csh.login and .login. From Chris Jones <cjones@rupert.oscs.montana.edu>
OPENBSD_2_2
millert
27 years ago
parent
b46ec22f4b
commit
13286d26c2
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/etc/security
+ 2
- 2
src/etc/security
View File
@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: security,v 1.
19 1997/06/02 02:02:25 flipk
Exp $
# $OpenBSD: security,v 1.
20 1997/06/23 02:54:31 millert
Exp $
# from: @(#)security 8.1 (Berkeley) 6/9/93
#
@ -172,7 +172,7 @@ fi
> $OUTPUT
rhome=/root
umaskset=no
list="${rhome}/.profile"
list="
/etc/profile
${rhome}/.profile"
for i in $list; do
if [ -s $i ] ; then
if egrep umask $i > /dev/null ; then
Write
Preview
Loading…
Cancel
Save