Commit Graph

1505 Commits

Author SHA1 Message Date
bde
4d3a35c728 Nuked setting of crt here too.
Obtained from:	src/etc/root/dot.profile rev.1.17.
1998-09-02 14:10:22 +00:00
brian
53ce9b5024 Add Id keywords 1998-09-02 01:34:57 +00:00
jb
a412f2d924 MACHINE -> MACHINE_ARCH to allow PC98 to define MACHINE=pc98.
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
1998-08-31 20:48:13 +00:00
jkoshy
be7e5066f8 Move setting of 'crt' mail variable to {/usr/src}/etc/mail.rc. 1998-08-31 10:53:06 +00:00
dfr
359c3bfd1f Change to use FreeBSD device major numbers and tty definitions. 1998-08-31 08:57:56 +00:00
dillon
c8b81b2440 make.conf.local test/include removed from make.conf, to be put in sys.mk
instead.
1998-08-29 01:24:21 +00:00
dillon
8cb0c8376f Reviewed by: asami@freebsd.org (Satoshi Asami)
Give make.conf a make.conf.local capability similar to rc.conf's
    rc.conf.local capability.  Eases large-site administration.
1998-08-26 21:20:47 +00:00
gpalmer
0cff756e9e Don't try to run ldconfig if it doesn't exist. Useful for elf platforms. 1998-08-24 07:11:48 +00:00
phk
058100a3b6 Fix my blunder in my previous commit here. 1998-08-20 11:22:52 +00:00
bde
035fd7acb4 Added zh_TW.BIG5 locale. Material for 5 big pointy hats found nearby. 1998-08-17 16:17:08 +00:00
des
f40172e37c Fix typo in previous commit.
PR:		7621
Submitted by:	Mark Huizer
1998-08-16 10:38:02 +00:00
jkh
3a395831e8 Add new zh_TW.BIG5 locale 1998-08-16 10:32:15 +00:00
markm
bd3587a0bf Clean up the kerberos entries, and add example CVS entries 1998-08-15 17:32:27 +00:00
thepish
0d1847a925 PR: 7613
Submitted by:	axl@iafrica.com
change default setting of the crt env var from 24 to blank (mail(1) then uses
stty(1) setting
1998-08-14 12:26:43 +00:00
phk
0aae3f69f8 In /etc/rc.network, near line 242, setting up Kerberos,
variable "stash_flag" is set.  A few lines later, it is evaluated
as "stash_flags" with a trailing "s", and then a bit later the
singular version is unset.

PR:		7609
Reviewed by:	phk
Submitted by:	Walt Howard <howard@ee.utah.edu>
1998-08-14 06:55:17 +00:00
phk
feaf4aa784 Add "Mounting NFS file systems" progress indicator
PR:		7605
Reviewed by:	phk
Submitted by	Nick Hibma <nick.hibma@jrc.it>:
1998-08-14 06:49:05 +00:00
phk
1fc75b4852 Wrapper script for PC Card Ethernet Adapters only supports ISC DHCP;
I prefer wide-dhcp, and since both are packages, it should get
equal billing.

PR:		7568
Reviewed by:	phk
Submitted by:	Drew Derbyshire <software@kew.com>
1998-08-14 06:31:58 +00:00
phk
a67a302ebc A long time ago, in a galaxy far, far away, someone made the (bonehead)
decision to limit the sound driver to one device.  With Luigi's pcm
driver, the unit number for the PnP detected cards is nearly always 1,
and so you can't create the symlinks that will make your sound work.

PR:		7564
Submitted by:	Doug White <dwhite@resnet.uoregon.edu>
1998-08-14 06:21:34 +00:00
des
0b235a1969 Make /etc/security bitch about passwordless accounts.
Use awk -F: rather than 'BEGIN {FS=":"}'
1998-08-11 08:48:54 +00:00
brian
7af720c752 Add Id keyword. 1998-08-10 19:54:12 +00:00
brian
362071b38d Don't blat /var/run and /var/spool/lock *after* network_pass1()
unless /var is nfs-mounted.
This was removing ppps device lock (when ppp's started in
/etc/start_if.tun0 in -ddial or -dedicated mode) and allowing
other programs (such as mgetty) to confuse ppp by playing with
the modem while ppp's using it.

People that nfs-mount /var had better not start ppp in this
way....
1998-08-10 19:53:50 +00:00
brian
d09cdefa02 Cosmetic MF2.2: Add a missing (commented) parenthesis. 1998-08-10 19:53:22 +00:00
phk
09b1b2bcde Add devices for M-systems DiskOnChip 1998-08-10 10:17:46 +00:00
phk
cda9cb7dcf I have been running with these locale data for a while now and
I hope some other people might find them useful. They are for
zh_CN.EUC (GB) only. I'm not familiar with the BIG5 encoding,
so I could only hope someone else would fill the gap.

PR:		7310
Submitted by:	Luoqi Chen <luoqi@chen.ml.org>
1998-08-10 09:49:42 +00:00
brian
a3ef71cac7 Show some examples on how to configure callback & CBCP.
Show examples of the (new) fifth field in ppp.secret.
1998-08-07 18:44:31 +00:00
ache
0604153629 Add dirs for Hungarian locale 1998-08-07 16:47:07 +00:00
jb
9cf0cfcbbe The etc-sendmail.cf target is in src/etc/sendmail/Makefile, not
src/etc/sendmail/cf/Makefile. This was an obstacle to 'make release'.
1998-08-07 08:24:07 +00:00
brian
af566d89b1 dgm uses devices cuaM* and ttyM*
Submitted by:   "IBS / Andre Oppermann" <andre@pipeline.ch>
1998-08-04 21:45:20 +00:00
peter
904931c241 Descend into sendmail directory and update hooks for make release so that
it has a chance of working.
1998-08-04 15:54:27 +00:00
peter
fe9f122f26 Builder for sendmail.cf's, in particular freebsd.cf.
This needs to be revisited - we need a simple way of building/installing
these at runtime from the installed system's /etc/mail directory.
freebsd.mc,v and freefall.mc,v have been repository copied here.
1998-08-04 15:53:18 +00:00
dima
17390e0522 Introduce KRB5_HOME variable. 1998-08-01 19:55:32 +00:00
brian
560b41fa23 Remove ppp 3000/tcp. Ppp has nothing in common with port 3000. 1998-07-29 19:30:44 +00:00
nectar
a237119559 make a bounds file for msgs(1) if there isn't one already
PR:		bin/3023
Reviewed by:	jkh@FreeBSD.ORG
1998-07-28 01:15:12 +00:00
phk
05979fd6ce Add std.230400 entry
PR:		7280
1998-07-22 05:58:40 +00:00
phk
bd845372ef modstat | grep _saver is used to determine if a screensaver is loaded
already. The modstat output goes to the screen.
PR:		7351
Reviewed by:	phk
Submitted by:	Jos Backus <Jos.backus@nl.origin-it.com>
1998-07-22 05:38:58 +00:00
andreas
0c7cd21542 Enter absolute path for the makemap command (which lives under /usr/sbin)
This makes it possible to run make from cron, i.e.:
	root's crontab:
	( cd /etc/mail; make all install )
without the error:
	makemap hash /etc/mail/spamsites < /etc/mail/block_domains.txt
	makemap: not found
	*** Error code 127
If this solution is widely accepted, I'd like to merge it into -STABLE
1998-07-20 12:30:39 +00:00
hoek
2fbfcdc516 MFC: sample qmail entry. 1998-07-18 20:01:03 +00:00
brian
e79da2520c Remove redundant comments. 1998-07-18 15:34:39 +00:00
alex
b2209672a7 Detect user id 0 as a number instead of a string. String comparisons
fail to detect 00.

PR:		7218
Submitted by:	Michal Listos <mcl@Amnesiac.123.org>
		Niall Smart <rotel@indigo.ie>
1998-07-08 22:42:08 +00:00
nectar
d2e760ca5d Allow either an IP address or an interface to be specified in
the rc.conf variable ``natd_interface''.  rc.network will
determine whether it is an IP address or an interface name,
and invoke natd with the -a or -n flag as appropriate.

PR:				6947
Reviewed by:	jkh@FreeBSD.ORG
1998-07-08 15:40:53 +00:00
jdp
9c47dae296 Fix spelling error. 1998-07-04 22:10:20 +00:00
brian
f701334eb8 6668/divert -> 8668/divert. IRC uses 6668. 1998-07-04 01:57:15 +00:00
des
1b8e00efbb Not so fast, that was one '0+' too many.
PR:		7124
1998-07-03 15:43:20 +00:00
des
e670625575 Make sure the node count is an integer when mknod'ing pty, tty and vty.
PR:		misc/7124
1998-07-02 07:39:01 +00:00
andreas
d2f7f1dae0 additionally warnings
- login failures
- tcp_wrapper messages about refused connections
1998-06-27 11:13:59 +00:00
jkh
f3b8a218c6 MF22: die sup die. 1998-06-26 01:44:57 +00:00
jkh
4b75709d82 Use a default blanktime (otherwise it shows up as "NO" in sysinstall's menus). 1998-06-23 03:09:26 +00:00
jkoshy
eba67c2b23 Add rc.conf option to set kernel security level and modify "/etc/rc" to
use this.

Requested by: max, andreas

Note: This change just provides a convenient way to exercise existing
functionality.  Whether `kern.securelevel' is effective in increasing
system security is another issue, and one that has been well thrashed
out in the lists.
1998-06-22 06:34:12 +00:00
nate
35858b5045 Updated entry for Xircom CreditCard Modem
Submitted by:	"Mike Del" <repenting@hotmail.com>
1998-06-15 17:51:03 +00:00
steve
fb45255db6 Cleanup natd startup test.
PR:		6946
Submitted by:	Jacques Vidrine <n@nectar.com>
1998-06-14 16:31:03 +00:00