Poul-Henning Kamp
d30b372af7
Move cronjob up one minute to get it out of the 02:00-03:00 happy hour
...
of daylight savings changes.
Submitted by: Doug <Doug@gorean.org>
Reviewed by: phk
1999-08-09 19:56:29 +00:00
Peter Wemm
b39c728a8d
Perhaps I should have looked at the whole file rather than just the delta.
...
Use -eq rather than -ne.
Obtained from: OpenBSD (millert, etc/rc rev 1.104)
1999-08-06 06:22:43 +00:00
Peter Wemm
855f92eae0
I don't think `customify' is a real word.
1999-08-06 06:20:19 +00:00
Peter Wemm
f837ca75aa
Don't use /tmp/_motd in the aftermath of the chflags(2) revelations.
...
Obtained from: OpenBSD (millert etc/rc rev 1.102 and hugh)
1999-08-06 06:16:06 +00:00
Sheldon Hearn
87178415f4
Add a sample entry for Exim, in preparation for the upcoming behaviour
...
change in the port, where TCP Wrapper support will become the default.
Requested by: markm
1999-08-03 14:52:46 +00:00
Eivind Eklund
e95e0696fa
Better comment on ntpdate_enable - if I have misunderstood when
...
ntpdate was run (I thought it was cron'ed), other people probably do
too.
1999-08-03 10:11:02 +00:00
Warner Losh
3ee2311670
Clear flags on psuedo terminals before trying to chmod and chown them.
1999-08-02 05:42:44 +00:00
Nik Clayton
f3fd3a0091
Explicitly list the i/o addresses of the serial ports.
...
Prompted by docs/12343, in which people seemed to get a little confused.
The original text in the file said:
[...]
# By default we use COM1 as our serial console port *if* we're going to use
# a serial port as our console at all. (0x3E8 = COM2)
#
#BOOT_COMCONSOLE_PORT= 0x3F8
[...]
From what I can make out, some people have assumed that means that if
they just uncomment the BOOT_COMCONSOLE_PORT then it will use COM2:
These same people then assume that "0x3F8" on that line is a typo for
"0x3E8".
What it actually means is that if you uncomment the line then the default
stays as "Ox3F8" (COM1:), and that you have to uncomment the line, *and*
change the value of the variable in order to use COM2:.
So I've made that a little bit clearer. I've also listed the hex values
for COM1: thru COM4:, snarfed from sys/isa/isareg.h.
PR: docs/12343
Submitted by: Bill Grunfelder <wjgrun@dippy.cyberwar.com>
1999-07-28 20:28:54 +00:00
Nik Clayton
ee2b26513a
FreeBSD.ORG -> FreeBSD.org
1999-07-27 18:23:14 +00:00
Brian Somers
73fac075b2
Start ppp before natd, not afterwards.
...
Submitted by: Josef L. Karthauser <joe@uk.FreeBSD.org>
1999-07-26 15:17:23 +00:00
Brian Somers
51f80ae148
Add a default ppp.conf (mode 600).
...
Originally submitted by: Wayne Self <wself@cdrom.com>
Allow a ppp startup option in rc.conf.
Adjust sysinstall so that it appends to the end of ppp.conf
and uses the generated profile to start ppp in auto mode on
boot.
Submitted by: Josef L. Karthauser <joe@uk.FreeBSD.org>
1999-07-26 10:49:37 +00:00
David E. O'Brien
85acfe393e
Don't background pccardd, it nullfies the "-z" flag. pccardd itself
...
daemonizes, lets just let things progress normally.
1999-07-26 01:08:16 +00:00
Tatsumi Hosokawa
9c0d07cf60
Added CyQ've ELA-010 Ethernet Card
1999-07-25 01:56:16 +00:00
Tatsumi Hosokawa
c979246fd1
3C574TX Fast Etherlink PC-card support.
1999-07-25 01:21:44 +00:00
Brian Feldman
22a8ff637d
Add -n to the example and explanation of the internal auth service.
1999-07-24 17:19:54 +00:00
Sheldon Hearn
3467b84849
Document the -o and -t options to the internal auth service and give an
...
example of their usage in the sample config. Merge the two examples
for the green internal auth service.
This commit failed the first time around because Brian beat me to the
punch on inetd.8 . I like my descriptions better and I'm pretty sure
Brian won't mind.
1999-07-23 15:49:34 +00:00
David E. O'Brien
59d057112c
Add ``cvsup''.
1999-07-21 20:56:00 +00:00
Jordan K. Hubbard
2a622f9d9f
Use a less annoying default hostname.
1999-07-18 09:58:01 +00:00
John Polstra
46270bddbc
Remove trailing whitespace from a couple of lines. It made its way
...
into the .cf file and gave sendmail indigestion.
1999-07-17 23:22:13 +00:00
Brian Feldman
e1e112f9a0
I think the last revision got lost here. Identd needs to be run as root,
...
at least for now. I relegated the getcred sysctls to only root, but if
they're deemed to be "allowable" to export to users, I'll do so and
revert this change.
1999-07-16 16:24:13 +00:00
Sheldon Hearn
2ab0563dfe
Document the new {auth,ident,tap} service and provide examples in the
...
configuration file.
Requested by: green
1999-07-16 15:41:14 +00:00
Jordan K. Hubbard
e98e9050af
Allow DHCP to be used in an ifconfig variable instead of the usual
...
address information, producing the obvious effect (dhcp configuration).
Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
1999-07-16 09:26:53 +00:00
Brian Feldman
d33eb4c802
This is the working internal ident service. Turn it on by setting
...
the make variable REAL_IDENT, and ~/.fakeid support can be added
with FAKEID set. Note that the default behavior is the same as
the old behavior.
1999-07-15 01:34:02 +00:00
Andrey A. Chernov
a752e66f03
Due to recent pidentd port changes (switch to sysctl), identd must be
...
runned as root again, not kmem:kmem
1999-07-15 01:06:13 +00:00
Nik Clayton
d7dcd048aa
Be a little clearer about login_getpwclass(3), and its penchant for
...
looking up a record called "root".
PR: docs/12377
Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
1999-07-14 22:36:10 +00:00
Mitsuru IWASAKI
325d70e4ed
Refine on explanation for apm stuff.
...
Make it clear that apmd depends on apmconf -e.
Reviewed by: obrien, my friend :-)
1999-07-12 17:20:29 +00:00
Mitsuru IWASAKI
6f0b5cda2f
Add apmd_enable and apmd_flags for the boot-time optinos.
...
Pointed out by: obrien
Forgotten by: iwasaki
1999-07-11 04:05:45 +00:00
Mitsuru IWASAKI
701279af09
Put apmd configuration and rc files in /etc.
...
Update some files for apmd.
1999-07-10 18:02:42 +00:00
Poul-Henning Kamp
4466b0f0ab
Add a pseudo target called "jail" which DTRT for a jail(2)'ed /dev
1999-07-09 21:35:17 +00:00
Sheldon Hearn
68d0ed40e4
Fix typo in previous commit.
...
Reported by: bde
1999-07-09 13:37:59 +00:00
Sheldon Hearn
60c29c409f
Add the pps (Pulse per second timing interface) device.
...
PR: 12568
Submitted by: Craig Leres <leres@ee.lbl.gov>
1999-07-09 12:52:04 +00:00
Sheldon Hearn
10d03f50ad
Allow internal and external wrapping to be enabled independantly of
...
each other. Instead of allowing the -w option to be specified twice,
we now take -w (wrap external) and -W (wrap internal).
Discussed with: markm
1999-07-09 11:19:01 +00:00
David E. O'Brien
946d53a1b3
Install dhclient.conf.
...
PR: conf/12458
Submitted by: Doug <doug@gorean.org>
1999-07-09 05:30:33 +00:00
Peter Wemm
d45821b19b
Tweak previous commit. Only sense the configuration if network_interfaces
...
is set to "auto". Any network_interfaces settings will be treated as
before.
1999-07-08 18:56:04 +00:00
Peter Wemm
9c65a84aea
Do away with ${network_interfaces} in rc.conf. Just use ifconfig -l
to
...
get a list of interfaces, and then automatically configure them if
${ifconfig_${ifn}} or /etc/start_if.${ifn} exists.
This makes it a lot easier to deal with machines that constantly change
their network configuration as you can leave ifconfig settings for all
the possible cards - just the ones that are present will be configured.
1999-07-07 12:49:47 +00:00
Bruce Evans
c65e877457
Removed bogus quotes in descriptions of disk devices. Only "Winchester"
...
disk devices are so-called.
1999-07-07 12:00:42 +00:00
Tatsumi Hosokawa
c5f6486175
Removed my name and (old) e-mail address from comments.
1999-07-07 01:26:55 +00:00
Tatsumi Hosokawa
8076c80767
Added pccard_conf parameter to /etc/rc.conf,
...
and set it to "/etc/pccard.conf.sample" in /etc/defaults/rc.conf.
Perhaps this default value can be inappropriate,
but I set to this value for the convenience of PC-card boot.flp users.
Please correct it if there are better solutions.
1999-07-07 01:19:15 +00:00
Mike Smith
6af3ef182b
Add support for the 'ida' driver.
1999-07-05 09:18:57 +00:00
Jordan K. Hubbard
f667e26eed
Bump the number of vtys created to compensate for new demands created
...
by /etc/ttys.
Forgotten by: des
1999-07-05 08:39:00 +00:00
Dag-Erling Smørgrav
c8d4e07049
Feed the vty monster.
1999-07-04 15:06:21 +00:00
Tatsumi Hosokawa
6d0cab6541
Added "pccardd_flags" for rc.conf.
1999-07-04 14:41:20 +00:00
Nick Sayer
4cafb63ac3
Add SSL versions of imap, pop3 and telnet (imaps, pop3s and telnets)
1999-07-02 16:55:04 +00:00
Jordan K. Hubbard
e4ec58a0b6
Sigh. It's always the smallest changes that generate the largest public
...
commentary. :) 3rd and final frob of this. Leave enough comments
behind that anyone running into trouble at least has some cited clues
on dealing with it and jump into the brave new world with uncommented
IANA port assignments.
1999-07-01 11:36:38 +00:00
Jordan K. Hubbard
5f792a2cd3
Compromise proposal: Comment out both old and new radius ports, explain
...
the differences in the comments, let the USER select which assignment to
use now.
Suggested by: rgrimes
1999-07-01 00:08:08 +00:00
Jordan K. Hubbard
842b231535
Put radius on its proper ports.
1999-06-30 06:11:14 +00:00
David E. O'Brien
8fc9820d7a
Amd now mounts to "/.amd_mnt" rather than "/net". "/net/<host>" now works
...
in addition to "/host/<host>". This make us consistant with Sun (as we
already were with SGI).
1999-06-28 04:09:14 +00:00
David E. O'Brien
63b5983b9e
Syntax for user/group is changed from "user.group" to "user:group" to be
...
consistant with chown(8).
1999-06-28 03:15:02 +00:00
David E. O'Brien
eadcd25f72
Fix minor alignment problem.
1999-06-28 03:03:17 +00:00
Justin M. Seger
c7880f911b
Standardize appearance of subsection headers (two spaces for section name)
1999-06-27 22:12:35 +00:00