Maxim Konovalov
0d055a20bf
Add user _pflogd.
2004-06-30 16:47:08 +00:00
Warner Losh
d8dbb9937b
devd is now on by default
...
Reviewed by: dfr,njr (not nate!)
2004-06-30 15:58:46 +00:00
Mike Makonnen
3621fa11d7
Make the stop command respect the 'fast' prefix.
...
Most notably, this cleans up messages when shutting down from
single user. In such a case there are usually no daemons running,
but their pid files are still in /var/run. This causes rc.d to
output diagnostics about daemons with pidfiles, but that are
not running.
2004-06-26 09:27:30 +00:00
Mike Makonnen
0247998d45
Fix typo.
...
Submitted by: kuriyama
2004-06-24 16:57:49 +00:00
Max Laier
ae194ff619
It's /usr/sbin/nologin not /sbin/nologin
...
Found-by: brueffer
Pointy-hat-to: mlaier
2004-06-23 09:42:19 +00:00
Max Laier
b78518bb34
Swap order of ruleset load and enabling pf to work around a problem on altq
...
startup. Moreover, this is the "more logic" order.
2004-06-23 01:42:06 +00:00
Max Laier
8ee2ac9ef3
Add "privsep" user/group _pflogd:_pflogd (64:64) to make pflogd(8) work
...
again. This user/group is not required for install* targets, hence do not
add them to CHECK_UIDS/CHECK_GIDS in Makefile.inc1 (no need to annoy
people).
Discussed-on: -current
2004-06-23 01:32:28 +00:00
Dag-Erling Smørgrav
e0ae81f32a
Correct an error carried over from the nsswitch.conf(5) manual page; add
...
a note to UPDATING since users may have to manually remove an incorrect
nsswitch.conf.
Noticed by: simon
2004-06-21 19:38:58 +00:00
Brian Feldman
d5ed4f061e
Allow setting the system console keyboard via the ${keyboard} rc.conf
...
directive.
2004-06-18 20:09:30 +00:00
Max Laier
02b199f158
Link ALTQ to the build and break with ABI for struct ifnet. Please recompile
...
your (network) modules as well as any userland that might make sense of
sizeof(struct ifnet).
This does not change the queueing yet. These changes will follow in a
seperate commit. Same with the driver changes, which need case by case
evaluation.
__FreeBSD_version bump will follow.
Tested-by: (i386)LINT
2004-06-13 17:29:10 +00:00
Olivier Houchard
79ef6aa9d1
Import the ttys file for arm.
...
make TARGET_ARCH=arm world now works (but still with external patches for
the toolchain bits).
2004-06-11 15:37:49 +00:00
David E. O'Brien
1a32b4cbcf
Back out rev 1.3.
...
This is one of the few RC scripts that doesn't use rc.subr, and thus
doesn't source rc.conf. :-(
2004-06-08 19:53:25 +00:00
David E. O'Brien
749fdbb557
Don't assume everyone's /etc/[default/]rc.conf 'entropy_file' is "/entropy".
2004-06-07 09:16:19 +00:00
Mike Makonnen
30e2462c71
Restore pre-rcNG behaviour:
...
SIGINT (Ctrl-c) kills the current script
SIGQUIT (Ctrl-\) kills /etc/rc (dropping you into single-user)
Prodded by: harti
2004-06-06 18:06:09 +00:00
Gregory Neil Shapiro
022f504564
Remove trailing space.
...
Submitted by: jens
2004-06-06 17:28:31 +00:00
Jens Schweikhardt
d8beb0fd3b
Removed whitespace at BOF, EOL & EOF.
2004-06-06 11:46:29 +00:00
MIHIRA Sanpei Yoshiro
ce62a94c13
fix MELCO LPC3-TX entry.
...
I mistaked at 1.166.
Submitted by: SARUMARU Yoshihiko <mistral@imasy.or.jp>
Pointed out by: MORIYASU Hirano <m-hirano@konsei.co.jp>
FreeBSD-users-jp 79808
FreeBSD-users-jp 79816
2004-06-05 06:11:54 +00:00
Hajimu UMEMOTO
389faa192d
fix typo in comment in my previous commit.
2004-06-02 09:58:18 +00:00
Hajimu UMEMOTO
b351b78a10
Add ip6addrctl_enable and ip6_addrctl_verbose option. If
...
ip6addrctl_enable is set to YES, address selection policy is installed
into kernel.
If there is /etc/ip6addrctl.conf, it is used for address selection
policy. Even if there is no /etc/ip6addrctl.conf, we install default
policy. In this case, if ipv6_enable is set to YES, we use address
selection policy described in RFC 3484 as default. Otherwise, we
install priority policy for IPv4 address.
The default of ip6addrctl_enable is NO for now. However, it may
better to enable it by default.
2004-06-02 09:39:49 +00:00
Kris Kennaway
0adbaf30d9
Add common share/locale directories (everything used by >= 5 ports [1]) and
...
/usr/local/www
[1] Semi-arbitrary cutoff, but I didn't want to add every locale directory
used by ports, because a lot are only used by one or two, and it's less
intrusive for these ports to just clean up after themselves.
MFC after: 2 days
2004-05-31 07:34:40 +00:00
Nate Lawson
e6228fcfdc
Throw the switch and enable use of the lowest idle states while online in
...
addition to offline. This can be overridden in /etc/rc.conf if it causes
trouble although this has been stable since 2003/12.
2004-05-29 04:52:37 +00:00
Max Laier
0164e9d382
Add ftp-proxy 8021/tcp in order to make the inetd.conf entry actually work.
...
Submitted-by: brueffer
Approved-by: bms(mentor)
2004-05-27 23:42:26 +00:00
Dag-Erling Smørgrav
5f3ba2f5d4
Install nsswitch.
2004-05-24 14:17:19 +00:00
Dag-Erling Smørgrav
cba155c0c2
If nsswitch.conf does not exist, create it with the default settings.
...
The reason for doing this is that (at least some) 4.x binaries are very
unhappy if host.conf does not exist, and if we create host.conf but not
nsswitch.conf, nsswitch.conf will be created at the next reboot, so it
is better to create a correct nsswitch.conf right away.
2004-05-24 11:53:26 +00:00
Dag-Erling Smørgrav
749f60c715
Move the task of updating nsswitch.conf / host.conf into a separate
...
script called nsswitch.
2004-05-24 11:48:58 +00:00
Hajimu UMEMOTO
f269dc02de
drop packet which has ::1 as src or dst via other than lo0
...
like as rc.firewall does.
MFC after: 1 week
2004-05-24 07:27:26 +00:00
Mike Makonnen
56d01be439
Really remove the return statement this time. Thanks to
...
ru for noticing.
2004-05-20 15:53:49 +00:00
Mike Makonnen
63d260104a
The err routine requires two arguments: an exit value and a string.
...
Additionaly, it will exit the script so an return statements after
calling it are superflous.
2004-05-20 14:16:05 +00:00
Pawel Jakub Dawidek
680e586479
- Install includes used by STRIPE and NOP GEOM classes.
...
- Create needed directories.
Supported by: Wheel - Open Technologies - http://www.wheel.pl
2004-05-20 10:29:26 +00:00
Josef Karthauser
bb1e7a5e19
Allow the location of the INDEX file to specified to pkg_version.
...
This is particularly convenient on a cluster of machines to prevent
having to rebuild the INDEX file on each.
Reviewed by: portmgr
2004-05-19 09:18:08 +00:00
Nate Lawson
ccc09458fa
Change hw.acpi.cpu.cx_lowest to accept values in the form of C1,
...
C2, ... Update power_profile to use the new format. Update the
man page to reflect this and give more info on Cx states.
2004-05-07 05:22:38 +00:00
Pawel Jakub Dawidek
b6d37dc477
Add g_concat.h and g_gate.h to be installed in
...
/usr/include/geom/(concat|gate)/.
2004-04-30 16:21:39 +00:00
Poul-Henning Kamp
d8337944e0
Protect som cross-script invocations by checks to see that the target
...
script exists. This allows pruning of rc.d scripts without getting
too many ugly boottime error message
2004-04-28 13:20:15 +00:00
Poul-Henning Kamp
8956ceaff0
Initdiskless must run before ipfw, or people will not be able to
...
use the conf/* stuff for their firewall configuration.
Running ipfw before could seem to make sense in that it would allow
one to setup access to the NFS server on a "default-deny" kernel,
but it is pretty obvious to the casual observer that such a configuration
never makes it far enough to mount the NFS-root in the first place.
2004-04-28 13:18:22 +00:00
Ruslan Ermilov
3ee3cd3165
Replace shell's positional parameters safely.
2004-04-28 09:09:27 +00:00
Poul-Henning Kamp
edf28a672b
When using this in non-NFSroot circumstances, mount -t nfs
may
...
return empty. Add a dummy element to prevent the alternate action
of the shell builtin "set"
2004-04-27 15:42:34 +00:00
Simon L. B. Nielsen
f59f70e231
Removes the check for the existence of the sysctl variable
...
debug.watchdog since it is not created by hardware watchdog(4) devices.
The watchdog(4) device is always compiled in the kernel, so removing the
check should not cause any problems.
Approved by: phk
2004-04-26 19:41:37 +00:00
Tim J. Robbins
ab670aebec
Add an Israel Hebrew locale: he_IL.UTF-8.
...
PR: 65826
Submitted by: Hye-Shik Chang
2004-04-21 15:28:23 +00:00
Darren Reed
167992ad9a
Add script for checking ipv6 blocked packets from PR.
...
PR: misc/50154
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
2004-04-20 13:44:57 +00:00
Darren Reed
da48dbe191
apply patch so pr can be closed
...
PR: misc/56715
Submitted by: grant@NetBSD.org
Reviewed by: darrenr
2004-04-20 13:30:49 +00:00
Max Khon
ca813d2986
sendmail_submit_enable and sendmail_outbound_enable checks were reverted.
...
Found by: Morten Rodal <morten@rodal.no>
2004-04-17 19:09:09 +00:00
Brooks Davis
7aa81b88a2
Actually install preseedrandom.
...
Reported by: bde
2004-04-17 04:12:27 +00:00
Brooks Davis
21462105eb
Remove bogus checks on the value of ${entropy_file} and hardcode out
...
entropy source to /entropy. We have to assume there is no rc.conf at
this stage of the boot process.
Reported by: njl
2004-04-15 18:23:14 +00:00
Brooks Davis
6ea20e1c98
Band-aid diskless booting by running a new preseedrandom script before
...
initdiskless. The output of several commands and if available the
contents of /entropy are feed into /dev/random to kickstart the PRNG.
/etc/rc.d/initrandom is left alone to maintain the previous behavior as
much as possiable.
Further work in this area is probably needed.
Discussed with: markm
2004-04-15 17:52:53 +00:00
Hartmut Brandt
9de3b3505c
Move the SNMP MIBs and tree definitions from /usr/share/bsnmp to
...
/usr/share/snmp. This mirrors the use of /usr/local/share/snmp and
makes also more sense when non-bsnmp-specific MIBs go in.
2004-04-14 16:06:19 +00:00
Brooks Davis
ff356053a1
Catch up with diskless split "diskless" is no longer provided.
...
Suggested by: cperciva
2004-04-12 18:11:00 +00:00
Brian Feldman
87bd2f457b
Document devfs_set_rulesets a little.
2004-04-10 22:13:27 +00:00
Scott Mitchell
24c8ae76c2
Add Xircom XEM5600 card (appears to be a renamed REM56).
...
Observe that Xircom CEM28 and CEM33 are known to work in Ethernet mode.
Reviewed by: imp (mentor)
2004-04-09 17:15:18 +00:00
Mark Murray
37c79b8006
Take into account hardware-supplied entropy. If the entropy source
...
is hardware, the Yarrow initialisations don't need to be done.
2004-04-09 15:56:16 +00:00
Wes Peters
85d4d6aa5b
Style fixes, as suggested by Jens Schweikhardt <schweikh@schweikhardt.net>
2004-04-06 23:15:48 +00:00