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
set umask to 022 -- make /etc/security stop bitching about this...
OPENBSD_2_1
millert
28 years ago
parent
4fa80f455e
commit
ddc4763495
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/etc/root/dot.cshrc
+1
-0
src/etc/root/dot.profile
+ 1
- 0
src/etc/root/dot.cshrc
View File
@ -1,3 +1,4 @@
umask 022
alias mail Mail
set history=1000
set path=(/sbin /usr/sbin /bin /usr/bin)
+ 1
- 0
src/etc/root/dot.profile
View File
@ -2,6 +2,7 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin
export PATH
HOME=/root
export HOME
umask 022
if [ -x /usr/bin/tset ]; then
eval `/usr/bin/tset -sQ \?$TERM`
Write
Preview
Loading…
Cancel
Save