art
e4d77f1184
Install more bootblocks.
24 years ago
todd
fe6f29dd97
spelling
24 years ago
itojun
c9a8a9fa17
do not intsall rtadvd.conf into /etc, it is not required to use it
(rtadvd will derive the configuration from kernel settings).
make it clearer that rtadvd.conf is not necessary, in manpage.
sync with kame.
24 years ago
jj
95476400d1
Again, increase the size.
24 years ago
angelos
19f44e63b7
Fix RADIUS ports, per RFCs 2865/2866 (linuxfreak@partition.com)
24 years ago
brad
798215b0f5
add missing /usr/include/readline
24 years ago
millert
4d7e97ee91
Add /usr/libexec/sm.bin
24 years ago
angelos
da8f1ef537
Check whether /etc/inetd.conf exists before starting inetd (chuck@snew.com)
24 years ago
jason
51fee4eefb
support !command in bridgename.if files, too
24 years ago
mickey
7a56474ce3
add ru_SU.ISO_8859-5; from freebsd
24 years ago
naddy
6a20aa2db6
Add Greek and Ukrainian locale paths.
Discussed with espie@, angelos@, mickey@.
24 years ago
marc
c8d7b01a13
Add i386 specific sysctl to modify halt -p processing, required to make
24 years ago
todd
33806e2a78
spelling
24 years ago
angelos
65a3864266
Correctly check empty mailq, closes PR 1602 (cjclark@alum.mit.edu)
24 years ago
smurph
4c2f3b0b79
Adding misc files.
24 years ago
angelos
33523770b4
Back-out use of apachectl to start httpd:
1) It's one more dependency in /etc/rc
2) It's one more script that starts from /etc/rc (slowdown)
3) We're only going to be starting httpd in /etc/rc anyway (no other
weird operations), so there's no reason to force a change in rc.conf
4) apachectl(8) doesn't mention "startssl" directive
5) Admins can use apachectl to manage httpd regardless of how the
latter was started
Thanks to fgs@ for yelling about this :-)
24 years ago
angelos
4199f3ed12
Use apachectl to start httpd, rather than directly call httpd in
/etc/rc (PR 1476)
24 years ago
angelos
b06b6e5f00
Initialize RAID parity as needed (PR 1529)
24 years ago
millert
eecefea7f3
Ok, I'll say it again: "fix ^C in termtype prompt for real this time"
The bottom line is that the 'set noglob' has to be in effect *before*
the eval, but if the user hits ^C we don't want their shell to still
have noglob set. So, we now catch the ^C and continue on like the tset
completed OK. Egad.
24 years ago
angelos
75ac746131
newsyslog/newsyslog -m shouldn't conflict in scheduling.
24 years ago
todd
06e9a61dc6
gnupg ring/data ownership/permission checking added; ok millert@
24 years ago
reinhard
71a6c8dbee
URL of protocol-numbers has changed
24 years ago
todd
06b933f507
add identd example for tcp6
24 years ago
marc
39a1183d94
Todd, Aaron, Dug, and me all prefer unidiff
24 years ago
marc
ea6c98b19e
When adding a sub-dir remove 'ignore' from the parent dir or
24 years ago
miod
68d564cce6
Remove duplicate entries already found in the main sysctl.conf
24 years ago
millert
ece024bd59
Add "auth" group
24 years ago
millert
b0795f35b0
Add /usr/libexec/auth dir
24 years ago
aaron
91c5b85d53
Fix spelling error, closed PR/1557; dim@xs4all.nl
24 years ago
deraadt
35542bfd2d
provide a font-loading stub; smat@acm.org
24 years ago
hugh
c39be97598
Avoid dependency on printf(1) by replacing it with a ksh array.
Has side effect of constraining dmz dev entries to the ttyXX convention.
24 years ago
hugh
76612f6fe5
Build network tunnel devices.
24 years ago
millert
4eab4a435d
Use -n to test if a variable is non-zero. Otherwise, if the variable's
contents start with a '-' test becomes unhappy (since it interprets it
as another option).
24 years ago
hugh
d05c023935
Add entries to build nodes required for "floppy", and "ramdisk".
24 years ago
hugh
5cf6817a49
Rename "md" to "rd", consquently moving the hdHDC9224 disk dev to "hd".
24 years ago
hugh
202697f16d
build the 'safe' vnode device
24 years ago
hugh
4a98b37bf8
Support 16 slices per device, like the other OpenBSD arches.
24 years ago
deraadt
0bbb6d2865
enforce ttyC[0-f]; thanks to millert for some help
24 years ago
deraadt
da4a56107f
tabs
24 years ago
jakob
839c920c0e
add SIP (Session Initiation Protocol)
24 years ago
deraadt
3a7228c21c
create /usr/share/man/ps{1-9} directories and sub-directories
24 years ago
todd
1aa6198836
This fixes pr 1481, we now handle args > 6 in /etc/hostname.if in the
cases where we did not previously handle them.
Thanks to Scott Atwood <atwood@cs.stanford.edu> for reminding us of this.
24 years ago
deraadt
dce4147483
more
24 years ago
deraadt
05ce95589d
more
24 years ago
deraadt
5a863ed47d
forgot to update this
24 years ago
deraadt
17c9582cac
after seeding from the host.random file, immediately reset the seed file, so
that if a shutdown-less reboot occurs, the next re-seed is not a repeat
24 years ago
deraadt
c923c0c04e
more verbose description
24 years ago
marc
7c60e5f4cc
make root perms match 4.4BSD.dist; ok deraadt@
24 years ago
millert
95c109f653
Since sh's bulitin echo(1) supports /t and /n there is no reason to
use printf(1) here. This way there is no possibility of format
string problems and we use a shell builtin instead of an external
command.
24 years ago
mickey
1309c042f6
grammar in comment
24 years ago