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
fix ^C in termtype prompt for real this time
OPENBSD_2_4
millert
26 years ago
parent
edeeb67bd5
commit
0f9714a84b
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
src/etc/root/dot.login
+ 3
- 3
src/etc/root/dot.login
View File
@ -1,6 +1,6 @@
set
noglob
eval `
tset -s -Q ?$TERM
`
unset
noglob
set
tterm='?'$TERM
eval `
set noglob ; tset -s -Q $tterm ; unset noglob
`
unset
tterm
if ( `logname` == `whoami` ) then
echo "Don't login as root, use su"
Write
Preview
Loading…
Cancel
Save