ru
0565517c89
Finish the removal of uucp scripts.
...
Forgotten by: kris
2001-10-25 11:27:55 +00:00
darrenr
b1e0a31379
Put in place for using ipfs use on shutdown and startup.
...
PR: 27070
2001-10-20 04:33:02 +00:00
alfred
f70beb49b8
Update to note that rpc.statd and rpc.lockd are now needed for
...
client side NFS mounts.
Stumbled upon by: rwatson
2001-10-18 19:37:57 +00:00
jhb
c95f79e9f7
Remove references to nfsiod and nfs_client_flags now that they are
...
obsolete.
Submitted by: Gordon Tetlow <gordont@gnf.org>
2001-10-10 20:36:51 +00:00
des
5f45546c20
Add a dumpdir variable that determines where savecore stores crash dumps.
...
I've had this on my development box for ages...
2001-10-09 18:40:00 +00:00
sheldonh
be6e167b53
Quote the value of pccard_ether_delay, the only unquoted value in the
...
entire file.
2001-10-05 09:01:42 +00:00
ume
89142babca
We don't ship pim6dd/pim6sd any more.
...
MFC after: 1 week
2001-10-03 16:15:59 +00:00
brooks
a3d017fa32
Add an apparently working entry for the BayStack 660, 2mbps direct
...
sequence wireless card.
Approved by: imp (in principle)
2001-09-27 21:38:02 +00:00
brooks
056cf95d1e
Add a new rc.conf variable, cloned_interfaces, to create cloned
...
interfaces at boot.
2001-09-19 21:27:27 +00:00
imp
58cd124ea9
Due to a bug in the ed driver, which leads to hangs when using it with
...
dhclient and pccard_ether, introduce the concept of a "settle time" to
pccard_ether with the new pccard_ether_delay variable. Defaults to 5
seconds, which is enough time for the ed driver to finish its
autoconfiguration for newer Linksys based cards. This also can
eliminate the ed0: timeout messages that happen at startup as well.
MFC: after RE says OK.
2001-09-13 06:18:07 +00:00
imp
8d4517cf39
Typo s/AirLAncer/AirLancer/g
2001-09-10 08:14:00 +00:00
imp
f05d2f8bc9
clarify PCMLM56 status
2001-09-10 08:07:46 +00:00
imp
734a69d002
The EXCard-10-PCMCIA entry was slightly bogus.
2001-09-10 08:05:29 +00:00
imp
385bce5226
Add cs driver for IBM EtherJet card. Doesn't completely work yet, but
...
it won't work without it.
2001-09-10 04:08:28 +00:00
imp
ec5fe60f48
2Mbps card from Teletronics. Looks like a generic OEM card for the
...
awi driver, but the MAC address isn't recognized, so maybe this is
wrong.
2001-09-10 03:30:47 +00:00
imp
bbcb44bc8b
ELSA Air Lancer wireless card. Appears to be a Lucent OEM.
...
Submitted by: Eric Masson <e-masson@kisoft-services.com>
2001-09-10 03:18:21 +00:00
imp
a5cd46258c
Mihira-san says that this works for him. Linksys EtherFast 10/100 +
...
56k modem with the fat connector.
Submitted by: sanpei@sanpei.org (MIHIRA yoshiro)
Ignored since Jan 2001 by: imp
2001-09-09 23:58:09 +00:00
imp
4d9b74de5f
Addtron AWP-100 wireless card.
...
Submitted by: Alfred Perlstein <bright@mu.org>
2001-09-09 23:42:26 +00:00
imp
2780c29eb2
EZCard, not EXCard
2001-09-09 23:40:28 +00:00
imp
02c1f92a49
Speculatively commit fix for Surecom EP-427TX PCMCIA adapter. This
...
appears to be another OEM version of the Netgear FA411. This is a
guess, since the original didn't include the flags, but this is too
similar to my netgear card...
Submitted by: neal@nelsonnet.org
2001-09-09 23:28:09 +00:00
imp
3c9c471983
SMC EZ Card 10 PCMCIA
...
Submitted by: Goncharov D <gda@sani.ru>
2001-09-09 23:13:59 +00:00
imp
5d5ea4d046
Add NE-2000 compatible card sold by addron.
...
Submitted by: johs@copyleft.no
2001-09-09 23:10:38 +00:00
imp
17ea9411d2
Add NetGEAR FA411 card. This appears to be based on the AX88190 chipset
...
and works with those flags.
2001-09-09 20:31:26 +00:00
rwatson
cacfeffcb5
o Add sample syslogd_flags for "-ss" which causes syslogd not to bind
...
an inet socket.
2001-09-02 23:34:19 +00:00
alex
cd61331420
Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf as
...
discussed on the arch@ mailinglist (after repo-copy).
sys.mk will .error if it finds /etc/defaults/make.conf but include
it anyways (this is the same behaviour as with the make.conf.local
removal).
/usr/share/examples/etc/make.conf has BDEFLAGS commented out now,
since it's only an example file.
Adjust all textes that talk about make.conf or defaults/make.conf to
match the new situation.
2001-08-30 22:44:51 +00:00
alex
2df8fcc269
RIP all ports options, as discussed on arch@.
2001-08-29 19:38:17 +00:00
obrien
cff0d9a500
Remove more vestages of diskcheckd, which is now in ports/sysutils.
2001-08-29 05:39:07 +00:00
kuriyama
a79e4e3fce
Invoke named with privilege of bind:bind.
...
Change pidfile location to /var/run/named/pid.
2001-08-23 13:34:45 +00:00
obrien
9039db8746
Add the `WANT_FORCE_OPTIMIZATION_DOWNGRADE' knob. If set to an integer
...
value, it forces GCC to not optimize above this level. For intance, GCC
made with "WANT_FORCE_OPTIMIZATION_DOWNGRADE=1" is a good setting for the
Alpha platform when building ports.
2001-08-16 06:05:18 +00:00
markm
881d373f6c
Remove the WANT_INSECURE_OPIE option - it is now a default. This is not
...
nearly as ominous as it sounds, and it allows OPIE to be used over SSH
and on xterms.
Requested by: ache
Discussed on: -security
2001-08-12 18:47:56 +00:00
knu
dbef0a4be4
Chagne MASTER_SITE_FREEBSD to MASTER_SITE_FREEBSD_ORG, because
...
MASTER_SITE_FREEBSD is already used in bsd.port.mk for some different
purpose.
2001-08-12 17:22:41 +00:00
knu
1a7a7fd48a
Fix MASTER_SITE_RUBY. The listed master site is obsolete.
2001-08-12 17:09:19 +00:00
knu
b5281fc71e
Add MASTER_SITE_FREEBSD.
2001-08-12 16:32:05 +00:00
markm
c1fcd6e966
Upgraded launchpad for kerberos. Noe kerberos IV OR kerberos 5
...
may be started at boot for kerberos servers.
2001-07-28 19:57:57 +00:00
peter
10344c5cb8
Take -Wconversion out of BDECFLAGS. It is not particularly useful for
...
us anyway because it doesn't work right on the x86 and alpha. On
K&R code, small ints would be promoted to int. ANSI-C doesn't require
this and the small ints can be passed taking 8 or 16 bits of stack
space. However, the x86 abi that we use *does* promote to 32 bit,
and the alpha ABI passes them in 64 bit registers so we dont have
that aspect of the problem here. Losing float precision by having it
cast down to int because the funtion prototype specifies int is the
least of our problems. -Wmissing-prototypes helps here anyway.
2001-07-27 16:23:53 +00:00
brian
15340fa5fe
Remove $daily_status_named_logs and figure out which /var/log/messages*
...
files to look an (in the same way that /etc/security does).
Don't single-quote $start, reducing it to an empty string.
MFC after: 3 days
2001-07-26 02:37:12 +00:00
hm
f7cba546d0
change the default for isdn_fsdev to NO. specifying a device here
...
results in a potential conflict with a getty running on that device.
PR: 26818
Submitted by: Clement Ballabriga <clement@asso.ups-tlse.fr>
2001-07-23 14:24:31 +00:00
gshapiro
6852c27931
New make knob, SENDMAIL_M4_FLAGS, modifies the flags passed to m4 when
...
building a .cf file from a .mc file.
Include -D_FFR_TLS_O_T to enable tls policy control since the sendmail binary
build enables that FFR as well.
PR: conf/28361
MFC after: 1 week
2001-07-23 01:33:54 +00:00
imp
0a07327fc4
Add entry for SMC 2632W card.
...
Submitted by: lots of people, most recently by Mike Buchanon
Also, Tried to clean up the comments about IRQs to match the new world
order.
2001-07-22 18:13:19 +00:00
nsayer
bf02272407
The MA401 is a Prism II
...
Approved by: imp
2001-07-21 23:11:13 +00:00
roam
eb75d65722
Add a script_name_sep rc.conf knob to specify the IFS character
...
for separating the startup scripts' list into individual filenames.
Run the shutdown scripts in reverse alphabetical order, so dependent
services are stopped before the services they depend upon.
Reviewed by: -arch, -audit
MFC after: 3 weeks
2001-07-17 14:33:52 +00:00
markm
4bc8b8ae90
Provide a hint for the OPIE 'insecure' mode.
2001-07-10 17:11:02 +00:00
nsayer
dcb876a4b9
The Netgear card works for me under 'wi'.
2001-07-07 20:38:44 +00:00
ume
2a83e05f6d
Change default of ipv6_default_interface to NO. This is meaningless
...
in most cases and rather harmful.
Reported by: Kevin Oberman <oberman@es.net>
MFC after: 1 week
2001-06-28 21:45:47 +00:00
dd
3047f2f8e5
Introduce syslogd_program and inetd_program variables in case somebody
...
wants to replace one of those programs.
PR: 13609
Submitted by: Goran Lowkrantz <goran.lowkrantz@infologigruppen.se>
2001-06-28 03:32:10 +00:00
gshapiro
d02cb5d7a2
Typo fix (modifes -> modifies)
2001-06-27 01:48:02 +00:00
dan
9d7d0d51cb
stpo --> stop (typo).
2001-06-26 23:19:45 +00:00
imp
b2cba5e6bb
Use tabs where tabs are supposed to go!
2001-06-26 20:50:34 +00:00
imp
896aadecf1
Add dell wireless card
...
Submitted by: keichi
2001-06-26 20:44:27 +00:00
dan
5d7568facf
Add support for linksys instant wireless.
...
Approved by: imp
2001-06-26 18:22:12 +00:00