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
new afterboot man page, and root logins will be told about it
OPENBSD_2_2
deraadt
27 years ago
parent
def2575277
commit
894af785d1
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/etc/root/dot.login
+ 2
- 0
src/etc/root/dot.login
View File
@ -3,3 +3,5 @@ tset -Q \?$TERM
if ( `logname` == `whoami` ) then
if ( `logname` == `whoami` ) then
echo "Don't login as root, use su"
echo "Don't login as root, use su"
endif
endif
echo 'If you are new to OpenBSD, type "man afterboot".'
Write
Preview
Loading…
Cancel
Save