gene
48c56afda5
Explicitly chdir when building snapshot kernels and their associated
tarballs. In a related effort, do everything that has a different chdir
root (ie, config && make depend etc) in a subshell.
Thanks to Hans for the initial prompting on this.
27 years ago
dgregor
49b608613c
Fix incorrect mknod's for ipl: iplnat -> ipnat and iplstate -> ipstate
27 years ago
deraadt
90195cf2cd
urgh
27 years ago
marc
0ff7e50a3c
fix typo
27 years ago
deraadt
3db2f08469
syslogd gets a new -a argument: specify additional AF_UNIX log devices
syslogd should create & listen to. As in "syslogd -a /chroot/dev/log",
I'm sure you get the idea.
27 years ago
deraadt
b5ae80d53c
disable kerberos login tools by default
27 years ago
deraadt
7b93eaaf8c
pretty some types, real minor
27 years ago
deraadt
db2fe992e8
more explicit protos
27 years ago
deraadt
04069432b8
move proto to unistd.h
27 years ago
deraadt
618b9d66d5
strptime() proto; Andreas.Gunnarsson@emw.ericsson.se
27 years ago
beck
e9dbef75ef
Take out smtp line - users can add if needed
27 years ago
beck
89821a6907
Flags and startup for smtpd/smtpfwdd - not enabled by default.
27 years ago
deraadt
5600960454
ipforward is in sysctl.conf now
27 years ago
tholo
7aa88bcdf1
strftime is no longer in this directory
27 years ago
millert
d919ab04d0
More XPG4.2 --
setstate takes a const parameter
don't ever spew to stderr, just return NULL
27 years ago
deraadt
fa2ab79168
more
27 years ago
deraadt
a559e2f17b
size_t n in initstate(); XPG
27 years ago
deraadt
224ae4d094
typo
27 years ago
deraadt
02d7fc1400
ddb sysctl
27 years ago
deraadt
338a6ea28e
introduce /etc/sysctl.conf containing sysctl variables to change at boot time
27 years ago
millert
f1f5eb96c4
No need to put a Subject: line. We use "mail -s" in the crontab anyway.
27 years ago
millert
24241ad741
Don't override environ if realloc() fails. Pointed out by
Dave Bodenstab <imdave@mcs.net>
27 years ago
dima
3460da97f1
Don't start cfsd if mountd is not running, instead give an error message.
27 years ago
dima
e8a68365ae
"if [ -f" --> "if [ -x"
27 years ago
millert
544d5f721b
Add GLOB_NOESCAPE to turn off backslash escaping and make backslash escaping
the default. For xpg4.2.
27 years ago
graichen
2f4f7f163c
create devices for the disks/tapes on a second scsi controller (asc1)
27 years ago
dgregor
71504a77cf
Add /dev/ipnat and /dev/ipstate for IPF 3.2.3
27 years ago
art
96b721d273
correct path to the kerberos servers.
27 years ago
downsj
b57e53b225
Add ${nfsiod_flags}
27 years ago
art
e99ffa6864
Update of _old_ information.
27 years ago
jason
c249595ec0
Changes to kerberos entries from art
27 years ago
millert
ea4358b9de
use tzcode strftime(3) as it is kept up to date.
27 years ago
niklas
3ad4218b9b
New ntp (the one found in ports) is called ntpd, not xntpd
27 years ago
mickey
0462e1202c
to those who wants snmpd
27 years ago
deraadt
85ed402863
new motd
27 years ago
angelos
4198c5c153
cfsd
27 years ago
angelos
a062f80256
Consistency.
27 years ago
niklas
057717083d
Create /dev/grf6 in the all rule
27 years ago
deraadt
1df2af19a1
document krb.conf tweak
27 years ago
deraadt
e8d65e4516
make mmap() return void *, add MAP_FAILED
27 years ago
brian
90ab4f4295
Suggest using /var/tmp for local domain `diagnostic' sockets,
rather than making a new directory. Also, suggest 0600
permissions (mask: 0177).
Dangers noted by: Theo de Raadt <deraadt@cvs.openbsd.org>
27 years ago
brian
e90978f391
Don't suggest creating sockets in /var/run as we create
sockets as our original uid. Suggest creating /var/ppp
with perms 1777 instead.
Pointed out by: Masafumi NAKANE <max@wide.ad.jp>
27 years ago
deraadt
ab9e784f8f
correct description
27 years ago
deraadt
6881dfce6f
NUL not NULL
27 years ago
deraadt
eadfd2f525
be more careful during termination
27 years ago
tholo
374c4bf5f2
Make usleep prototype match manual page and implementation
27 years ago
brian
04a30df748
Allow (and document) execution of commands from within
our chat script.
You can now even run chat(8) - see ppp.conf.sample.
27 years ago
deraadt
802b0aec8f
use group nobody for fingerd
27 years ago
deraadt
f370cd1e6f
add XPG4.2 lockf; kleink
27 years ago
deraadt
aae2a520f4
sigh; move syslog up nearer the top. Any failures from this?
27 years ago