summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2002-10-04smtpd leaves the buildingTheo de Raadt
2002-10-02remove machdep.vsyncblank; six@stalphonsos.comTheo de Raadt
2002-10-02Final packages listPeter Valchev
2002-10-02Update packages listPeter Valchev
2002-10-01regenMichael Shalayeff
2002-10-01sync w/ conf.cMichael Shalayeff
2002-10-01term type is vt220 for the consoleMichael Shalayeff
2002-09-27tweak fbtabs for /dev/X0 target; ok deraadt@Todd T. Fries
thanks to nick@openbsd.org for finding this thanks to nick@openbsd.org, drahn@openbsd.org, and lurene@daemonkitty.net for testing on short notice!
2002-09-26Bring the /etc/myname file installed from etcXX.tgz into line with theKenneth R Westerback
one created during an install by making the name it contains a FQDN. Make the /etc/hosts file installed from etcXX.tgz internally consistant by including a valid entry for the name in /etc/myname. These two files will 'survive' the install process only if the user chooses to *not* configure the network. In that scenario these changes silence the sendmail complaints about 'My unqualified host name ...'. ok deraadt@.
2002-09-23Add /dev/X0 entry for use by xdm; matthieu@Todd C. Miller
As requested by deraadt@
2002-09-23openssh will be 3.5, right?Theo de Raadt
2002-09-22Add some more missing files; David KrauseTodd C. Miller
deraadt@ OK
2002-09-19Add sparc64 serial mouse devices. Ok miod@Matthieu Herrb
2002-09-14change console (off) to 57600, so people know how to enable serial consoleTheo de Raadt
2002-09-12We no longer need to install copies of /dev/null and /etc/localtimeTodd C. Miller
in named's chroot jail. These things are now dealt with before named chroots.
2002-09-12have df only display statistics about local filesystems (-l flag)Dan Harnett
ok millert@
2002-09-11change _x11 uid to 35 for consistency. Ok deraadt@.Matthieu Herrb
2002-09-11add _x11 pseudo-account; ok deraadt@Dan Harnett
2002-09-10move to 3.2-betaTheo de Raadt
2002-09-06RegenMiod Vallat
2002-09-06Stricter permission on hil and grf devices, and use fbtab to relax themMiod Vallat
whenever necessary.
2002-09-06more photuris bits by bye byeTheo de Raadt
2002-09-04_x11 user and group for the X server when run by xdm. ok deraadt@Matthieu Herrb
The actual X code to use them will be added soon.
2002-08-31Install /etc/wsconsctl.conf on sparc.Miod Vallat
2002-08-29more tweaks insisted on by miodTheo de Raadt
2002-08-29syncTodd T. Fries
2002-08-29add tty[DEF]{[0-9a-f],cfg} for sparc and sparc64 for wsconsTodd T. Fries
2002-08-29even closer to the truth; miod, matthieu, toddTheo de Raadt
2002-08-29cleanup all fbtab, various okTheo de Raadt
2002-08-29fix comments; seb@todesplanet.deTheo de Raadt
2002-08-29how did such an obvious typo get commited?Theo de Raadt
2002-08-28entry for sparc/wscons with X:Matthieu Herrb
- getty runs on /dev/console. change owner of /dev/tty[CD]0 - include /dev/ttyc for mouse. ok deraadt@
2002-08-24regenMatthieu Herrb
2002-08-24aperture driver for alpha. It works here the same as on i386Matthieu Herrb
to allow access to VGA card's memory by mmapping /dev/xf86. The macdep.allowaperture does also control /dev/pci access. Ok miod@, deraadt@
2002-08-21RegenMiod Vallat
2002-08-21Correct tty0[0-3] device nodes generation.Miod Vallat
2002-08-20Prevent possible races by moving .X11 fixups to before the systemHugh Graham
goes multiuser. In consultation with dynamo; cleared by millert.
2002-08-13By request, add imaps and pop3s (TLS/SSL imap and pop3) from IANA.Todd C. Miller
There are other TLS/SSL services we could add if desired.
2002-08-12RegenMiod Vallat
2002-08-12MAKEDEV and /etc/* changes for wscons on sparcMiod Vallat
2002-08-11Add pptp; reinhard@Todd C. Miller
2002-08-03Correct RA82 disktab alias. Spotted by Fred van Kempen.Hugh Graham
2002-08-02the kerberos people can bite me. or enable kerberos themselves if theyTheo de Raadt
really want this. secure by default, and as i say, bite me. millert and markus and miod ok
2002-08-02no rpc by defaultTheo de Raadt
2002-08-02_sshagnt will be used to secure ssh-agent(1) moreTheo de Raadt
2002-07-31syncJason Wright
2002-07-31/dev/openprom -> 0640 root.kmemJason Wright
2002-07-29turn off more methods by default -- enable them if you need them; millert okTheo de Raadt
2002-07-27Create directories for X11 unix socket at boot time. This removes theMatthieu Herrb
need for root privileges for processes that create the sockets later. ok deraadt@
2002-07-27echo before running sshd; mcbride@countersiege.comTheo de Raadt