cvs commit: src/etc/rc.d pf

2008-07-11 Thread Mike Makonnen
mtm 2008-07-11 08:11:49 UTC FreeBSD src repository Modified files: etc/rc.d pf Log: SVN rev 180440 on 2008-07-11 08:11:49Z by mtm The pfctl(8) program is already pretty verbose, so don't print extra information in quiet mode. Revision ChangesPath

cvs commit: src/etc/periodic/security 800.loginfail

2008-07-06 Thread Mike Makonnen
mtm 2008-07-06 10:21:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) etc/periodic/security 800.loginfail Log: SVN rev 180319 on 2008-07-06 10:21:12Z by mtm MFC: r180111 Rev. 1.8 broke matching on lines where the failure mode is at the head

cvs commit: src/etc/rc.d savecore

2008-07-06 Thread Mike Makonnen
mtm 2008-07-06 08:31:29 UTC FreeBSD src repository Modified files: etc/rc.d savecore Log: SVN rev 180318 on 2008-07-06 08:31:29Z by mtm Remove the $DUMPDIR variable. It's redundant and the rest of the script uses $dumpdir directly. Revision Changes

cvs commit: src/etc/rc.d savecore

2008-07-06 Thread Mike Makonnen
mtm 2008-07-06 07:51:29 UTC FreeBSD src repository Modified files: etc/rc.d savecore Log: SVN rev 180317 on 2008-07-06 07:51:29Z by mtm Make checking for the availability of core dumps work in the case that $dumpdev is not set to "AUTO". Reported by: P

cvs commit: src/etc/rc.d ipfw

2008-07-05 Thread Mike Makonnen
mtm 2008-07-05 15:27:39 UTC FreeBSD src repository Modified files: etc/rc.d ipfw Log: SVN rev 180296 on 2008-07-05 15:27:39Z by mtm No need to display the result of enabling the ipfw sysctl if it's successfull. Issue a warning if it fails, however. Rev

cvs commit: src/etc/rc.d mountcritlocal

2008-07-05 Thread Mike Makonnen
mtm 2008-07-05 15:19:58 UTC FreeBSD src repository Modified files: etc/rc.d mountcritlocal Log: SVN rev 180295 on 2008-07-05 15:19:58Z by mtm There's no need to announce that we're mounting local filesystems when running in quiet mode since if we fail to mo

cvs commit: src/etc/rc.d nfsclient

2008-07-05 Thread Mike Makonnen
mtm 2008-07-05 15:13:21 UTC FreeBSD src repository Modified files: etc/rc.d nfsclient Log: SVN rev 180294 on 2008-07-05 15:13:21Z by mtm Quiet down rc.d/nfsclient by not printing anything in 'quiet' mode. Instead issue a warning of it fails to set the sysct

cvs commit: src/sbin/devfs devfs.8

2008-07-02 Thread Mike Makonnen
mtm 2008-07-02 13:03:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/devfs devfs.8 Log: SVN rev 180180 on 2008-07-02 13:03:08Z by mtm MFC r180060: Support for filtering on major device number was removed in rev. 1.7 or rule.

cvs commit: src/sbin/devfs devfs.8

2008-07-02 Thread Mike Makonnen
mtm 2008-07-02 13:00:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/devfs devfs.8 Log: SVN rev 180179 on 2008-07-02 13:00:07Z by mtm MFC r180060: Support for filtering on major device number was removed in rev. 1.7 or rule.

cvs commit: src/etc/periodic/security 800.loginfail

2008-06-30 Thread Mike Makonnen
mtm 2008-06-30 08:01:47 UTC FreeBSD src repository Modified files: etc/periodic/security 800.loginfail Log: SVN rev 180111 on 2008-06-30 08:01:47Z by mtm Rev. 1.8 broke matching on lines where the failure mode is at the head of the message, such as: Jun 30 10:49:21

cvs commit: src/usr.sbin/ngctl main.c

2008-06-28 Thread Mike Makonnen
mtm 2008-06-28 12:31:30 UTC FreeBSD src repository Modified files: usr.sbin/ngctl main.c Log: SVN rev 180076 on 2008-06-28 12:31:30Z by mtm Modify the DoParseCommand() to work on (const char *) instead of just (char *). This is a slightly simplified version of th

cvs commit: src/etc/rc.d lockd statd

2008-06-27 Thread Mike Makonnen
mtm 2008-06-27 15:45:17 UTC FreeBSD src repository Modified files: etc/rc.d lockd statd Log: SVN rev 180070 on 2008-06-27 15:45:17Z by mtm Backout r179941. The nfsclient knob always confuses me. I should have double-checked my setup before commiting. N

cvs commit: src/sbin/devfs devfs.8

2008-06-27 Thread Mike Makonnen
mtm 2008-06-27 09:09:50 UTC FreeBSD src repository Modified files: sbin/devfs devfs.8 Log: SVN rev 180060 on 2008-06-27 09:09:50Z by mtm Support for filtering on major device number was removed in rev. 1.7 or rule.c. Update man page example accordingly.

cvs commit: src/lib/libc/gen glob.c

2008-06-26 Thread Mike Makonnen
mtm 2008-06-26 07:12:35 UTC FreeBSD src repository Modified files: lib/libc/gen glob.c Log: SVN rev 180021 on 2008-06-26 07:12:35Z by mtm Gcc barfs in glob.c when run with -O3. To fix this make g_strchr() work on and return (const Char *) pointers instead of ju

cvs commit: src/sbin/ggate/ggated ggated.c

2008-06-26 Thread Mike Makonnen
mtm 2008-06-26 07:05:35 UTC FreeBSD src repository Modified files: sbin/ggate/ggatedggated.c Log: SVN rev 180020 on 2008-06-26 07:05:35Z by mtm The signature for a pthread function requires that it return a pointer to a void. The send_thread() and disk_thread() f

cvs commit: src/etc/rc.d syscons

2008-06-24 Thread Mike Makonnen
mtm 2008-06-24 21:01:56 UTC FreeBSD src repository Modified files: etc/rc.d syscons Log: SVN rev 179981 on 2008-06-24 21:01:56Z by mtm Quiet rc.d/syscons unless it has something to say. Revision ChangesPath 1.22 +35 -6 src/etc/rc.d/syscon

cvs commit: src/etc/rc.d swap1 src/sbin/swapon swapon.8 swapon.c

2008-06-23 Thread Mike Makonnen
mtm 2008-06-23 22:17:08 UTC FreeBSD src repository Modified files: etc/rc.d swap1 sbin/swapon swapon.8 swapon.c Log: SVN rev 179966 on 2008-06-23 22:17:08Z by mtm Add a -q flag to swapon(8) to suppress informational messages. Use it in rc.d.

cvs commit: src/etc/rc.d auto_linklocal power_profile sysctl src/sbin/sysctl sysctl.c

2008-06-23 Thread Mike Makonnen
mtm 2008-06-23 22:06:28 UTC FreeBSD src repository Modified files: etc/rc.d auto_linklocal power_profile sysctl sbin/sysctl sysctl.c Log: SVN rev 179965 on 2008-06-23 22:06:28Z by mtm The sysctl(8) program exits on some errors and only emits war

Re: svn commit: r179946 - head/etc

2008-06-23 Thread Mike Makonnen
d it yet, there will be a knob to enable the previous verbose mode. Obviously it will default to OFF in -current, but I'm thinking of defaulting it to ON on RELENG_{6,7} for POLA reasons. Cheers. -- Mike Makonnen | GPG-KEY: http://people.freebsd.org/~mtm/mtm.asc mtm @ FreeBSD.Org | AC7B

cvs commit: src/etc/rc.d savecore

2008-06-23 Thread Mike Makonnen
mtm 2008-06-23 20:54:32 UTC FreeBSD src repository Modified files: etc/rc.d savecore Log: SVN rev 179962 on 2008-06-23 20:54:32Z by mtm Run savecore(8) only if there is a core dump to save. If there is no core dump hide the message to that effect behind $rc

cvs commit: src/etc network.subr pccard_ether src/etc/rc.d netif

2008-06-23 Thread Mike Makonnen
mtm 2008-06-23 20:50:11 UTC FreeBSD src repository Modified files: etc network.subr pccard_ether etc/rc.d netif Log: SVN rev 179961 on 2008-06-23 20:50:11Z by mtm Implement a "quiet" mode for rc.d/netif, which only outputs the interfac

cvs commit: src/etc/rc.d netoptions

2008-06-23 Thread Mike Makonnen
mtm 2008-06-23 12:06:35 UTC FreeBSD src repository Modified files: etc/rc.d netoptions Log: SVN rev 179951 on 2008-06-23 12:06:35Z by mtm Set the sysctl(8) value in the same shell, not a subshell. This was causing calls to netoptions_init() to not properly

Re: svn commit: r179946 - head/etc

2008-06-22 Thread Mike Makonnen
Mike Makonnen wrote: Author: mtm Date: Mon Jun 23 05:09:09 2008 New Revision: 179946 URL: http://svn.freebsd.org/changeset/base/179946 Log: Move the diagnostic output when the rc.subr(8) glue automatically starts a service behind $rc_quiet. Instead, output a warning if the pre-command

cvs commit: src/etc rc.subr

2008-06-22 Thread Mike Makonnen
mtm 2008-06-23 05:09:10 UTC FreeBSD src repository Modified files: etc rc.subr Log: SVN rev 179946 on 2008-06-23 05:09:10Z by mtm Move the diagnostic output when the rc.subr(8) glue automatically starts a service behind $rc_quiet. Instead, output a war

cvs commit: src/etc/rc.d bgfsck fsck hostid hostname ldconfig motd moused newsyslog savecore

2008-06-22 Thread Mike Makonnen
mtm 2008-06-23 04:46:54 UTC FreeBSD src repository Modified files: etc/rc.d bgfsck fsck hostid hostname ldconfig motd moused newsyslog savecore Log: SVN rev 179945 on 2008-06-23 04:46:54Z by mtm Move a lot of diagnostic output behind

cvs commit: src/etc/rc.d cleartmp

2008-06-22 Thread Mike Makonnen
mtm 2008-06-23 04:42:58 UTC FreeBSD src repository Modified files: etc/rc.d cleartmp Log: SVN rev 179944 on 2008-06-23 04:42:58Z by mtm Align the script more with rc.d/cleanvar (which doesn't output any diagnostics). Instead, move output behind $rc_quiet.

cvs commit: src/etc/rc.d dumpon

2008-06-22 Thread Mike Makonnen
mtm 2008-06-23 04:39:36 UTC FreeBSD src repository Modified files: etc/rc.d dumpon Log: SVN rev 179943 on 2008-06-23 04:39:36Z by mtm Remove the -v flag from the command line to dumpon(8), and instead print diagnostic ouput only if the command fails. R

cvs commit: src/etc rc

2008-06-22 Thread Mike Makonnen
mtm 2008-06-23 04:18:22 UTC FreeBSD src repository Modified files: etc rc Log: SVN rev 179942 on 2008-06-23 04:18:22Z by mtm Remove pointless informational message. Revision ChangesPath 1.342 +0 -1 src/etc/rc

cvs commit: src/etc/rc.d lockd statd

2008-06-22 Thread Mike Makonnen
mtm 2008-06-23 04:05:39 UTC FreeBSD src repository Modified files: etc/rc.d lockd statd Log: SVN rev 179941 on 2008-06-23 04:05:39Z by mtm Argh! s/nfs_client_enable/nfsclient_enable/g Revision ChangesPath 1.20 +2 -2 src/etc/rc.d/lockd

cvs commit: src/etc/rc.d netoptions routing

2008-06-22 Thread Mike Makonnen
mtm 2008-06-23 04:00:45 UTC FreeBSD src repository Modified files: etc/rc.d netoptions routing Log: SVN rev 179940 on 2008-06-23 04:00:45Z by mtm Do not print anything unless one of the net/routing options is set. Revision ChangesPath 1.145 +1

cvs commit: src/etc/rc.d localpkg

2008-06-22 Thread Mike Makonnen
mtm 2008-06-23 03:49:30 UTC FreeBSD src repository Modified files: etc/rc.d localpkg Log: SVN rev 179939 on 2008-06-23 03:49:30Z by mtm s/daemon processes/local packages/ for consisitency. Revision ChangesPath 1.10 +1 -1 src/etc/rc.d/loc

cvs commit: src/etc/rc.d local

2008-06-22 Thread Mike Makonnen
mtm 2008-06-22 16:23:39 UTC FreeBSD src repository Modified files: etc/rc.d local Log: SVN rev 179931 on 2008-06-22 16:23:39Z by mtm Output information only if /etc/rc.local exists. Revision ChangesPath 1.8 +4 -4 src/etc/rc.d/local

cvs commit: src/etc/rc.d abi

2008-06-22 Thread Mike Makonnen
mtm 2008-06-22 16:19:50 UTC FreeBSD src repository Modified files: etc/rc.d abi Log: SVN rev 179930 on 2008-06-22 16:19:50Z by mtm Do not print anything unless at least one of the abi emulators is enabled. Revision ChangesPath 1.12 +8 -2

cvs commit: src/etc/rc.d archdep

2008-06-22 Thread Mike Makonnen
mtm 2008-06-22 15:57:50 UTC FreeBSD src repository Modified files: etc/rc.d archdep Log: SVN rev 179929 on 2008-06-22 15:57:50Z by mtm Simplify this script with the added bonus that the bit about i386 initialization doesn't get printed unless ibcs2_enable i

cvs commit: src/etc/rc.d mountcritremote mountlate

2008-06-22 Thread Mike Makonnen
mtm 2008-06-22 15:40:19 UTC FreeBSD src repository Modified files: etc/rc.d mountcritremote mountlate Log: SVN rev 179928 on 2008-06-22 15:40:19Z by mtm Don't say we're going to mount filesystems of a certain type unless there actually are filesystems of th

cvs commit: src/etc/rc.d localpkg

2008-06-22 Thread Mike Makonnen
mtm 2008-06-22 15:34:40 UTC FreeBSD src repository Modified files: etc/rc.d localpkg Log: SVN rev 179927 on 2008-06-22 15:34:40Z by mtm Don't say we're going to [start|stop] local packages unless there actually are local (pre rc.d) scripts to run. Revi

cvs commit: src/etc rc.subr src/etc/defaults rc.conf src/etc/rc.d quota

2008-06-19 Thread Mike Makonnen
mtm 2008-06-19 07:06:11 UTC FreeBSD src repository Modified files: etc rc.subr etc/defaults rc.conf etc/rc.d quota Log: SVN rev 179872 on 2008-06-19 07:06:11Z by mtm Make quota knob conform to other rc(8) knobs. Keep older k

cvs commit: src/etc rc.subr

2008-06-18 Thread Mike Makonnen
mtm 2008-06-19 06:11:34 UTC FreeBSD src repository Modified files: etc rc.subr Log: SVN rev 179870 on 2008-06-19 06:11:34Z by mtm Move the check for enabled knobs further down in run_rc_command() so that bogus commands cause usage information to be pri

cvs commit: src/sbin/rcorder rcorder.8

2008-06-09 Thread Mike Makonnen
mtm 2008-06-09 09:07:58 UTC FreeBSD src repository Modified files: sbin/rcorder rcorder.8 Log: SVN rev 179669 on 2008-06-09 09:07:58Z by mtm Document the misleading nature of the REQUIRE line. The patch in the PR has been heavily edited for style(9) and clarity

cvs commit: src/etc/rc.d hostid

2008-05-20 Thread Mike Makonnen
mtm 2008-05-20 15:27:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) etc/rc.d hostid Log: MFC: Specify the full path to the md5(1) binary so the script will still work even if it's not in the shell's path. PR:

Re: cvs commit: src/etc network.subr src/etc/rc.d netif src/etc/defaults rc.conf src/share/man/man5 rc.conf.5

2008-05-16 Thread Mike Makonnen
in to the reason for the change? From the log message it seems that it preserves the current behavior, but in a more convoluted way. Also, if_up_delay seems to negate the need for synchronous_dhclient. Cheers. -- Mike Makonnen | GPG-KEY: http://people.freebsd.org/~mtm/mtm.asc mtm

cvs commit: src/usr.sbin/sade disks.c label.c

2008-05-12 Thread Mike Makonnen
mtm 2008-05-12 07:37:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.sbin/sadedisks.c label.c Log: MFC: o Change the warning dialog for the 'W' command in both the label and partition editors to reflect the fact that t

cvs commit: src/usr.sbin/sade disks.c label.c

2008-05-12 Thread Mike Makonnen
mtm 2008-05-12 07:32:53 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/sadedisks.c label.c Log: MFC: o Change the warning dialog for the 'W' command in both the label and partition editors to reflect the fact that t

cvs commit: src/etc rc.subr

2008-05-12 Thread Mike Makonnen
mtm 2008-05-12 07:29:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) etc rc.subr Log: MFC: Fix improper use of checkyesno routine. Noticed by: oliver Revision ChangesPath 1.77.2.1 +7 -3 src/etc/rc.

cvs commit: src/etc rc.subr

2008-05-12 Thread Mike Makonnen
mtm 2008-05-12 07:28:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc rc.subr Log: MFC: Fix improper use of checkyesno routine. Noticed by: oliver Revision ChangesPath 1.34.2.24 +7 -3 src/etc/r

cvs commit: src/etc/defaults rc.conf src/etc/rc.d ipfw src/share/man/man5 rc.conf.5

2008-05-06 Thread Mike Makonnen
mtm 2008-05-06 10:50:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) etc/defaults rc.conf etc/rc.d ipfw share/man/man5 rc.conf.5 Log: MFC: Add a dummynet_enable knob to go with firewall_enable. If this knob

cvs commit: src/etc/defaults rc.conf src/etc/rc.d ipfw src/share/man/man5 rc.conf.5

2008-05-06 Thread Mike Makonnen
mtm 2008-05-06 10:48:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/defaults rc.conf etc/rc.d ipfw share/man/man5 rc.conf.5 Log: MFC: Add a dummynet_enable knob to go with firewall_enable. If this knob

cvs commit: src/etc/rc.d hostid

2008-05-06 Thread Mike Makonnen
mtm 2008-05-06 10:40:21 UTC FreeBSD src repository Modified files: etc/rc.d hostid Log: Specify the full path to the md5(1) binary so the script will still work even if it's not in the shell's path. PR: conf/122215 MFC after: 1 week Revision Changes

cvs commit: src/etc/defaults rc.conf

2008-05-06 Thread Mike Makonnen
mtm 2008-05-06 09:45:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) etc/defaults rc.conf Log: MFC rev. 1.328: date: 2008/03/06 14:01:10; author: mtm; state: Exp; lines: +1 -1 The rarpd(8) daemon must be instructed to sta

cvs commit: src/etc/defaults rc.conf

2008-05-06 Thread Mike Makonnen
mtm 2008-05-06 09:44:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/defaults rc.conf Log: MFC rev. 1.328: date: 2008/03/06 14:01:10; author: mtm; state: Exp; lines: +1 -1 The rarpd(8) daemon must be instructed to sta

cvs commit: src/etc rc.subr

2008-05-05 Thread Mike Makonnen
mtm 2008-05-05 07:43:48 UTC FreeBSD src repository Modified files: etc rc.subr Log: Fix improper use of checkyesno routine. Noticed by: oliver MFC after: 1 week Revision ChangesPath 1.81 +6 -2 src/etc/rc.subr _

cvs commit: src/usr.sbin/sade disks.c label.c

2008-05-04 Thread Mike Makonnen
mtm 2008-05-05 06:31:41 UTC FreeBSD src repository Modified files: usr.sbin/sadedisks.c label.c Log: o Change the warning dialog for the 'W' command in both the label and partition editors to reflect the fact that this is a stand-alone application, not sysinst

cvs commit: src/etc/rc.d mountcritlocal mountlate

2008-03-20 Thread Mike Makonnen
mtm 2008-03-20 10:53:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/rc.d mountcritlocal mountlate Log: MFC: The check for errors from the mount command did not work as intended because another command (echo) is exec

cvs commit: src/etc/rc.d mountcritlocal mountlate

2008-03-20 Thread Mike Makonnen
mtm 2008-03-20 10:50:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) etc/rc.d mountcritlocal mountlate Log: MFC: The check for errors from the mount command did not work as intended because another command (echo) is exec

cvs commit: src/etc/rc.d mountcritlocal mountlate

2008-03-06 Thread Mike Makonnen
mtm 2008-03-06 14:39:33 UTC FreeBSD src repository Modified files: etc/rc.d mountcritlocal mountlate Log: The check for errors from the mount command did not work as intended because another command (echo) is executed between the mount command and the check.

cvs commit: src/usr.sbin/adduser adduser.8 adduser.sh

2008-03-06 Thread Mike Makonnen
mtm 2008-03-06 14:13:11 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/adduser adduser.8 adduser.sh Log: MFC: rev. 1.32 Add the -M command-line option, which will set home directory permissions. Works both in interactive

cvs commit: src/usr.sbin/adduser adduser.8 adduser.sh

2008-03-06 Thread Mike Makonnen
mtm 2008-03-06 14:10:56 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.sbin/adduser adduser.8 adduser.sh Log: MFC: rev. 1.32 Add the -M command-line option, which will set home directory permissions. Works both in interactive

cvs commit: src/etc/defaults rc.conf

2008-03-06 Thread Mike Makonnen
mtm 2008-03-06 14:01:10 UTC FreeBSD src repository Modified files: etc/defaults rc.conf Log: The rarpd(8) daemon must be instructed to start on all interfaces or a specific one. Instruct it to listen on all interfaces so that enabling it in rc.conf(5) works "out o

cvs commit: src/etc/defaults rc.conf

2008-01-30 Thread Mike Makonnen
mtm 2008-01-30 08:36:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/defaults rc.conf Log: Forced commit to note that the previous commil log should have read: MFC: rev. 1.325 Clarify that devfs_system_ruleset should contain

cvs commit: src/etc/defaults rc.conf

2008-01-30 Thread Mike Makonnen
mtm 2008-01-30 08:28:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/defaults rc.conf Log: #!/bin/sh # This is rc.conf - a file full of useful variables that you can set # to change the default startup behavior of your system. You s

cvs commit: src/etc/defaults rc.conf

2008-01-30 Thread Mike Makonnen
mtm 2008-01-30 08:25:39 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) etc/defaults rc.conf Log: MFC: rev. 1.325 Clarify that devfs_system_ruleset should contain a name, not a number. Prompted by PR conf/85363 Revision

cvs commit: src/etc/rc.d Makefile nfslocking

2008-01-30 Thread Mike Makonnen
mtm 2008-01-30 08:13:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/rc.d Makefile Added files: (Branch: RELENG_6) etc/rc.d nfslocking Log: Add back rc.d/nfslocking. It would be a violation of POLA to remove

Re: cvs commit: src/etc/rc.d Makefile jail nfslocking power_profile resolv tmp var

2008-01-29 Thread Mike Makonnen
On Tue, 2008-01-29 at 10:12 -0800, Doug Barton wrote: > Mike Makonnen wrote: > > On Tue, 2008-01-29 at 00:33 +, Doug Barton wrote: > >> dougb 2008-01-29 00:33:16 UTC > >> > >> FreeBSD src repository > >> > >> Modif

Re: cvs commit: src/etc/rc.d Makefile jail nfslocking power_profile resolv tmp var

2008-01-28 Thread Mike Makonnen
of the release notes (which AFAIK is now a part of 6.3-Release). Cheers. -- Mike Makonnen | GPG-KEY: http://people.freebsd.org/~mtm/mtm.asc mmakonnen @ gmail.com | AC7B 5672 2D11 F4D0 EBF8 5279 5359 2B82 7CD4 1F55 mtm @ FreeBSD.Org | FreeBSD - http://www.freebsd.org _

cvs commit: src/etc/rc.d kerberos

2008-01-28 Thread Mike Makonnen
mtm 2008-01-29 07:15:46 UTC FreeBSD src repository Modified files:(Branch: RELENG_7_0) etc/rc.d kerberos Log: MFC: ver. 1.7 Partial backout of rev. 1.6, but instead of putting kerberos5_server_flags back in command_args, put it

Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d kerberos

2008-01-28 Thread Mike Makonnen
not the > kerberos5_flags="${kerberos5_server_flags}" bit. Was that intentional? Thanks. It's in RE's queue now. Cheers. -- Mike Makonnen | GPG-KEY: http://people.freebsd.org/~mtm/mtm.asc mmakonnen @ gmail.com | AC7B 5672 2D11 F4D0 EBF8 5279 5359 2B82 7CD4 1F55 mtm @ Fr

cvs commit: src/etc/rc.d kerberos

2008-01-28 Thread Mike Makonnen
mtm 2008-01-28 23:36:54 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) etc/rc.d kerberos Log: MFC: ver. 1.7 Partial backout of rev. 1.6, but instead of putting kerberos5_server_flags back in command_args, put it

cvs commit: src/etc/defaults rc.conf src/etc/rc.d kerberos

2008-01-28 Thread Mike Makonnen
mtm 2008-01-28 20:59:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_7_0) etc/defaults rc.conf etc/rc.d kerberos Log: MFC: Rev. 1.6 made it impossible to use rc.d/kerberos with the krb5 port. Re-implement the c

cvs commit: src/etc/defaults rc.conf src/etc/rc.d kerberos

2008-01-28 Thread Mike Makonnen
mtm 2008-01-28 18:55:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/defaults rc.conf etc/rc.d kerberos Log: MFC: Rev. 1.6 made it impossible to use rc.d/kerberos with the krb5 port. Re-implement the cha

cvs commit: src/etc/defaults rc.conf src/etc/rc.d kerberos

2008-01-28 Thread Mike Makonnen
mtm 2008-01-28 18:52:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) etc/defaults rc.conf etc/rc.d kerberos Log: MFC: Rev. 1.6 made it impossible to use rc.d/kerberos with the krb5 port. Re-implement the cha

cvs commit: src/sbin/route route.c

2008-01-27 Thread Mike Makonnen
mtm 2008-01-28 07:37:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/route route.c Log: MFC: ver. 1.82-1.83 Fix an error in bit shifting logic for network addresses. The route command would add incorrect routing entri

cvs commit: src/sbin/route route.c

2008-01-27 Thread Mike Makonnen
mtm 2008-01-28 07:35:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/route route.c Log: MFC: ver. 1.82-1.83 Fix an error in bit shifting logic for network addresses. The route command would add incorrect routing entri

cvs commit: src/usr.sbin/pw pw.8

2008-01-27 Thread Mike Makonnen
mtm 2008-01-27 22:16:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.sbin/pw pw.8 Log: MFC: rev. 1.42 Clarify in what formats the grouplist for the '-G' switch may be accepted. Submitted by: Eygene Ryabinki

cvs commit: src/usr.sbin/pw pw.8

2008-01-27 Thread Mike Makonnen
mtm 2008-01-27 22:14:56 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/pw pw.8 Log: MFC: rev. 1.42 Clarify in what formats the grouplist for the '-G' switch may be accepted. Submitted by: Eygene Ryabinki

cvs commit: src/etc/defaults rc.conf src/etc/rc.d ipfw src/share/man/man5 rc.conf.5

2008-01-27 Thread Mike Makonnen
mtm 2008-01-27 15:15:12 UTC FreeBSD src repository Modified files: etc/defaults rc.conf etc/rc.d ipfw share/man/man5 rc.conf.5 Log: Add a dummynet_enable knob to go with firewall_enable. If this knob is enabled dummynet(4) is added to the

cvs commit: src/etc/defaults rc.conf

2008-01-27 Thread Mike Makonnen
mtm 2008-01-27 13:45:21 UTC FreeBSD src repository Modified files: etc/defaults rc.conf Log: Clarify that devfs_system_ruleset should contain a name, not a number. Prompted by PR conf/85363 MFC after: 3 days Revision ChangesPath 1.325 +1 -1

cvs commit: src/usr.sbin/adduser adduser.8 adduser.sh

2008-01-27 Thread Mike Makonnen
mtm 2008-01-27 10:15:36 UTC FreeBSD src repository Modified files: usr.sbin/adduser adduser.8 adduser.sh Log: Add the -M command-line option, which will set home directory permissions. Works both in interactive or batch mode. This is a heavily modified version of the

cvs commit: src/etc/rc.d ipfw mountcritremote ppp

2008-01-26 Thread Mike Makonnen
mtm 2008-01-26 14:02:20 UTC FreeBSD src repository Modified files: etc/rc.d ipfw mountcritremote ppp Log: Generally, anything that runs rc.d scripts internally should start using the quiet prefix (i.e. quietstart, quietstop, etc...). Revision ChangesPa

cvs commit: src/etc devd.conf

2008-01-26 Thread Mike Makonnen
mtm 2008-01-26 13:50:38 UTC FreeBSD src repository Modified files: etc devd.conf Log: Generally, anything that runs rc.d scripts internally should start using the quiet prefix (i.e. quietstart, quietstop, etc...). Revision ChangesPath 1.39

cvs commit: src/etc netstart

2008-01-26 Thread Mike Makonnen
mtm 2008-01-26 13:37:48 UTC FreeBSD src repository Modified files: etc netstart Log: Use 'quietstart' so as not to get spammed with informational diagnostics. Revision ChangesPath 1.68 +26 -24src/etc/netstart _

cvs commit: src/etc rc rc.subr src/etc/rc.d netif

2008-01-26 Thread Mike Makonnen
mtm 2008-01-26 11:22:12 UTC FreeBSD src repository Modified files: etc rc rc.subr etc/rc.d netif Log: Re-implement: do not silently fail when a command is not carried out because the rc.conf(5) variable was not enabled. Display a message

cvs commit: src/sys/netinet6 ip6_output.c

2008-01-25 Thread Mike Makonnen
mtm 2008-01-26 07:08:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet6 ip6_output.c Log: MFC: rev. 1.110 Instead of manually freeing the packet options

cvs commit: src/sys/netinet6 ip6_output.c

2008-01-25 Thread Mike Makonnen
mtm 2008-01-26 06:49:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/netinet6 ip6_output.c Log: MFC: rev. 1.110 Instead of manually freeing the packet options

Re: cvs commit: src/etc rc.subr

2008-01-25 Thread Mike Makonnen
nitialy, I had thought about putting it behind a global variable like "autoboot" or something but I like your suggestion better. Cheers. -- Mike Makonnen | GPG-KEY: http://people.freebsd.org/~mtm/mtm.asc mmakonnen @ gmail.com | AC7B 5672 2D11 F4D0 EBF8 5279 5359 2B82 7CD4 1F55

cvs commit: src/etc rc.subr

2008-01-25 Thread Mike Makonnen
mtm 2008-01-25 16:44:34 UTC FreeBSD src repository Modified files: etc rc.subr Log: Backout previous commit. It's going to clutter the console during boot and shutdown. I think I'll hide it behind autoboot or maybe take brooks@ suggestion and implement a

cvs commit: src/usr.sbin/pw pw.8

2008-01-25 Thread Mike Makonnen
mtm 2008-01-25 15:54:14 UTC FreeBSD src repository Modified files: usr.sbin/pw pw.8 Log: Clarify in what formats the grouplist for the '-G' switch may be accepted. Submitted by: Eygene Ryabinkin <[EMAIL PROTECTED]> Revision ChangesPath 1.42 +1 -

cvs commit: src/etc rc.subr

2008-01-25 Thread Mike Makonnen
mtm 2008-01-25 15:06:26 UTC FreeBSD src repository Modified files: etc rc.subr Log: If the rc.conf(5) variable for a script is not enabled do not fail silently. Display a message that the command wasn't run and make possible suggestions for what to do.

cvs commit: src/etc/defaults rc.conf src/etc/rc.d kerberos

2008-01-24 Thread Mike Makonnen
mtm 2008-01-25 05:23:02 UTC FreeBSD src repository Modified files: etc/defaults rc.conf etc/rc.d kerberos Log: Rev. 1.6 made it impossible to use rc.d/kerberos with the krb5 port. Re-implement the change so that the script once again works with th

cvs commit: src/lib/libdisk libdisk.3

2007-11-24 Thread Mike Makonnen
mtm 2007-11-24 11:58:54 UTC FreeBSD src repository Modified files: lib/libdisk libdisk.3 Log: Hmmm, must get reading glasses or else change the font on my terminal. That comma looks like a period. Noticed by: brueffer Revision ChangesPath 1.41

cvs commit: src/sys/netinet6 ip6_output.c

2007-11-21 Thread Mike Makonnen
mtm 2007-11-21 16:01:42 UTC FreeBSD src repository Modified files: sys/netinet6 ip6_output.c Log: Instead of manually freeing the packet options structure (and not even doing a good job of it) in the copypktopts() function, just call ip6_clearpktopts() directly. O

cvs commit: src/lib/libdisk libdisk.h

2007-11-20 Thread Mike Makonnen
mtm 2007-11-20 22:48:32 UTC FreeBSD src repository Modified files: lib/libdisk libdisk.h Log: Enclose entire header in #ifndef _LIBDISK_H_ Revision ChangesPath 1.64 +5 -0 src/lib/libdisk/libdisk.h ___

cvs commit: src/lib/libdisk libdisk.3

2007-11-18 Thread Mike Makonnen
mtm 2007-11-18 18:44:35 UTC FreeBSD src repository Modified files: lib/libdisk libdisk.3 Log: Capitalization Revision ChangesPath 1.40 +1 -1 src/lib/libdisk/libdisk.3 ___ cvs-all@freebsd.org mailing li

Re: cvs commit: src/sbin/route route.c

2007-11-04 Thread Mike Makonnen
On Wed, 2007-10-31 at 23:41 +1100, Bruce Evans wrote: > On Tue, 30 Oct 2007, Giorgos Keramidas wrote: > > > On 2007-10-29 00:08, Mike Makonnen <[EMAIL PROTECTED]> wrote: > >> mtm 2007-10-29 00:08:24 UTC > >> > >> FreeBSD src repository &g

cvs commit: src/sbin/route route.c

2007-11-04 Thread Mike Makonnen
mtm 2007-11-04 11:12:41 UTC FreeBSD src repository Modified files: sbin/route route.c Log: Don't mask the address in inet_makenetandmask() according to what class it appears to be in: there is also CIDR. Noticed by: tegge Revision ChangesPath 1.83

Re: cvs commit: src/sbin/route route.c

2007-10-31 Thread Mike Makonnen
On Tue, 2007-10-30 at 22:10 +0200, Giorgos Keramidas wrote: > Nuno has also mentioned that `netstat -rn' gets things wrong; do you > have a WIP for that too? Do you need help with testing? Sorry, I haven't seen the discussion. Can you point me to it? Cheers. -- Mike Makonnen

cvs commit: src/sbin/route route.c

2007-10-28 Thread Mike Makonnen
mtm 2007-10-29 00:08:24 UTC FreeBSD src repository Modified files: sbin/route route.c Log: Fix an error in bit shifting logic for network addresses. The route command would add incorrect routing entries if network numbers weren't fully "spelled" out according to

cvs commit: src/usr.sbin/adduser adduser.8 adduser.sh

2007-10-28 Thread Mike Makonnen
mtm 2007-10-28 21:13:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/adduser adduser.8 adduser.sh Log: MFC: 1.31 Allow adding a user(s) to additional groups in batch mode as well. Submitted by: Eygene Ryabinkin <[EMA

cvs commit: src/usr.sbin/adduser adduser.8 adduser.sh

2007-10-28 Thread Mike Makonnen
mtm 2007-10-28 21:06:34 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.sbin/adduser adduser.8 adduser.sh Log: MFC: 1.31 Allow adding a user(s) to additional groups in batch mode as well. Submitted by: Eygene Ryabinkin <[EMA

cvs commit: src/etc/rc.d amd

2007-10-28 Thread Mike Makonnen
mtm 2007-10-28 20:07:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) etc/rc.d amd Log: MFC: rev. 1.19 and 1.20 The amd_map_program knob can potentially contain a command whose output is then used as an argument to the amd program.

cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml

2007-10-26 Thread Mike Makonnen
mtm 2007-10-26 17:22:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Note deprecation of rc.d/nfslocking. RevisionChangesPath 1.883.2.84 +5 -0 src/release/doc/en_US.ISO8859

  1   2   >