Jens Schweikhardt
f017edb1bf
o Test and change to the correct directory, /var/spool/.hoststat
...
o Bring if/then style in sync with /etc/rc scripts
PR: conf/41570
Submitted by: Konstantin M Volevatch <cox@rosnet.ru>
MFC after: 1 week
2002-08-12 11:09:01 +00:00
Jens Schweikhardt
84bd1082cb
Fix typos (s/seperat/separat/ et al); add FreeBSD ID.
...
Suggested by: bde
MFC after: 3 days
2002-08-12 10:04:32 +00:00
Ian Dowse
d64915d6e3
Remove some unnecessary sanity checks that break "sh MAKEDEV cd"
...
and others, because test(1) does not do shortcut evaluation.
Fix the same off-by-one error for acd*t* that revision 1.326 fixed
for other *cd devices.
Suggested by: bde
Reviewed by: bde
2002-08-10 22:03:58 +00:00
Ian Dowse
539354bed3
Permit the creation of just cd0 if desired. Previously it always
...
created cd1 as well due to an off-by-one error left over from
revision 1.249.
PR: conf/20436
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
MFC after: 1 week
2002-08-10 00:20:32 +00:00
Tony Finch
a7c397167e
Remove trailing whitespace.
2002-08-09 20:58:54 +00:00
Gordon Tetlow
897102c745
Make the othermta script DTRT when an mta startup script is not specified.
...
Submitted by: Mike Makonnen <makonnen@pacbell.net>
2002-08-09 17:45:04 +00:00
Gordon Tetlow
5e6fcb8ccc
Correct comment. We use rpcbind now, not portmap
...
Submitted by: Mike Makonnen <makonnen@pacbell.net>
2002-08-09 17:34:13 +00:00
Gordon Tetlow
e4bc448975
Correct comment
...
Submitted by: Mike Makonnen <makonnen@pacbell.net>
2002-08-09 17:33:07 +00:00
Ruslan Ermilov
4e17db5b58
We no longer have a COPY.
2002-08-07 16:01:06 +00:00
Jake Burkholder
2e55bb64c3
Add example entries for ttya and ttyb (sab).
2002-08-04 19:16:13 +00:00
Gregory Neil Shapiro
b31d4126e3
If all file systems are marked nosuid, the line:
...
MP=`mount -t ufs | grep -v " nosuid" | awk '{ print $3 }' | sort`
sets ${MP} to an empty string so the next line:
set ${MP}
actually just dumps all of the shells variables to stdout (and therefore
the security report). Fixed by surrounding the code which goes through the
mounts with a test for an empty string before using ${MP}.
Reviewed by: brian
MFC after: 3 days
2002-08-03 22:33:34 +00:00
Robert Watson
844a8917d6
Introduce support for Mandatory Access Control and extensible
...
kernel access control.
Create directories for per-policy include files.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-08-01 22:37:08 +00:00
Hajimu UMEMOTO
ec2409ba60
FreeBSD has setkey in different location from NetBSD.
...
Submitted by: Mike Makonnen <makonnen@pacbell.net>
2002-07-31 16:39:19 +00:00
Marc Fonvieille
5fddf8bfc1
Correct URL to the Handbook
...
MFC after: 1 week
2002-07-31 10:05:37 +00:00
Ruslan Ermilov
d2893b161b
Drop support for COPY, -c has been the default mode of install(1)
...
for a long time now.
Approved by: bde
2002-07-29 09:40:17 +00:00
Dima Dorfman
527597b2d9
Stock -current has more than 300 files in /etc, so 255 inodes for the
...
/etc filesystem isn't enough; consequently, add "-i 4096" to the newfs
command for /etc. This results in 1022 inodes, which should be enough
for the forseeable future (although I don't know why we would ever
have more than 1000 files in a default /etc).
Silence by: -current
2002-07-28 03:41:53 +00:00
Dima Dorfman
cfab43190a
Add a period to the end of the "starting" message to be consistent
...
with the rest of the output during a boot.
2002-07-28 03:38:10 +00:00
Warner Losh
1c367fb5b2
Add a generic NANOSPEED wi card.
...
Submitted by: matt peterson
While I'm here, kill the flags 0x10000 on all the prism based cards.
Both stable and current figure this out on their own and we've had at
least one releases where this is the case.
2002-07-26 06:12:14 +00:00
Hajimu UMEMOTO
dcaecffe69
Change the default setting of an IPv4-mapped IPv6 address to off.
...
Requested by: many people
2002-07-25 15:44:01 +00:00
Hajimu UMEMOTO
9067589d53
be able to configure to run an IPv6 routing daemon even on
...
an end node (sync with rc.network6 1.30).
Approved by: gordon
2002-07-21 19:12:21 +00:00
Ruslan Ermilov
30b92dec43
sys.mk no longer includes bsd.own.mk.
2002-07-20 10:56:00 +00:00
Ruslan Ermilov
bff0acee63
Install scripts via FILES (purposedly not via SCRIPTS that would
...
strip the suffixes).
2002-07-18 12:33:01 +00:00
Ruslan Ermilov
0b87f79976
s/${INSTALL} -c/${INSTALL} ${COPY}/
2002-07-18 12:07:49 +00:00
Warner Losh
285e939e1e
The Compaq WL200 is a CL-PD6729 based pci card with a prism 2 pcmcia
...
card behind it (without the pcmcia form factor). This entry gets to
the point of attaching, but there's something wrong with the '29
support, so it doesn't quite work yet.
2002-07-18 06:01:35 +00:00
Dima Dorfman
dacf6a1e22
Remove spurious "echo '.'".
2002-07-18 05:00:23 +00:00
Brian S. Dean
9f0af70eb1
Apply same fix as Rev 1.19 of /etc/rc.diskless2: create sendmail
...
required directories if sendmail_enable is not set to "none".
Suggested by: gordon
2002-07-18 05:00:22 +00:00
Doug Barton
d45ed36711
Anonymize the "portmap" program to get better compatibility with
...
rpcbind in -current.
Submitted by: Alexander Kabaev <ak03@gte.com>
2002-07-18 05:00:21 +00:00
Doug Barton
de66529e70
Make nisdomainname=NO DTRT
...
Submitted by: des, via Mike Makonnen <makonnen@pacbell.net>
2002-07-18 05:00:20 +00:00
Doug Barton
4264c30c0d
Cleanup some pollution from the NetBSD sync, and add gif setup.
...
Submitted by: Mike Makonnen <makonnen@pacbell.net>
2002-07-18 05:00:19 +00:00
Gordon Tetlow
8abdee58c7
Fix a typo that caused dhclient not to work.
...
Submitted by: Dennis Kristensen <snicki@snicki.dk>
Reviewed by: Mike Makonnen <makonnen@pacbell.net>
2002-07-18 05:00:18 +00:00
Gordon Tetlow
242bd45fb4
Merge in all the changes that Mike Makonnen has been maintaining for a
...
while. This is only the script pieces, the glue for the build comes next.
Submitted by: Mike Makonnen <makonnen@pacbell.net>
Reviewed by: silence on -current and -hackers
Prodded by: rwatson
2002-07-18 05:00:17 +00:00
Hajimu UMEMOTO
8abac11f6e
be able to configure to run an IPv6 routing daemon even on
...
an end node.
Requested by: Masachika ISHIZUKA <ishizuka@ish.org>
MFC after: 1 week
2002-07-18 05:00:16 +00:00
Ruslan Ermilov
661fc9ee4d
Removed no longer used share/examples/diskless/* dirs (forgotten
...
by luigi@) and never used share/examples/kld/dyn_sysctl/module.
2002-07-11 07:15:36 +00:00
Josef Karthauser
e044f137e0
Rename 'usio' to 'ucom'.
...
Spotted by: akiyama
2002-07-10 16:07:33 +00:00
Gordon Tetlow
e321e75ec9
Remove debugging nit
...
Submitted by: bmah
2002-07-08 21:04:16 +00:00
Peter Wemm
c00f7bc28b
GRRR! rc.* cannot do an "exit 0" or it aborts the entire /etc/rc process.
...
We do a '. /etc/rc.syscons' - not run it in a seperate shell.
2002-07-08 04:03:21 +00:00
Gordon Tetlow
c1c086d9fe
nfsd and mountd now live in /usr/sbin not /sbin. Correct the command args.
...
This also reduces the diff to NetBSD (very marginally).
Reviewed by: jake (mentor)
2002-07-07 22:19:08 +00:00
Dag-Erling Smørgrav
cda86084ab
Silence pam_lastlog for now.
2002-07-07 10:00:43 +00:00
Doug Barton
01ccaceffd
Another update from Mike Makonnen.
...
Missed by: Me
2002-07-07 08:00:31 +00:00
Doug Barton
77aa299a77
Latest improvements from Mike Makonnen. Better kerberos and apm handling.
2002-07-07 04:16:53 +00:00
Ruslan Ermilov
d2baa8b3b7
There is apparently no reason for the existence of the `etc' target.
2002-07-05 13:47:29 +00:00
Ruslan Ermilov
3982724908
Whitespace and indentation (style) fixes.
2002-07-05 13:39:38 +00:00
Ruslan Ermilov
831568b970
Added DEFAULTS, to denote the contents of etc/defaults/.
...
Once upon a time (in rev. 1.81), COPYRIGHT and FREEBSD
were multi-value.
Moved installation of /var/log/cron to where it belongs
(this finishes the change in rev. 1.205).
Removed (with extreme prejudice) a bunch of parentheses
that unnecessarily obfuscated this makefile.
Run pwd_mkdb(8) right after master.passwd is installed.
Install nsmb.conf to /usr/share/examples/etc/.
2002-07-05 13:17:24 +00:00
Maxim Konovalov
492fa19f70
Trim EOL spaces.
...
Reviewed by: gshapiro
2002-06-30 12:08:36 +00:00
Maxim Konovalov
4872428528
Add an alias for sshd.
2002-06-30 12:04:41 +00:00
Maxim Konovalov
fc193c4365
Include 'sshd' to the lists of forbidden users.
...
Reviewed by: cvs-committers
2002-06-28 15:46:29 +00:00
Brian Somers
103efc95e8
Mention that we're checking kernel log messages, even if there's
...
no output.
PR: 39618
MFC after: 1 week
2002-06-28 10:32:18 +00:00
Sheldon Hearn
d86c700817
Revert previous delta, setting the system immutable flag on /var/empty
...
instead of the user immutable flag, now that mergemaster handles
schg directories in its /var/tmp/temproot.
2002-06-26 17:05:48 +00:00
Sheldon Hearn
ec8b657bfd
Tone down the previous delta: don't set the system immutable flag on
...
/var/empty, because it makes it difficult for mergemaster(8) to remove
/var/tmp/temproot/var.
2002-06-26 08:58:28 +00:00
Matthew Dillon
ca18873e88
add default vmemoryuse (unlimited), and samples
2002-06-26 04:04:37 +00:00