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
add missing rcs ids
ok millert@
OPENBSD_3_3
david
22 years ago
parent
1c05337d15
commit
1aaca2057f
4 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/etc/remote
+4
-0
src/etc/root/dot.cshrc
+4
-0
src/etc/root/dot.login
+4
-0
src/etc/root/dot.profile
+ 1
- 0
src/etc/remote
View File
@ -1,3 +1,4 @@
# $OpenBSD: remote,v 1.9 2003/03/20 01:43:31 david Exp $
# from: @(#)remote 8.1 (Berkeley) 6/10/93
#
# remote -- remote host description database
+ 4
- 0
src/etc/root/dot.cshrc
View File
@ -1,3 +1,7 @@
# $OpenBSD: dot.cshrc,v 1.11 2003/03/20 01:43:31 david Exp $
#
# csh initialization
umask 022
alias mail Mail
set history=1000
+ 4
- 0
src/etc/root/dot.login
View File
@ -1,3 +1,7 @@
# $OpenBSD: dot.login,v 1.9 2003/03/20 01:43:31 david Exp $
#
# csh login file
set tterm='?'$TERM
set noglob
onintr finish
+ 4
- 0
src/etc/root/dot.profile
View File
@ -1,3 +1,7 @@
# $OpenBSD: dot.profile,v 1.3 2003/03/20 01:43:31 david Exp $
#
# sh/ksh initialization
PATH=/sbin:/usr/sbin:/bin:/usr/bin
export PATH
HOME=/root
Write
Preview
Loading…
Cancel
Save