gordon
2f904c0a96
Clean up some variables that should have been done before:
...
xntpd_* -> ntpd_*
portmap_* -> rpcbind_*
Also change single_mountd_enable to mountd_enable.
We also include shims for all the old variable names.
Submitted by: Mike Makonnen <makonnen@pacbell.net>
2002-08-14 05:37:15 +00:00
schweikh
859c765d64
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
schweikh
5eefae432e
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
iedowse
3e2d19afb9
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
iedowse
29e0235aba
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
fanf
37ea1698f6
Remove trailing whitespace.
2002-08-09 20:58:54 +00:00
gordon
338f3e58ec
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
07b40589c7
Correct comment. We use rpcbind now, not portmap
...
Submitted by: Mike Makonnen <makonnen@pacbell.net>
2002-08-09 17:34:13 +00:00
gordon
4d33b6e56f
Correct comment
...
Submitted by: Mike Makonnen <makonnen@pacbell.net>
2002-08-09 17:33:07 +00:00
ru
3b1b4edbda
We no longer have a COPY.
2002-08-07 16:01:06 +00:00
jake
8325f04853
Add example entries for ttya and ttyb (sab).
2002-08-04 19:16:13 +00:00
gshapiro
8cc0839b13
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
rwatson
5ca8a85ebe
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
ume
ec26b61ae7
FreeBSD has setkey in different location from NetBSD.
...
Submitted by: Mike Makonnen <makonnen@pacbell.net>
2002-07-31 16:39:19 +00:00
blackend
5b8d2d8de6
Correct URL to the Handbook
...
MFC after: 1 week
2002-07-31 10:05:37 +00:00
ru
a8adf98c82
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
dd
67306baf36
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
dd
6f27324be2
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
imp
def36fc897
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
ume
afcf651cf8
Change the default setting of an IPv4-mapped IPv6 address to off.
...
Requested by: many people
2002-07-25 15:44:01 +00:00
ume
ae5301d38f
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
ru
f2824cbad3
sys.mk no longer includes bsd.own.mk.
2002-07-20 10:56:00 +00:00
ru
ed13465e59
Install scripts via FILES (purposedly not via SCRIPTS that would
...
strip the suffixes).
2002-07-18 12:33:01 +00:00
ru
cd7c90d38f
s/${INSTALL} -c/${INSTALL} ${COPY}/
2002-07-18 12:07:49 +00:00
imp
ebb07e7ff8
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
dd
6197784f1d
Remove spurious "echo '.'".
2002-07-18 05:00:23 +00:00
bsd
e3e0f48306
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
dougb
ebec404eb6
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
dougb
0564223a48
Make nisdomainname=NO DTRT
...
Submitted by: des, via Mike Makonnen <makonnen@pacbell.net>
2002-07-18 05:00:20 +00:00
dougb
30dfb601b9
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
e141e08d6b
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
259601fa05
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
ume
c8703a911a
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
ru
8280e04b3b
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
joe
ddb988fd9f
Rename 'usio' to 'ucom'.
...
Spotted by: akiyama
2002-07-10 16:07:33 +00:00
gordon
a4cf039ac6
Remove debugging nit
...
Submitted by: bmah
2002-07-08 21:04:16 +00:00
peter
a01296978c
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
6a6fb8b86a
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
des
5c93810aed
Silence pam_lastlog for now.
2002-07-07 10:00:43 +00:00
dougb
93b3f4508c
Another update from Mike Makonnen.
...
Missed by: Me
2002-07-07 08:00:31 +00:00
dougb
9b623ad295
Latest improvements from Mike Makonnen. Better kerberos and apm handling.
2002-07-07 04:16:53 +00:00
ru
13ade03a10
There is apparently no reason for the existence of the `etc' target.
2002-07-05 13:47:29 +00:00
ru
294d4cf00f
Whitespace and indentation (style) fixes.
2002-07-05 13:39:38 +00:00
ru
0bcd5c6bf3
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
954ff8bf68
Trim EOL spaces.
...
Reviewed by: gshapiro
2002-06-30 12:08:36 +00:00
maxim
d0a28864e1
Add an alias for sshd.
2002-06-30 12:04:41 +00:00
maxim
638246b4b9
Include 'sshd' to the lists of forbidden users.
...
Reviewed by: cvs-committers
2002-06-28 15:46:29 +00:00
brian
c4dd2bd45f
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
sheldonh
0148f2db27
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
sheldonh
70a58092b5
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